diff --git a/css/vote.scss b/css/vote.scss index 36283adc8c..88c2348271 100644 --- a/css/vote.scss +++ b/css/vote.scss @@ -240,6 +240,10 @@ th, tr, td { border: 1px solid #DDD; border-radius: 3px; margin-bottom: 10px; + + &.new-comment { + border: none; + } .comment-header { background-color: #EEE; @@ -252,7 +256,7 @@ th, tr, td { float: right; color: #555; } - + .comment-content { padding: 5px; } @@ -274,5 +278,9 @@ th, tr, td { } } +#controls h2 { + margin-top: 12px; +} + diff --git a/templates/create.tmpl.php b/templates/create.tmpl.php index 29ce204627..f7a9160b50 100644 --- a/templates/create.tmpl.php +++ b/templates/create.tmpl.php @@ -38,14 +38,13 @@ ?>