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=43afe94c0668f3ea8be4d4df73135797ac2e3c9e;p=working%2FEvergreen.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 --- 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;