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
b54a2c9c
Commit
b54a2c9c
authored
Jan 12, 2015
by
alexpott
Browse files
Issue
#2396465
by idebr, Vidushi Mehta: Views UI: Exposed Filter css is not applied
parent
4a9c76ab
Changes
2
Hide whitespace changes
Inline
Side-by-side
core/modules/views_ui/css/views_ui.admin.theme.css
View file @
b54a2c9c
...
...
@@ -658,7 +658,7 @@ td.group-title {
margin-right
:
2px
;
}
#views-ui-preview-form
.form-
type-textfield
,
#views-ui-preview-form
.form-actions
{
#views-ui-preview-form
.form-
item-view-args
,
#views-ui-preview-form
.form-actions
{
margin-top
:
5px
;
}
...
...
@@ -667,23 +667,23 @@ td.group-title {
}
#views-ui-preview-form
.arguments-preview
,
#views-ui-preview-form
.form-
type-textfield
{
#views-ui-preview-form
.form-
item-view-args
{
margin-left
:
10px
;
/* LTR */
}
[
dir
=
"rtl"
]
#views-ui-preview-form
.arguments-preview
,
[
dir
=
"rtl"
]
#views-ui-preview-form
.form-
type-textfield
{
[
dir
=
"rtl"
]
#views-ui-preview-form
.form-
item-view-args
{
margin-left
:
0
;
margin-right
:
10px
;
}
#views-ui-preview-form
.form-
type-textfield
label
{
#views-ui-preview-form
.form-
item-view-args
label
{
display
:
inline-block
;
float
:
left
;
/* LTR */
font-weight
:
normal
;
height
:
6ex
;
margin-right
:
0.75em
;
/* LTR */
}
[
dir
=
"rtl"
]
#views-ui-preview-form
.form-
type-textfield
label
{
[
dir
=
"rtl"
]
#views-ui-preview-form
.form-
item-view-args
label
{
float
:
right
;
margin-left
:
0.75em
;
margin-right
:
0.2em
;
...
...
core/modules/views_ui/src/ViewEditForm.php
View file @
b54a2c9c
...
...
@@ -107,6 +107,7 @@ public function form(array $form, FormStateInterface $form_state) {
$form
[
'#attached'
][
'library'
][]
=
'core/jquery.ui.dialog'
;
$form
[
'#attached'
][
'library'
][]
=
'core/drupal.states'
;
$form
[
'#attached'
][
'library'
][]
=
'core/drupal.tabledrag'
;
$form
[
'#attached'
][
'library'
][]
=
'views/views.exposed-form'
;
$form
[
'#attached'
][
'library'
][]
=
'views_ui/views_ui.admin'
;
$form
[
'#attached'
][
'library'
][]
=
'views_ui/admin.styling'
;
...
...
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