Change CSS for dash identity
authorBen Shum <bshum@biblio.org>
Thu, 19 Sep 2013 14:59:30 +0000 (10:59 -0400)
committerDan Wells <dbw2@calvin.edu>
Wed, 25 Sep 2013 22:42:09 +0000 (18:42 -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>
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
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;