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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user