Two RTL fixes

* WW can flip sides, other regions not
* Display settings icon now changes side and doesn't overlap with text

Change-Id: I35a6c93448a8dd178e657ba25093cf77199227c8
This commit is contained in:
Niklas Laxström
2012-08-16 08:56:17 +00:00
parent 710146ef99
commit ea47df33e0
2 changed files with 9 additions and 3 deletions

View File

@@ -8,8 +8,12 @@ div#display-settings-block {
/* @embed */
background: #F6F6F6 url('../images/display.png') no-repeat;
background-size: 20px auto;
/* This is only few pixels off from the below */
background-position: 10% 5px;
/* Does not work for RTL
background-position-x: 15px;
background-position-y: 5px;
*/
padding-left: 40px;
cursor: pointer;
}