projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d22445
)
Render 'more' links inline.
author
Jan Schneider
<jan@horde.org>
Fri, 9 Apr 2010 15:49:37 +0000
(16:49 +0100)
committer
Jan Schneider
<jan@horde.org>
Fri, 9 Apr 2010 16:08:37 +0000
(18:08 +0200)
kronolith/themes/screen.css
patch
|
blob
|
history
diff --git
a/kronolith/themes/screen.css
b/kronolith/themes/screen.css
index
b539f39
..
b8bc0ee
100644
(file)
--- a/
kronolith/themes/screen.css
+++ b/
kronolith/themes/screen.css
@@
-1157,12
+1157,14
@@
table.kronolithView td.kronolithFirstCol {
vertical-align: top;
}
.kronolithMore {
- display: block;
padding: 0 2px;
color: #888;
font-style: italic;
cursor: pointer;
}
+.kronolithMore:hover {
+ text-decoration: underline;
+}
/* Main view agenda. */
#kronolithViewAgenda td.kronolithFirstCol {