Issue by yannickoo: Fixed New installer sidebar not properly RTL.

8.0.x
Alex Pott 2013-07-10 17:14:26 +01:00
parent cd7ca03c27
commit 9306022ca0
1 changed files with 3 additions and 0 deletions
core/themes/seven

View File

@ -75,6 +75,9 @@ body.install-page {
float: left;
width: 35%;
}
[dir="rtl"] body.install-page #sidebar-first {
float: right;
}
}
body.install-page #site-name {
font-size: 2em;