Skip to content
Snippets Groups Projects
Commit b2a1a902 authored by JohnAlbin's avatar JohnAlbin
Browse files

Trivial tweaks to comments and white space.

parent 589755af
No related branches found
No related tags found
No related merge requests found
......@@ -202,7 +202,7 @@ function fences_preprocess_field(&$variables) {
// Core adds a "clearfix" class to the wrapper since it floats the label and
// the field items in its field.css if the label is inline. That's nonsense,
// so we remove it and add a simple "inline" class.
// so we remove it and add a simple, unstyled "inline" class.
if ($variables['element']['#label_display'] == 'inline') {
$variables['classes_array'] = array_diff($variables['classes_array'], array('clearfix'));
$variables['classes_array'][] = 'inline';
......
form .field-multiple-table th.field-label {
padding-right: 0;
}
......
/* Field display */
.field .field-label {
font-weight: bold;
......@@ -18,7 +17,6 @@ form .field-multiple-table td.field-multiple-drag {
form .field-multiple-table td.field-multiple-drag a.tabledrag-handle {
padding-right: .5em; /*LTR*/
}
form .field-add-more-submit {
margin: .5em 0 0;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment