Issue #1662986 follow-up by swentel: Fixes to Field UI CSS.

8.0.x
webchick 2012-11-21 07:28:02 -08:00
parent daf490d3a4
commit 38793165e9
2 changed files with 1 additions and 3 deletions

View File

@ -66,6 +66,3 @@
.field-ui-overview .field-formatter-settings-edit-form .formatter-name{
font-weight: bold;
}
.field-ui-overview .refresh-button {
display: none;
}

View File

@ -382,6 +382,7 @@ class DisplayOverview extends OverviewBase {
// spinners will be added manually by the client-side script.
'progress' => 'none',
),
'#attributes' => array('class' => array('element-invisible'))
);
$form['actions'] = array('#type' => 'actions');