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>
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;