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:
@@ -62,9 +62,6 @@
|
||||
background-size: 100%;
|
||||
}
|
||||
.uls-region {
|
||||
/* The map doesn't flip */
|
||||
/* @noflip */
|
||||
float: left !important;
|
||||
cursor: pointer;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
@@ -73,6 +70,11 @@
|
||||
border-bottom-style: solid;
|
||||
border-bottom-width: 3px;
|
||||
}
|
||||
.uls-worldmap .uls-region {
|
||||
/* The map doesn't flip */
|
||||
/* @noflip */
|
||||
float: left;
|
||||
}
|
||||
.uls-region a {
|
||||
bottom: 2px;
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user