From 67bee86f7fa86273494302bdb816fc27022ea037 Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 19 Feb 2011 17:15:20 +0000 Subject: improved the styling of the comment area git-svn-id: http://code.elgg.org/elgg/trunk@8335 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css/elements/chrome.php | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'views/default/css/elements') diff --git a/views/default/css/elements/chrome.php b/views/default/css/elements/chrome.php index 157b00c6e..659acd869 100644 --- a/views/default/css/elements/chrome.php +++ b/views/default/css/elements/chrome.php @@ -87,6 +87,13 @@ h2 { background-color: white; } +.elgg-comments { + margin-top: 25px; +} +.elgg-comments > form { + margin-top: 15px; +} + .radius8 { -webkit-border-radius: 8px; @@ -96,6 +103,9 @@ h2 { /* *************************************** USER INPUT DISPLAY RESET *************************************** */ +.elgg-output { + margin-top: 10px; +} .elgg-output ul, ol { margin: 0 1.5em 1.5em 0; padding-left: 1.5em; -- cgit v1.2.3