Issue #2033137 by yannickoo: Fixed New installer sidebar not properly RTL.
parent
cd7ca03c27
commit
9306022ca0
core/themes/seven
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue