You are here

field.css in Fences 7

Same filename and directory in other branches
  1. 7.2 field.css
/* Field display */
.field .field-label {
  font-weight: bold;
}

/* Form display */
form .field-multiple-table {
  margin: 0;
}
form .field-multiple-table th.field-label {
  padding-left: 0; /*LTR*/
}
form .field-multiple-table td.field-multiple-drag {
  width: 30px;
  padding-right: 0; /*LTR*/
}
form .field-multiple-table td.field-multiple-drag a.tabledrag-handle {
  padding-right: .5em; /*LTR*/
}
form .field-add-more-submit {
  margin: .5em 0 0;
}

File

field.css
View source
  1. /* Field display */
  2. .field .field-label {
  3. font-weight: bold;
  4. }
  5. /* Form display */
  6. form .field-multiple-table {
  7. margin: 0;
  8. }
  9. form .field-multiple-table th.field-label {
  10. padding-left: 0; /*LTR*/
  11. }
  12. form .field-multiple-table td.field-multiple-drag {
  13. width: 30px;
  14. padding-right: 0; /*LTR*/
  15. }
  16. form .field-multiple-table td.field-multiple-drag a.tabledrag-handle {
  17. padding-right: .5em; /*LTR*/
  18. }
  19. form .field-add-more-submit {
  20. margin: .5em 0 0;
  21. }