You are here

taxonomy_image.css in Taxonomy Image 6

Same filename and directory in other branches
  1. 5 taxonomy_image.css
.taxonomy_image_checkboxes .form-item label.option {
  float: left;
  margin-right: 1.5em;
}

.taxonomy_image_checkboxes .form-item .description {
  clear: both;
}

.taxonomy_image_checkboxes {
  clear: both;
  padding-top: 1em;
}

.taxonomy_image_radios .form-item label.option {
  float: left;
  margin-right: 1em;
}

.taxonomy_image_radios .form-item .description {
  clear: both;
}

.taxonomy_image_radios dt {
  font-weight: bold;
}

.taxonomy_image_radios dl {
  margin-left: 3em;
}
#taxonomy-image-admin-settings .form-item {
  margin-bottom: 0;
}

#taxonomy-image-terms a.links {
  font-size: 80%;
  float: right;
}

#taxonomy-image-terms img {
  float: left;
  margin-right: 1em;
}

#block-taxonomy_image-0 img {
  float: left;
  margin-right: 1em;
}

.taxonomy-image-block-name{
  /*font-size: 89%; */
}

.taxonomy-image-block-edit {
  float: right;
  font-size: 89%;
}

a.taxonomy-image-link-alter {
  display: inline-block;
}

.taxonomy_image_links {
  margin-right: 6px;
}

a.taxonomy-image-links img, .taxonomy-images img {
  margin-right: 6px;
}

File

taxonomy_image.css
View source
  1. .taxonomy_image_checkboxes .form-item label.option {
  2. float: left;
  3. margin-right: 1.5em;
  4. }
  5. .taxonomy_image_checkboxes .form-item .description {
  6. clear: both;
  7. }
  8. .taxonomy_image_checkboxes {
  9. clear: both;
  10. padding-top: 1em;
  11. }
  12. .taxonomy_image_radios .form-item label.option {
  13. float: left;
  14. margin-right: 1em;
  15. }
  16. .taxonomy_image_radios .form-item .description {
  17. clear: both;
  18. }
  19. .taxonomy_image_radios dt {
  20. font-weight: bold;
  21. }
  22. .taxonomy_image_radios dl {
  23. margin-left: 3em;
  24. }
  25. #taxonomy-image-admin-settings .form-item {
  26. margin-bottom: 0;
  27. }
  28. #taxonomy-image-terms a.links {
  29. font-size: 80%;
  30. float: right;
  31. }
  32. #taxonomy-image-terms img {
  33. float: left;
  34. margin-right: 1em;
  35. }
  36. #block-taxonomy_image-0 img {
  37. float: left;
  38. margin-right: 1em;
  39. }
  40. .taxonomy-image-block-name{
  41. /*font-size: 89%; */
  42. }
  43. .taxonomy-image-block-edit {
  44. float: right;
  45. font-size: 89%;
  46. }
  47. a.taxonomy-image-link-alter {
  48. display: inline-block;
  49. }
  50. .taxonomy_image_links {
  51. margin-right: 6px;
  52. }
  53. a.taxonomy-image-links img, .taxonomy-images img {
  54. margin-right: 6px;
  55. }