From 9f680fb18e43fb58c7cb926ae2414674288d306b Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Thu, 18 Nov 2010 00:50:51 -0500 Subject: [PATCH] tweak monthview css, bit more friendly for mobile view. --- kronolith/themes/mobile.css | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/kronolith/themes/mobile.css b/kronolith/themes/mobile.css index 4f8449946..19409798d 100644 --- a/kronolith/themes/mobile.css +++ b/kronolith/themes/mobile.css @@ -64,11 +64,10 @@ position: relative; } #kronolithMinical { -/* top: 15px;*/ } .kronolithMinical table { width: 100%; - border-spacing: 1px; + border-spacing: 0; } .kronolithMinical caption, #kronolithBody .kronolithMinical caption { position: relative; @@ -112,10 +111,9 @@ border: 1px #999 solid !important; } .kronolithMinical tbody td { - width: 16px; - height: 16px; - line-height: 16px; - border: 1px #999 solid; + width: 24px; + height: 24px; + line-height: 24px; text-align: center; color: #808080; empty-cells: show; @@ -128,4 +126,5 @@ } .kronolithMinical .kronolithSelected { background-color: #ffc; + font-weight: bold; } -- 2.11.0