Change CSS for dash identity
authorBen Shum <bshum@biblio.org>
Thu, 19 Sep 2013 14:59:30 +0000 (10:59 -0400)
committerBen Shum <bshum@biblio.org>
Thu, 19 Sep 2013 14:59:30 +0000 (10:59 -0400)
Set to float:left; for the dash identity so that the buttons are in order:
"My account" then "Logout"

Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/src/templates/opac/css/style.css.tt2

index 072264b..543841a 100644 (file)
@@ -1793,7 +1793,7 @@ a.preflib_change {
         display: inline !important;
     }
     #dash_identity a {
-        float:right;
+        float:left;
     }
     #dashboard {
         display: none;