projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d22fc86
)
Fix positioning of events in day and week views.
author
Jan Schneider
<jan@horde.org>
Thu, 21 May 2009 15:18:22 +0000
(17:18 +0200)
committer
Jan Schneider
<jan@horde.org>
Mon, 25 May 2009 15:00:21 +0000
(17:00 +0200)
kronolith/themes/screen.css
patch
|
blob
|
history
diff --git
a/kronolith/themes/screen.css
b/kronolith/themes/screen.css
index
662e84a
..
4a929f7
100644
(file)
--- a/
kronolith/themes/screen.css
+++ b/
kronolith/themes/screen.css
@@
-1034,16
+1034,19
@@
div.kronolithView div.kronolithViewBody div.kronolithRow {
.kronolithViewHead td {
height: 20px;
}
-#kronolithEventsDay
, #kronolithEventsWeek
{
+#kronolithEventsDay {
position: absolute;
- top: 2
7
px;
+ top: 2
3
px;
right: 5px;
bottom: 3px;
left: 25px;
}
#kronolithEventsWeek {
- left: 23px;
+ position: absolute;
+ top: 47px;
right: 3px;
+ bottom: 3px;
+ left: 23px;
}
.kronolithEventsWeek {
position: relative;