Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
3e53bf23
Commit
3e53bf23
authored
Oct 24, 2014
by
Alex Pott
Browse files
Issue
#2220905
by droplet, herom, skippednote, sqndr: Fixed Misaligned messages status.
parent
a6c2d42f
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/themes/bartik/css/style.css
View file @
3e53bf23
...
...
@@ -1371,9 +1371,12 @@ div.tabs {
background
:
#f0f0f0
;
background
:
rgba
(
30
,
50
,
10
,
0.08
);
}
div
.messages
,
div
.messages
{
margin
:
8px
15px
8px
23px
;
/* LTR */
}
[
dir
=
"rtl"
]
div
.messages
{
margin
:
8px
15px
;
margin-right
:
23px
;
margin-left
:
15px
;
}
/* -------------- Breadcrumbs -------------- */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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