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
4f8cf708
Commit
4f8cf708
authored
Jul 10, 2014
by
alexpott
Browse files
Issue
#2287381
by alayham: Fixed views_ui dropbuttons display is not RTL friendly.
parent
30440da9
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/views_ui/css/views_ui.admin.theme.css
View file @
4f8cf708
...
...
@@ -1131,12 +1131,17 @@ div.messages {
font-size
:
11px
;
}
.js
.dropbutton-wrapper.dropbutton-multiple.open
.dropbutton-action
:first-child
a
{
border-radius
:
1.1em
0
0
0
;
border-radius
:
1.1em
0
0
0
;
/* LTR */
}
[
dir
=
"rtl"
]
.js
.dropbutton-wrapper.dropbutton-multiple.open
.dropbutton-action
:first-child
a
{
border-radius
:
0
1.1em
0
0
;
}
.js
.dropbutton-wrapper.dropbutton-multiple.open
.dropbutton-action
:last-child
a
{
border-radius
:
0
0
0
1.1em
;
border-radius
:
0
0
0
1.1em
;
/* LTR */
}
[
dir
=
"rtl"
]
.js
.dropbutton-wrapper.dropbutton-multiple.open
.dropbutton-action
:last-child
a
{
border-radius
:
0
0
1.1em
0
;
}
.views-display-top
.dropbutton-wrapper
{
position
:
absolute
;
right
:
12px
;
...
...
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