From 9287fe8b68d71212eaed662ea30f365e67a328bf Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Mon, 12 Sep 2011 15:17:33 -0400 Subject: [PATCH] CSSize the My OPAC login / logout buttons Use the same relative positioning as the surrounding blocks and things look relatively (hah) clean. Signed-off-by: Dan Scott --- Open-ILS/src/templates/opac/parts/topnav.tt2 | 15 ++++----------- Open-ILS/web/css/skin/default/opac/style.css | 5 ++++- 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/Open-ILS/src/templates/opac/parts/topnav.tt2 b/Open-ILS/src/templates/opac/parts/topnav.tt2 index 2a27e1ac86..92ee814d66 100644 --- a/Open-ILS/src/templates/opac/parts/topnav.tt2 +++ b/Open-ILS/src/templates/opac/parts/topnav.tt2 @@ -29,18 +29,11 @@ - [% l('My Account') %] + [% l('My Account') %] - [% l('Logout') %] + [% l('Logout') %] diff --git a/Open-ILS/web/css/skin/default/opac/style.css b/Open-ILS/web/css/skin/default/opac/style.css index cbf2543fd3..12850b0fab 100644 --- a/Open-ILS/web/css/skin/default/opac/style.css +++ b/Open-ILS/web/css/skin/default/opac/style.css @@ -1039,4 +1039,7 @@ a.opac-button { padding: 5px 10px 5px 10px; } - +#dash_wrapper .opac-button { + position: relative; + top: 10px; +} -- 2.11.0