From 5511067ce20b1588ba7a521ebe590000ccc0badc 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 Signed-off-by: Lebbeous Fogle-Weekley Signed-off-by: Dan Wells --- 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 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; -- 2.43.2