Merge pull request #3512 from atiqueahmedziad/rtlcss
Fix RTL display issue on 'Create a New Theme' banner (Fixes #3509)
This commit is contained in:
Коммит
21ac1f7565
|
@ -196,8 +196,6 @@
|
|||
linear-gradient(#e4f5fb, #fff);
|
||||
background-image: url(../../img/illustrations/logo-collections-220x270.png),
|
||||
-webkit-linear-gradient(#e4f5fb, #fff);
|
||||
background-image: url(../../img/illustrations/logo-collections-220x270.png),
|
||||
linear-gradient(#e4f5fb, #fff);
|
||||
}
|
||||
|
||||
masthead.submit-theme {
|
||||
|
@ -205,10 +203,12 @@ masthead.submit-theme {
|
|||
linear-gradient(#e4f5fb, #fff) repeat-x;
|
||||
background: url(../../img/zamboni/personas/theme-promo.png) no-repeat 100% 65px,
|
||||
-webkit-linear-gradient(#e4f5fb, #fff) repeat-x;
|
||||
background: url(../../img/zamboni/personas/theme-promo.png) no-repeat 100% 65px,
|
||||
linear-gradient(#e4f5fb, #fff) repeat-x;
|
||||
background-size: 50% auto, auto auto;
|
||||
p {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.html-rtl & {
|
||||
background-position: 0% 65px, 100% 100%;
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче