Same filename and directory in other branches
  1. 7.x-1.x exif.admin.css 1 comment
  2. 8.x-2.x css/exif.admin.css 1 comment
.tag_type {
  background-color: gray !important;
}

main.page-content {
  font-size: 0.9em;
}

a.button-small {
  font-weight: normal;
  font-size: 0.9em;
  margin-top: 10px;
  margin-bottom: 20px;
}


dt {
  font-weight: bold;
  margin-top: 10px;
}

ul.vocabulary-structure {
  font-size: 0.9em;
}

File

css/exif.admin.css

View source
  1. .tag_type {
  2. background-color: gray !important;
  3. }
  4. main.page-content {
  5. font-size: 0.9em;
  6. }
  7. a.button-small {
  8. font-weight: normal;
  9. font-size: 0.9em;
  10. margin-top: 10px;
  11. margin-bottom: 20px;
  12. }
  13. dt {
  14. font-weight: bold;
  15. margin-top: 10px;
  16. }
  17. ul.vocabulary-structure {
  18. font-size: 0.9em;
  19. }