aboutsummaryrefslogtreecommitdiff
path: root/views/default/css.php
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-02 12:19:31 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-02 12:19:31 +0000
commit4a86c3b3ff5108e9a77c3d748ac8685c49a2b876 (patch)
tree6509a4e9b78eb7c1aa9e89e0a8edfc7ba8d9286f /views/default/css.php
parent58b2b82620942c540aedfce0a7af159711b86987 (diff)
downloadelgg-4a86c3b3ff5108e9a77c3d748ac8685c49a2b876.tar.gz
elgg-4a86c3b3ff5108e9a77c3d748ac8685c49a2b876.tar.bz2
generic comments moved/cleaned
git-svn-id: https://code.elgg.org/elgg/trunk@1268 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css.php')
-rw-r--r--views/default/css.php47
1 files changed, 23 insertions, 24 deletions
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;*/
@@ -1016,27 +1022,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
*************************************** */
@@ -1164,6 +1149,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
*************************************** */