From: Jan Date: Mon, 31 May 2010 16:08:06 +0000 (+0100) Subject: Tweak services area. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=66d9e72d8efca85cbad622098dab3c5afe0ea830;p=horde.git Tweak services area. --- diff --git a/kronolith/themes/screen.css b/kronolith/themes/screen.css index 4299d7c1a..69d1115d4 100644 --- a/kronolith/themes/screen.css +++ b/kronolith/themes/screen.css @@ -405,6 +405,7 @@ body.kronolithAjax { /* User data and options */ #kronolithApplications { + display: inline; position: relative; z-index: 99; float: left; @@ -463,12 +464,14 @@ body.kronolithAjax { } #kronolithServices { - float: right; - margin-top: 10px; - margin-right: 10px; - text-align: right; + position: absolute; + top: 10px; + right: 10px; white-space: nowrap; } +#kronolithServices div { + float: left; +} .kronolithNotifications { background-color: #d9d9d9 }