From: Jan Schneider Date: Mon, 8 Feb 2010 21:31:06 +0000 (+0100) Subject: Design tweaks. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=f10f37726b59ce70f9071181316b83da81cbb944;p=horde.git Design tweaks. --- diff --git a/kronolith/templates/index/edit.inc b/kronolith/templates/index/edit.inc index 5e9533294..69f0a2894 100644 --- a/kronolith/templates/index/edit.inc +++ b/kronolith/templates/index/edit.inc @@ -6,19 +6,19 @@
-
+
-
+
-
+ · @@ -28,24 +28,36 @@
- - - - - - +
 
+ -
- - - + + - - - + + + +
+
@@ -151,10 +163,10 @@ @@ -64,7 +71,7 @@
" default="" /> - +
diff --git a/kronolith/themes/screen.css b/kronolith/themes/screen.css index e9b55cba6..02321d0ac 100644 --- a/kronolith/themes/screen.css +++ b/kronolith/themes/screen.css @@ -186,9 +186,11 @@ a.newEvent img { color: #fff; } .kronolithAjax .kronolithFBFree { + /*position: static;*/ position: relative; } .kronolithAjax .kronolithFBBusy { + /*position: static;*/ position: absolute; } div.fbgrid { @@ -394,6 +396,9 @@ body.kronolithAjax { } /* User data and options */ +#kronolithApplications { + display: none; +} #kronolithServices { float: right; margin-top: 10px; @@ -401,14 +406,18 @@ body.kronolithAjax { text-align: right; } #kronolithNotifications { - padding: 3px 5px; + float: left; + padding: 0 10px; height: 25px; line-height: 25px; + -moz-border-radius: 0 5px 5px 0; + -webkit-border-radius: 0 5px 5px 0; } .kronolithNotifications { background-color: #d9d9d9; - opacity: .3; - filter: alpha(opacity=30); +} +#kronolithNotifications.kronolithNotifications { + background-color: #f0f0f0; } /* Main area */ @@ -570,8 +579,8 @@ a.kronolithFormCancel { float: left; margin: 0 2px 0 0; background: #d6d6d6; - -moz-border-radius: 5px; - -webkit-border-radius: 5px; + -moz-border-radius: 5px 0 0 5px; + -webkit-border-radius: 5px 0 0 5px; font-weight: bold; cursor: pointer; } @@ -714,7 +723,7 @@ div.kronolithFormActions { line-height: 140%; } #kronolithEventTabAttendees td:first-child, #kronolithEventTabAttendees th:first-child { - width: 100px; + width: 170px; overflow: hidden; } #kronolithEventTabAttendees th { @@ -727,6 +736,10 @@ div.kronolithFormActions { background-color: #ccc; } +#kronolithEventAttendeesList { + max-height: 150px; + overflow-y: auto; +} #kronolithEventTabAttendees td div { margin: 0; height: 100%; @@ -734,6 +747,7 @@ div.kronolithFormActions { #kronolithEventACBox { line-height: 100%; } + /* Map */ #kronolithEventMap { height: 300px;