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=48c3323f9f058689ebd90d7b0210491156b81b88;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 072264bdda..543841ad0f 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -1793,7 +1793,7 @@ a.preflib_change { display: inline !important; } #dash_identity a { - float:right; + float:left; } #dashboard { display: none;