diff options
Diffstat (limited to 'views/default/css/elements/chrome.php')
-rw-r--r-- | views/default/css/elements/chrome.php | 10 |
1 files changed, 10 insertions, 0 deletions
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; +} + <?php //@todo remove ?> .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; |