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

@@ -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;