From: Dan Scott Date: Mon, 12 Sep 2011 19:17:33 +0000 (-0400) Subject: CSSize the My OPAC login / logout buttons X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=9287fe8b68d71212eaed662ea30f365e67a328bf;p=evergreen%2Fmasslnc.git 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 --- 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; +}