You are here

imce.input.css in IMCE 8

Same filename and directory in other branches
  1. 8.2 css/imce.input.css
.imce-url-button {
  display: inline-block;
  margin: 1px 0;
}
.imce-url-button:before {
  content: '';
  float: left;
  width: 16px;
  height: 16px;
  margin-right: 2px;
  background: url(images/browse.png) no-repeat 50% 50%;
}

File

css/imce.input.css
View source
  1. .imce-url-button {
  2. display: inline-block;
  3. margin: 1px 0;
  4. }
  5. .imce-url-button:before {
  6. content: '';
  7. float: left;
  8. width: 16px;
  9. height: 16px;
  10. margin-right: 2px;
  11. background: url(images/browse.png) no-repeat 50% 50%;
  12. }