From: Ben Shum Date: Thu, 19 Sep 2013 14:59:30 +0000 (-0400) Subject: Change CSS for dash identity X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=5511067ce20b1588ba7a521ebe590000ccc0badc;p=evergreen%2Fpines.git Change CSS for dash identity Set to float:left; for the dash identity so that the buttons are in order: "My account" then "Logout" Signed-off-by: Ben Shum Signed-off-by: Lebbeous Fogle-Weekley Signed-off-by: Dan Wells --- diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index 5611e77b65..a9b2cf0787 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -1794,7 +1794,7 @@ a.preflib_change { display: inline !important; } #dash_identity a { - float:right; + float:left; } #dashboard { display: none;