From 555d80d2f4ec80c11e911b6c1879a4ad6ada5d2e Mon Sep 17 00:00:00 2001 From: Kathy Lussier Date: Wed, 18 Sep 2013 17:53:55 -0400 Subject: [PATCH] Tweak My Account buttons Tweak the padding and margins for My Account buttons so that they fit on one line for small screens. Also fits well for users with very, very long names. Signed-off-by: Kathy Lussier Signed-off-by: Lebbeous Fogle-Weekley Signed-off-by: Dan Wells --- Open-ILS/src/templates/opac/css/style.css.tt2 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index d92cfef5ba..6792d995ba 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -1707,6 +1707,12 @@ a.preflib_change { padding: 5px; margin: 3px; } + + a.opac-button { + margin: 15px 5px; + padding: 2px 5px; + } + #acct_tabs a, #acct_fines_tabs a { padding: 2px 4px 3px 4px; -moz-border-radius: 6px 6px 0px 0px; -- 2.43.2