projects
/
contrib
/
Conifer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a79111e
)
TPAC: Search text box is weird in Firefox
author
Dan Scott
<dscott@laurentian.ca>
Wed, 19 Oct 2011 20:58:53 +0000
(16:58 -0400)
committer
Dan Scott
<dscott@laurentian.ca>
Wed, 19 Oct 2011 20:58:53 +0000
(16:58 -0400)
The span border was conflicting with the input border for the text input
box. Also addresses the text box being jammed against the "for" word.
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/web/css/skin/default/opac/style.css
patch
|
blob
|
history
diff --git
a/Open-ILS/web/css/skin/default/opac/style.css
b/Open-ILS/web/css/skin/default/opac/style.css
index
68911f4
..
586cf9c
100644
(file)
--- a/
Open-ILS/web/css/skin/default/opac/style.css
+++ b/
Open-ILS/web/css/skin/default/opac/style.css
@@
-14,7
+14,6
@@
a {
}
#search-wrapper input[type=text] {
- border:none;
margin:0;
padding:0;
}
@@
-218,9
+217,7
@@
span.dash_divider {
}
.search_box_wrapper {
- border:1px solid #e9ebf3;
- padding: 1px;
- padding-left: 3px;
+ padding: 1px 1px 1px 3px;
}
#search-wrapper #breadcrumb {