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
10e6812e
Commit
10e6812e
authored
Jul 28, 2014
by
alexpott
Browse files
Issue
#2310321
by corbacho, herom: Fixed CSS for RTL messages.
parent
615f5644
Changes
2
Hide whitespace changes
Inline
Side-by-side
core/modules/system/css/system.theme.css
View file @
10e6812e
...
...
@@ -536,7 +536,7 @@ ul.tabs {
}
[
dir
=
"rtl"
]
.messages
{
border-width
:
1px
0
1px
1px
;
background-position
-x
:
99%
;
background-position
:
right
10px
top
18px
;
padding-left
:
20px
;
padding-right
:
35px
;
text-align
:
right
;
...
...
@@ -562,10 +562,11 @@ ul.tabs {
margin-left
:
8px
;
/* LTR */
}
[
dir
=
"rtl"
]
.messages--status
{
background-position
:
99.3%
19px
;
background-position
:
right
12px
top
19px
;
border-color
:
#c9e1bd
transparent
#c9e1bd
#c9e1bd
;
box-shadow
:
8px
0
0
#77b259
;
margin-right
:
8px
;
margin-left
:
0
;
}
.messages--status
,
.ok
{
...
...
core/themes/bartik/css/style.css
View file @
10e6812e
...
...
@@ -1287,7 +1287,8 @@ div.tabs {
background
:
#f0f0f0
;
background
:
rgba
(
30
,
50
,
10
,
0.08
);
}
div
.messages
{
div
.messages
,
[
dir
=
"rtl"
]
div
.messages
{
margin
:
8px
15px
;
}
...
...
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