Tweak My Account buttons
authorKathy Lussier <klussier@masslnc.org>
Wed, 18 Sep 2013 21:53:55 +0000 (17:53 -0400)
committerDan Wells <dbw2@calvin.edu>
Wed, 25 Sep 2013 22:42:09 +0000 (18:42 -0400)
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 <klussier@masslnc.org>
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Open-ILS/src/templates/opac/css/style.css.tt2

index d92cfef..6792d99 100644 (file)
@@ -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;