Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
38793165
Commit
38793165
authored
Nov 21, 2012
by
webchick
Browse files
Issue
#1662986
follow-up by swentel: Fixes to Field UI CSS.
parent
daf490d3
Changes
2
Hide whitespace changes
Inline
Side-by-side
core/modules/field_ui/field_ui.admin.css
View file @
38793165
...
...
@@ -66,6 +66,3 @@
.field-ui-overview
.field-formatter-settings-edit-form
.formatter-name
{
font-weight
:
bold
;
}
.field-ui-overview
.refresh-button
{
display
:
none
;
}
core/modules/field_ui/lib/Drupal/field_ui/DisplayOverview.php
View file @
38793165
...
...
@@ -382,6 +382,7 @@ public function form(array $form, array &$form_state) {
// spinners will be added manually by the client-side script.
'progress'
=>
'none'
,
),
'#attributes'
=>
array
(
'class'
=>
array
(
'element-invisible'
))
);
$form
[
'actions'
]
=
array
(
'#type'
=>
'actions'
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment