From 26788e119aa2acc6c9f50556be702d66698c46a3 Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 27 Jun 2008 15:34:29 +0000 Subject: Tweaks to generic comment CSS git-svn-id: https://code.elgg.org/elgg/trunk@1186 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css.php | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'views/default/css.php') 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 -- cgit v1.2.3