From 34f4b9063e6ad2b682f1ea650c928c3fc6c568c9 Mon Sep 17 00:00:00 2001 From: pete Date: Tue, 23 Mar 2010 18:28:12 +0000 Subject: Moved Shared Access css into plugin git-svn-id: http://code.elgg.org/elgg/trunk@5481 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css.php | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-) (limited to 'views') 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(_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(_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%; -- cgit v1.2.3