diff -r 07239de796bb -r e756a8c72c3d cms/drupal/modules/field/theme/field.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cms/drupal/modules/field/theme/field.css Fri Sep 08 12:04:06 2017 +0200 @@ -0,0 +1,28 @@ + +/* Field display */ +.field .field-label { + font-weight: bold; +} +.field-label-inline .field-label, +.field-label-inline .field-items { + float:left; /*LTR*/ +} + +/* 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; +}