diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-27 15:34:29 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-27 15:34:29 +0000 |
commit | 26788e119aa2acc6c9f50556be702d66698c46a3 (patch) | |
tree | 44ec9a49b617dfbaa095daa73b1ab1c5a1cd8c2e /views/default/css.php | |
parent | 10e5db3119afca7060a680517393518be3aa54ab (diff) | |
download | elgg-26788e119aa2acc6c9f50556be702d66698c46a3.tar.gz elgg-26788e119aa2acc6c9f50556be702d66698c46a3.tar.bz2 |
Tweaks to generic comment CSS
git-svn-id: https://code.elgg.org/elgg/trunk@1186 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css.php')
-rw-r--r-- | views/default/css.php | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/views/default/css.php b/views/default/css.php index 1ec8092dd..7e0c902aa 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -493,7 +493,28 @@ a.toggle_customise_edit_panel:hover { padding:3px 10px 3px 10px; margin:20px 20px 0px 20px; } - +
+/* ***************************************
+ COMMENTS
+*************************************** */
+
+.generic_comment {
+ margin-bottom: 50px;
+ padding-bottom: 10px;
+}
+.generic_comment_icon {
+ position: absolute;
+}
+.generic_comment_details {
+ margin-left: 60px;
+ border: 0px;
+ border-bottom: 1px;
+ border-style: solid;
+}
+.generic_comment_owner {
+ font-size: 80%;
+ margin: 0px;
+} /* *************************************** ELGG TOOLBAR |