diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-06 21:22:55 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-06 21:22:55 +0000 |
commit | 4502487128f3971b3fb199341d98cb8a8fa2a7e8 (patch) | |
tree | 433a3324af7068509e14cfa39efad5675ba0a35e /views/default | |
parent | 5ea429aee3b96d18b7b68473b839f5b6a513f3bd (diff) | |
download | elgg-4502487128f3971b3fb199341d98cb8a8fa2a7e8.tar.gz elgg-4502487128f3971b3fb199341d98cb8a8fa2a7e8.tar.bz2 |
collections, pages nav and numerous other fixes
git-svn-id: https://code.elgg.org/elgg/trunk@1743 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default')
-rw-r--r-- | views/default/css.php | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/views/default/css.php b/views/default/css.php index dda4200db..90669bdab 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -1669,7 +1669,7 @@ div.expandall p { #friendsPickerNavigationTabs a { text-decoration: none; display: block; - padding: 0.24em 1em; + padding: 0.22em 1em; color: #666666; text-align: center; } @@ -1688,7 +1688,6 @@ div.expandall p { background: white; color: #4690d6; } - @@ -2002,7 +2001,7 @@ a.toggle_customise_edit_panel:hover { /* *************************************** STUFF BELOW NEEDS SORTING *************************************** */ - +/* Breadcrumbs */ #pages_breadcrumbs { font-size: 80%; color:#999999; @@ -2029,9 +2028,18 @@ a.toggle_customise_edit_panel:hover { line-height:1.2em; } -/* not needed? - replaced by #wrapper_maincontent.single_column */ -#forums, #forum_topics, #topic_posts { - /* background:white;*/ +#sidebar_page_tree { + margin:10px; +} + +#sidebar_page_tree h3 { + background:#F5F5F5; + border-top:2px solid #4690D6; + margin:0 0 5px 0; + padding:5px; + color:#0054A7; + font-size:1.25em; + line-height:1.2em; } /* tag icon */ |