aboutsummaryrefslogtreecommitdiff
path: root/views/default/css.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/css.php')
-rw-r--r--views/default/css.php13
1 files changed, 12 insertions, 1 deletions
diff --git a/views/default/css.php b/views/default/css.php
index 1b51a9d34..d709c90a4 100644
--- a/views/default/css.php
+++ b/views/default/css.php
@@ -374,8 +374,9 @@ h6 { font-size: 0.8em; }
margin:0 0 0 20px;
}
#elgg_topbar_container_right {
- padding:4px 0 0 0;
+ padding:3px 0 0 0;
}
+/*
#elgg_topbar_container_right img {
float:right;
margin:0 20px 0 0;
@@ -385,6 +386,16 @@ h6 { font-size: 0.8em; }
color:#eeeeee;
margin:0 5px 0 0;
}
+*/
+#elgg_topbar_container_right a {
+ color:#eeeeee;
+ margin:0 5px 0 0;
+ background:transparent url(<?php echo $vars['url']; ?>_graphics/elgg_toolbar_logout.gif) no-repeat right -1px;
+ padding:0 21px 0 0;
+}
+#elgg_topbar_container_right a:hover {
+ background:transparent url(<?php echo $vars['url']; ?>_graphics/elgg_toolbar_logout_over.gif) no-repeat right -1px;
+}
#elgg_topbar_panel {
background:#333333;