aboutsummaryrefslogtreecommitdiff
path: root/views/default/css/elements/page_layout.php
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-12-10 01:27:20 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-12-10 01:27:20 +0000
commit5669dad314e9177de420044b5f938ccbb1da63f2 (patch)
treeb42ccc876855e54707f46b2110341a8fb97eaabf /views/default/css/elements/page_layout.php
parent87079289a9020280e2f2cf3b0ae2df1532a9408b (diff)
downloadelgg-5669dad314e9177de420044b5f938ccbb1da63f2.tar.gz
elgg-5669dad314e9177de420044b5f938ccbb1da63f2.tar.bz2
completed the topbar modifications
git-svn-id: http://code.elgg.org/elgg/trunk@7588 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css/elements/page_layout.php')
-rw-r--r--views/default/css/elements/page_layout.php64
1 files changed, 7 insertions, 57 deletions
diff --git a/views/default/css/elements/page_layout.php b/views/default/css/elements/page_layout.php
index fb0ddf8fe..6250f79ba 100644
--- a/views/default/css/elements/page_layout.php
+++ b/views/default/css/elements/page_layout.php
@@ -12,7 +12,6 @@
.elgg-page-topbar {
background: #333333 url(<?php echo elgg_get_site_url(); ?>_graphics/toptoolbar_background.gif) repeat-x top left;
- color: #eeeeee;
border-bottom: 1px solid #000000;
min-width: 998px;
position: relative;
@@ -181,74 +180,25 @@
}
.elgg-page-topbar a {
color: #eeeeee;
-}
-.elgg-page-topbar a.main {
float: left;
- margin-right: 30px;
+ margin: 2px 30px 0 0;
+ line-height: 1.1em;
}
.elgg-page-topbar a.alt {
float: right;
- margin-left: 30px;
+ margin: 2px 0 0 30px;
}
.elgg-page-topbar a:hover {
color: #71cbff;
text-decoration: none;
}
-.elgg-icon {
- background: transparent url(<?php echo elgg_get_site_url(); ?>_graphics/elgg_sprites.png) no-repeat left;
- width: 16px;
- height: 16px;
- display: block;
- float: left;
-}
-.elgg-icon-settings {
- background-position: -302px -44px;
-}
-.elgg-icon-friends {
- background-position: 0 -300px;
- width: 36px;
+/* elgg logo and user avatar need to be adjusted slightly */
+.elgg-page-topbar img {
+ margin-top: -1px;
}
-.elgg-page-topbar a img.user-mini-avatar {
- border:1px solid #eeeeee;
- margin:1px 0 0 10px;
- display: block;
-}
-.elgg-page-topbar a img.site-logo {
- display: block;
- margin-top: -1px;
-}
-.elgg-page-topbar .log-out {
- float:right;
-}
-.elgg-page-topbar .log-out a {
- display: inline;
- text-align: right;
- margin-right:10px;
- color:#999999;
-}
-.elgg-page-topbar .log-out a:hover {
- color:#71cbff;
-}
-.elgg-page-topbar a.myfriends {
- background:transparent url(<?php echo elgg_get_site_url(); ?>_graphics/elgg_sprites.png) no-repeat left -297px;
- text-indent: -900em;
- width:36px;
-}
-.elgg-page-topbar a.myfriends:hover {
- background-position: left -337px;
-}
-.elgg-page-topbar a.admin {
- background:transparent url(<?php echo elgg_get_site_url(); ?>_graphics/elgg_sprites.png) no-repeat -300px -41px;
- padding-left:20px !important;
-}
-.elgg-page-topbar a.help {
- background:transparent url(<?php echo elgg_get_site_url(); ?>_graphics/elgg_sprites.png) no-repeat -300px -133px;
- padding-left:18px !important;
- float:right;
- margin-right:30px;
-}
+
/* ***************************************