From: Jan Schneider Date: Thu, 5 Nov 2009 17:42:51 +0000 (+0100) Subject: Tweak attendees table. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=51dbfaf4b2bc0990619ae8e6790491cd41918be7;p=horde.git Tweak attendees table. --- diff --git a/kronolith/templates/index/edit.inc b/kronolith/templates/index/edit.inc index 9c4ffe821..4a9ac2b28 100644 --- a/kronolith/templates/index/edit.inc +++ b/kronolith/templates/index/edit.inc @@ -159,14 +159,14 @@ - + - 15 ? substr($part[$p], 0, 13) . '...' : $part[$p] ?> + - + diff --git a/kronolith/themes/screen.css b/kronolith/themes/screen.css index 3b74110f1..b1cc8e90b 100644 --- a/kronolith/themes/screen.css +++ b/kronolith/themes/screen.css @@ -682,21 +682,29 @@ div#kronolithEventTopTags span:hover { .kronolithTabsOption { line-height: 250%; } +#kronolithEventTabAttendees table { + border-collapse: collapse; + table-layout: fixed; +} #kronolithEventTabAttendees td, #kronolithEventTabAttendees th { + border: 1px solid #c0c0c0; padding: 1px; - width: 24px; + width: 22px; font-size: 85%; line-height: 140%; } +#kronolithEventTabAttendees td:first-child, #kronolithEventTabAttendees th:first-child { + width: 100px; + overflow: hidden; +} #kronolithEventTabAttendees th { - background-color: #fff; text-align: center; } #kronolithEventTabAttendees th:first-child { text-align: left; } #kronolithEventTabAttendees th.night { - background-color: #c0c0c0; + background-color: #ccc; } /* Mini calendar */