projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe87f0c
)
tweak css for kronolith tag and top tag display. Still looks a little
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Tue, 10 Nov 2009 01:28:29 +0000
(20:28 -0500)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Tue, 10 Nov 2009 01:28:29 +0000
(20:28 -0500)
different then it looked before recent design changes, but it's closer now.
kronolith/themes/screen.css
patch
|
blob
|
history
diff --git
a/kronolith/themes/screen.css
b/kronolith/themes/screen.css
index
1b2128d
..
9ef343b
100644
(file)
--- a/
kronolith/themes/screen.css
+++ b/
kronolith/themes/screen.css
@@
-656,6
+656,7
@@
div#kronolithEventTopTags {
}
div#kronolithEventTopTags span {
padding: 2px 4px;
+ margin-right: 4px;
background-color: #fff;
border: 1px #c0c0c0 solid;
-moz-border-radius: 4px;
@@
-666,6
+667,9
@@
div#kronolithEventTopTags span:hover {
background-color: #ffc;
cursor: pointer;
}
+div#kronolithEventTabTags {
+ line-height: 100%;
+}
#kronolithEventDialog .tabset, #kronolithTaskDialog .tabset {
float: none;