From 446a418ad47db8c7b31f529c213c9350c5654571 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20Laxstr=C3=B6m?= Date: Thu, 16 Aug 2012 08:56:17 +0000 Subject: [PATCH] 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 --- css/jquery.uls.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/css/jquery.uls.css b/css/jquery.uls.css index ab16834..9510adf 100644 --- a/css/jquery.uls.css +++ b/css/jquery.uls.css @@ -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;