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:
c6ed8a8
)
LP#1084161 KPAC: Added Content Tabs can be too wide
author
Michael Peters
<mrpeters@library.in.gov>
Wed, 28 Nov 2012 17:45:02 +0000
(12:45 -0500)
committer
Ben Shum
<bshum@biblio.org>
Tue, 18 Dec 2012 04:03:37 +0000
(23:03 -0500)
In cases where LOTS of added content might be available, the
record summary is not wide enough to fit all of the tabs.
This decreases their padding width to fit them comfortably.
Signed-off-by: Michael Peters <mrpeters@library.in.gov>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/web/css/skin/default/kpac/style.css
patch
|
blob
|
history
diff --git
a/Open-ILS/web/css/skin/default/kpac/style.css
b/Open-ILS/web/css/skin/default/kpac/style.css
index
f937fa2
..
9e433e8
100755
(executable)
--- a/
Open-ILS/web/css/skin/default/kpac/style.css
+++ b/
Open-ILS/web/css/skin/default/kpac/style.css
@@
-623,7
+623,7
@@
input[type=text], input[type=password], textarea {
.item_detail_extras_tabs a {
\r
display:block;
\r
float:left;
\r
- padding:14px
35
px;
\r
+ padding:14px
27
px;
\r
background:#b53ea6;
\r
color:white;
\r
font-size:14px;
\r