projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b5b362
)
need to shave a single pixel off #kronolithSearchTerm so the
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Tue, 22 Dec 2009 18:02:53 +0000
(13:02 -0500)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Tue, 22 Dec 2009 18:02:53 +0000
(13:02 -0500)
search icon doesn't wrap.
kronolith/themes/screen.css
patch
|
blob
|
history
diff --git
a/kronolith/themes/screen.css
b/kronolith/themes/screen.css
index
606d25d
..
6b0b5c8
100644
(file)
--- a/
kronolith/themes/screen.css
+++ b/
kronolith/themes/screen.css
@@
-457,11
+457,11
@@
body.kronolithAjax {
top: 15px;
}
#kronolithSearchTerm {
- width: 12
7
px;
+ width: 12
6
px;
color: #ccc;
}
#kronolithSearchTerm:focus {
- width: 12
7
px;
+ width: 12
6
px;
color: #000;
}
#kronolithMenu h3#kronolithCalendarsFirst {