You are here

imce_search.css in IMCE Tools 7

Same filename and directory in other branches
  1. 6 imce_search/imce_search.css
#imce-search-results div {
  font-weight: bold;
  margin: 1em;
}

#imce-search-results div a {
  color: #69c;
}

#imce-search-results div.loading {
  background: url('loading.gif') no-repeat top left;
  padding-left: 20px;
}

#imce-search-results .link {
  text-decoration: underline;
}

File

imce_search/imce_search.css
View source
  1. #imce-search-results div {
  2. font-weight: bold;
  3. margin: 1em;
  4. }
  5. #imce-search-results div a {
  6. color: #69c;
  7. }
  8. #imce-search-results div.loading {
  9. background: url('loading.gif') no-repeat top left;
  10. padding-left: 20px;
  11. }
  12. #imce-search-results .link {
  13. text-decoration: underline;
  14. }