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

Commit

Permalink
Bug 1119398 - Correct background position of settings icon in RTL
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehenrty authored and rvandermeulen committed Feb 11, 2015
1 parent 305399c commit 18dbc32
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion apps/system/style/net_error.css
Expand Up @@ -60,7 +60,7 @@ html {

form[role="dialog"][data-type="action"] > menu > button.icon {
background-repeat: no-repeat;
padding-left: 4rem;
-moz-padding-start: 4rem;
background-size: 3rem;
background-position: 0.5rem center;
}
Expand Down Expand Up @@ -124,3 +124,7 @@ form[role="dialog"][data-type="action"] > menu > button.icon-settings {
height: 8.5rem;
}
}

:-moz-dir(rtl) form[role="dialog"][data-type="action"] > menu > button.icon {
background-position: right 0.5rem center;
}

0 comments on commit 18dbc32

Please sign in to comment.