From cb672b96b748ae3f43b80a4ed25bb710aa91ad6b Mon Sep 17 00:00:00 2001
From: Jared Hancock <jared@osticket.com>
Date: Thu, 2 Oct 2014 11:17:12 -0500
Subject: [PATCH] i18n: Proper rtl layout for staff navigation

---
 scp/css/scp.css | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/scp/css/scp.css b/scp/css/scp.css
index 0dc2092a1..bac13a5df 100644
--- a/scp/css/scp.css
+++ b/scp/css/scp.css
@@ -144,8 +144,7 @@ div#header a {
 }
 
 #nav .active, #nav .inactive {
-    display:block;
-    float:left;
+    display:inline-block;
     min-width:95px;
     width: auto;
     padding-left: 10px;
@@ -254,8 +253,7 @@ div#header a {
 }
 
 #sub_nav a {
-    display:block;
-    float:left;
+    display:inline-block;
     padding:0 10px 0 21px;
     background-position:0 50%;
     background-repeat:no-repeat;
-- 
GitLab