projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff6dcde
)
Tweak My Account buttons
author
Kathy Lussier
<klussier@masslnc.org>
Wed, 18 Sep 2013 21:53:55 +0000
(17:53 -0400)
committer
Dan Scott
<dscott@laurentian.ca>
Tue, 24 Sep 2013 15:20:23 +0000
(11:20 -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>
Open-ILS/src/templates/opac/css/style.css.tt2
patch
|
blob
|
history
diff --git
a/Open-ILS/src/templates/opac/css/style.css.tt2
b/Open-ILS/src/templates/opac/css/style.css.tt2
index
d92cfef
..
6792d99
100644
(file)
--- 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;