From d0420a92a21caec90c0359910b8eafdbcebff069 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Wed, 8 Apr 2009 14:45:14 +0200 Subject: [PATCH] Tweaks --- kronolith/themes/screen.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/kronolith/themes/screen.css b/kronolith/themes/screen.css index c15b8031d..4b3e66193 100644 --- a/kronolith/themes/screen.css +++ b/kronolith/themes/screen.css @@ -530,7 +530,7 @@ body.kronolithAjax { position: absolute; right: 0; padding-right: 8px; - background: transparent url("graphics/plus.png") no-repeat; + background: transparent url("graphics/plus.png") no-repeat top right; color: transparent; cursor: pointer; } @@ -594,7 +594,7 @@ span#kronolithQuickEvent { line-height: 35px; } #kronolithSearch { - width: 80px; + width: 146px; } /* Quick edit */ @@ -1101,6 +1101,7 @@ div.kronolithView div.kronolithViewBody div.kronolithRow div div.kronolithMore a line-height: 15px; margin: 0 2px 2px 0; padding: 0; + background-color: #fff; border-right: 1px solid #c0c0c0; border-bottom: 1px solid #c0c0c0; text-align: center; @@ -1109,7 +1110,7 @@ div.kronolithView div.kronolithViewBody div.kronolithRow div div.kronolithMore a } a.kronolithAdd { display: inline; - width: 15px; + width: auto; height: 15px; line-height: 15px; padding: 2px; @@ -1123,6 +1124,7 @@ a.kronolithAdd:hover { background: #f7f7f7; } .kronolithOtherMonth .kronolithDay { + background: #f7f7f7; border-color: transparent; color: silver; } -- 2.11.0