Tweak services area.
authorJan <jan@horde.org>
Mon, 31 May 2010 16:08:06 +0000 (17:08 +0100)
committerJan Schneider <jan@horde.org>
Mon, 31 May 2010 16:22:34 +0000 (18:22 +0200)
kronolith/themes/screen.css

index 4299d7c..69d1115 100644 (file)
@@ -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
 }