Change CSS for dash identity
authorBen Shum <bshum@biblio.org>
Thu, 19 Sep 2013 14:59:30 +0000 (10:59 -0400)
committerDan Scott <dscott@laurentian.ca>
Tue, 24 Sep 2013 15:20:25 +0000 (11:20 -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 5611e77..a9b2cf0 100644 (file)
@@ -1794,7 +1794,7 @@ a.preflib_change {
         display: inline !important;
     }
     #dash_identity a {
-        float:right;
+        float:left;
     }
     #dashboard {
         display: none;