From 66d9e72d8efca85cbad622098dab3c5afe0ea830 Mon Sep 17 00:00:00 2001 From: Jan Date: Mon, 31 May 2010 17:08:06 +0100 Subject: [PATCH] Tweak services area. --- kronolith/themes/screen.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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 } -- 2.11.0