Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #26395 from crh0716/1102156
Browse files Browse the repository at this point in the history
Bug 1102156 - Fix RTL issue for apn items r=eragonj
  • Loading branch information
crh0716 committed Nov 26, 2014
2 parents ad6da52 + 2d2f995 commit 99d24c8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions apps/settings/style/settings.css
Expand Up @@ -1073,3 +1073,13 @@ html[dir="rtl"] #developer-hud ul li > label > span.color-preview {
padding-left: 0;
padding-right: 5rem;
}

html[dir="rtl"] .apn-list .apn-item .name {
right: -1.5rem;
padding-right: 1.5rem;
}

html[dir="rtl"] .apn-list .apn-item:after {
left: 3.5rem;
right: unset;
}

0 comments on commit 99d24c8

Please sign in to comment.