projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf84f53
)
Tweak services area.
author
Jan
<jan@horde.org>
Mon, 31 May 2010 16:08:06 +0000
(17:08 +0100)
committer
Jan Schneider
<jan@horde.org>
Mon, 31 May 2010 16:22:34 +0000
(18:22 +0200)
kronolith/themes/screen.css
patch
|
blob
|
history
diff --git
a/kronolith/themes/screen.css
b/kronolith/themes/screen.css
index
4299d7c
..
69d1115
100644
(file)
--- 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
}