imce_search.css 287 B

1234567891011121314151617
  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. }