From e424614afa6c28b9b6f3a7d95c7ab845ae27f00c Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Wed, 12 May 2010 18:52:26 +0200 Subject: [PATCH] Design tweaks. --- kronolith/templates/index/index.inc | 2 +- kronolith/templates/index/year.inc | 2 +- kronolith/themes/screen.css | 30 +++++++++++++++--------------- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/kronolith/templates/index/index.inc b/kronolith/templates/index/index.inc index 7c0dae9f2..740dc50db 100644 --- a/kronolith/templates/index/index.inc +++ b/kronolith/templates/index/index.inc @@ -64,7 +64,7 @@
- +
">< ">> diff --git a/kronolith/templates/index/year.inc b/kronolith/templates/index/year.inc index c13fc399e..d71d4c016 100644 --- a/kronolith/templates/index/year.inc +++ b/kronolith/templates/index/year.inc @@ -25,7 +25,7 @@
- + diff --git a/kronolith/themes/screen.css b/kronolith/themes/screen.css index 8d35f180d..d5fee7dc1 100644 --- a/kronolith/themes/screen.css +++ b/kronolith/themes/screen.css @@ -516,7 +516,7 @@ body.kronolithAjax { } #kronolithMenuCalendars { position: absolute; - top: 265px; + top: 245px; bottom: 0; width: 100%; overflow: auto; @@ -525,8 +525,8 @@ body.kronolithAjax { } #kronolithMenu h3 { position: relative; - margin-top: 15px; - margin-bottom: 10px; + margin-top: 10px; + margin-bottom: 2px; font-size: 100%; font-weight: bold; border-bottom: 1px #999 dotted; @@ -534,7 +534,7 @@ body.kronolithAjax { } #kronolithSearchForm { position: relative; - top: 15px; + top: 10px; } #kronolithSearchTerm { width: 126px; @@ -559,9 +559,6 @@ body.kronolithAjax { text-indent: -10000px; cursor: pointer; } -#kronolithMenu div.kronolithCalendars { - margin-bottom: 15px; -} #kronolithMenu div.kronolithCalendars div { margin-bottom: 2px; padding: 2px 2px 2px 20px; @@ -899,10 +896,11 @@ div.kronolithFormActions { } .kronolithMinical table { width: 100%; + border-spacing: 1px; } -.kronolithMinical caption { +.kronolithMinical caption, #kronolithBody .kronolithMinical caption { position: relative; - margin-bottom: 10px; + margin: 0 1px 1px 1px; height: 20px; line-height: 20px; font-weight: bold; @@ -1131,6 +1129,8 @@ table.kronolithView td.kronolithFirstCol { .kronolithFirstCol span { display: block; margin-bottom: 5px; + margin-left: 2px; + white-space: nowrap; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); } @@ -1379,10 +1379,10 @@ div.kronolithEvent { width: auto; line-height: 15px; margin: 1px; - padding: 2px 5px; - -moz-border-radius: 4px; - -webkit-border-radius: 4px; - border-radius: 4px; + padding: 3px 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; + border-radius: 5px; } #kronolithViewDay .kronolithAllDay div.kronolithEvent, #kronolithViewWeek .kronolithAllDay div.kronolithEvent { @@ -1399,7 +1399,7 @@ div.kronolithEvent .kronolithDragger { visibility: hidden; left: 0; right: 0; - height: 12px; + height: 11px; } div.kronolithEvent.kronolithEditable { cursor: move; @@ -1448,7 +1448,7 @@ div.kronolithEvent .kronolithEventInfo { border-radius: 5px; right: 0; left: 0; - padding: 5px; + padding: 3px 5px 4px 5px; overflow: hidden; } div.kronolithEditable:hover .kronolithEventInfo, -- 2.11.0