projects
/
evergreen
/
tadl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e31ca79
)
Adjust styling of css_button class
skin_tadlv2
author
Jeff Godin
<jgodin@tadl.org>
Tue, 3 Apr 2012 23:49:03 +0000
(19:49 -0400)
committer
Jeff Godin
<jgodin@tadl.org>
Tue, 3 Apr 2012 23:49:03 +0000
(19:49 -0400)
Adjust the styling of the css_button class, especially changes
in margin and changing of display to inline-block so as not to
overlap with other buttons or other display elements.
Signed-off-by: Jeff Godin <jgodin@tadl.org>
Open-ILS/web/opac/skin/tadlv2/css/tadl_layout.css
patch
|
blob
|
history
diff --git
a/Open-ILS/web/opac/skin/tadlv2/css/tadl_layout.css
b/Open-ILS/web/opac/skin/tadlv2/css/tadl_layout.css
index
9217255
..
b06bb6f
100644
(file)
--- a/
Open-ILS/web/opac/skin/tadlv2/css/tadl_layout.css
+++ b/
Open-ILS/web/opac/skin/tadlv2/css/tadl_layout.css
@@
-28,6
+28,8
@@
a[name="item_title"] { font-size: 1.5em; }
background-color: lightgray;
border: 2px outset;
height: 15px;
- padding: 2px;
+ padding: 6px 8px 2px;
+ margin-bottom: 4px;
text-decoration: none;
+ display: inline-block;
}