From 48c3323f9f058689ebd90d7b0210491156b81b88 Mon Sep 17 00:00:00 2001 From: Ben Shum Date: Thu, 19 Sep 2013 10:59:30 -0400 Subject: [PATCH] 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 --- Open-ILS/src/templates/opac/css/style.css.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.0