You are here

efd.seven.css in Extra Field Description 7

.extra-description {
  font-size: 0.923em;
  color: rgb(102, 102, 102);
}

.extra-description a {
  display: inline;
}

.extra-description.with-title {
  text-transform: none;
}

label .extra-description {
  font-weight: normal;
}

File

css/efd.seven.css
View source
  1. .extra-description {
  2. font-size: 0.923em;
  3. color: rgb(102, 102, 102);
  4. }
  5. .extra-description a {
  6. display: inline;
  7. }
  8. .extra-description.with-title {
  9. text-transform: none;
  10. }
  11. label .extra-description {
  12. font-weight: normal;
  13. }