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
683b300a
Commit
683b300a
authored
Sep 23, 2013
by
webchick
Browse files
Issue
#2094445
by Outi, eigentor: Fixed installer right padding - make it look balanced.
parent
54fa43e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/themes/seven/install-page.css
View file @
683b300a
...
...
@@ -50,10 +50,6 @@ body.install-page {
width
:
75%
;
max-width
:
770px
;
box-shadow
:
0
6px
12px
rgba
(
0
,
0
,
0
,
0.15
);
padding
:
1em
2em
1em
0
;
/* LTR */
}
[
dir
=
"rtl"
]
body
.install-page
#page
{
padding
:
1em
0
1em
2em
;
}
body
.install-page
#content
{
-webkit-box-sizing
:
border-box
;
...
...
@@ -61,13 +57,12 @@ body.install-page {
box-sizing
:
border-box
;
clear
:
none
;
float
:
left
;
padding-left
:
50px
;
/* LTR */
padding-left
:
50px
;
padding-right
:
50px
;
width
:
65%
;
}
[
dir
=
"rtl"
]
body
.install-page
#content
{
float
:
right
;
padding-left
:
0
;
padding-right
:
50px
;
}
ul
{
padding
:
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