From 2e6ef13c2cd47e5971252cc450893a14b15b01bc Mon Sep 17 00:00:00 2001 From: dave Date: Tue, 8 Jul 2008 10:02:36 +0000 Subject: moved generic comments css from plugin to core git-svn-id: https://code.elgg.org/elgg/trunk@1331 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css.php | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'views/default/css.php') diff --git a/views/default/css.php b/views/default/css.php index fcab39f18..af5c8880a 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -1214,6 +1214,27 @@ table.search_gallery { color:#666666; } +.generic_comment { + margin-bottom: 10px; + 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; + font-size:90%; +} + + /* *************************************** END -- cgit v1.2.3