diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-03-23 18:28:12 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-03-23 18:28:12 +0000 |
commit | 34f4b9063e6ad2b682f1ea650c928c3fc6c568c9 (patch) | |
tree | 13ea5b3a2624bbbf48163fcd8a1ad3eece99e20f /views | |
parent | 3784fef62a8eb606713531baee75b6030239bff5 (diff) | |
download | elgg-34f4b9063e6ad2b682f1ea650c928c3fc6c568c9.tar.gz elgg-34f4b9063e6ad2b682f1ea650c928c3fc6c568c9.tar.bz2 |
Moved Shared Access css into plugin
git-svn-id: http://code.elgg.org/elgg/trunk@5481 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views')
-rw-r--r-- | views/default/css.php | 22 |
1 files changed, 4 insertions, 18 deletions
diff --git a/views/default/css.php b/views/default/css.php index 5f2ffc14b..e626780de 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -182,7 +182,7 @@ blockquote { /* *************************************** -GENERIC SELECTORS + GENERIC SELECTORS *************************************** */ h2 { border-bottom:1px solid #CCCCCC; @@ -257,7 +257,7 @@ h2 { } /* *************************************** -PAGE LAYOUT - MAIN BLOCKS POSITIONING + PAGE LAYOUT - MAIN BLOCKS POSITIONING *************************************** */ #elgg_topbar { background:#333333 url(<?php echo $vars['url']; ?>_graphics/toptoolbar_background.gif) repeat-x top left; @@ -342,7 +342,7 @@ PAGE LAYOUT - MAIN BLOCKS POSITIONING /* *************************************** -ELGG TOPBAR + ELGG TOPBAR *************************************** */ #elgg_topbar_contents { float:left; @@ -407,18 +407,6 @@ ELGG TOPBAR } - - -/* @todo PH check + move into shared access? */ -#elgg_topbar_contents a.shared_access { - background:transparent url(<?php echo $vars['url']; ?>_graphics/icons_shared_access.png) no-repeat 0 -15px; - padding-left:20px !important; - float:right; -} - - - - /* *************************************** TOOLS MENU *************************************** */ @@ -501,7 +489,7 @@ ELGG TOPBAR /* *************************************** -HEADER CONTENTS + HEADER CONTENTS *************************************** */ #elgg_header_contents h1 a { font-size: 2em; @@ -1498,8 +1486,6 @@ a.action_button:focus { -webkit-border-radius: 4px; -moz-border-radius: 4px; line-height:1.2em; - /* background:#bbdaf7; */ - /* padding:2px 4px; */ } .admin_settings.users_online .profile_status span { font-size:90%; |