Fix RTL issue for homepage header (Fixes #3590)

This commit is contained in:
atiqueahmedziad 2016-09-26 11:11:04 +06:00
Родитель 88c90664ec
Коммит cf43846196
2 изменённых файлов: 40 добавлений и 17 удалений

Просмотреть файл

@ -343,7 +343,7 @@
padding-left: 24px;
background-repeat: no-repeat;
background-position: left 4px;
background-image: url(../../img/app-icons/16/sprite.png)
background-image: url(../../img/app-icons/16/sprite.png);
}
}
.thunderbird a {
@ -360,27 +360,47 @@
}
}
.html-rtl {
#aux-nav > ul > li {
&:hover:after {
left: 1px;
right: auto;
#aux-nav {
> ul > li {
&:hover:after {
left: 1px;
right: auto;
}
&.legacy {
a {
padding: 0 .5em 0 1em;
}
a:first-child {
padding: 0 1em 0 .5em;
}
}
> a:after {
margin: 0 4px 0 0;
right: 4px;
left: auto;
}
> ul {
left: 0;
right: auto;
}
}
&.legacy {
.other-apps {
a {
padding: 0 .5em 0 1em;
}
a:first-child {
padding: 0 1em 0 .5em;
padding-left: 0;
padding-right: 24px;
}
}
> a:after {
margin: 0 4px 0 0;
right: 4px;
left: auto;
.thunderbird a {
background-position: right -28px;
}
> ul {
left: 0;
right: auto;
.sunbird a {
background-position: right -92px;
}
.seamonkey a {
background-position: right -60px;
}
.android a {
background-position: right -124px;
}
}
}

Просмотреть файл

@ -5,6 +5,9 @@
position: relative;
float: right;
}
.html-rtl #tabzilla {
float: left;
}
#tabzilla a {
position: relative;
display: block;