From 4a86c3b3ff5108e9a77c3d748ac8685c49a2b876 Mon Sep 17 00:00:00 2001 From: pete Date: Wed, 2 Jul 2008 12:19:31 +0000 Subject: generic comments moved/cleaned git-svn-id: https://code.elgg.org/elgg/trunk@1268 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css.php | 47 +++++++++++++++++++++++------------------------ 1 file changed, 23 insertions(+), 24 deletions(-) (limited to 'views/default/css.php') diff --git a/views/default/css.php b/views/default/css.php index 0e9ee7b67..0860c68b3 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -649,17 +649,18 @@ a.toggle_customise_edit_panel:hover { display: none; background: #dedede; padding:5px 10px 5px 10px; - font-size: 9px; + /* font-size: 9px;*/ } .collapsable_box_header a.toggle_box_contents { color: #4690d6; cursor:pointer; - font-size:16px; + font-family: Arial, Helvetica, sans-serif; + font-size:20px; font-weight: bold; text-decoration:none; float:right; margin: 0; - margin-top: -4px; + margin-top: -7px; } .collapsable_box_header a.toggle_box_edit_panel { color: #4690d6; @@ -904,6 +905,11 @@ input[type="submit"] { /* *************************************** MAIN CONTENT ELEMENTS *************************************** */ +#wrapper_header h1 { + margin:10px 0 0 0; +} + + .elggtoolbar .elggtoolbar_header h1, .collapsable_box_header h1 { /*color: #4690d6;*/ @@ -1015,27 +1021,6 @@ p.user_menu_friends_of { } -/* *************************************** - COMMENTS -*************************************** */ - -.generic_comment { - margin-bottom: 50px; - padding-bottom: 10px; -} -.generic_comment_icon { - position: absolute; -} -.generic_comment_details { - margin-left: 60px; - border-bottom: 1px solid #aaaaaa; -} -.generic_comment_owner { - color:#666666; - margin: 0px; -} - - /* *************************************** SEARCH LISTINGS *************************************** */ @@ -1163,6 +1148,20 @@ p.user_menu_friends_of { } +/* *************************************** + PLUGIN SETTINGS +*************************************** */ +#plugin_details { + margin:0 0 20px 0; + padding:10px; +} +#plugin_details.active { + border:1px solid lime; +} +#plugin_details.not-active { + border:1px solid red; +} + /* *************************************** END *************************************** */ -- cgit v1.2.3