summaryrefslogtreecommitdiffstats
path: root/askbot/media/style
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/media/style')
-rw-r--r--askbot/media/style/style.css4
-rw-r--r--askbot/media/style/style.less8
2 files changed, 10 insertions, 2 deletions
diff --git a/askbot/media/style/style.css b/askbot/media/style/style.css
index 8760f219..2f7d1992 100644
--- a/askbot/media/style/style.css
+++ b/askbot/media/style/style.css
@@ -2308,6 +2308,10 @@ ul#related-tags li {
.question-page div.comments {
padding: 0;
}
+.question-page div.comments.empty {
+ margin-top: -34px;
+ float: left;
+}
.question-page h2.comment-title {
color: #7ea9b3;
font-weight: bold;
diff --git a/askbot/media/style/style.less b/askbot/media/style/style.less
index ccf81e1e..6db2ce38 100644
--- a/askbot/media/style/style.less
+++ b/askbot/media/style/style.less
@@ -2428,6 +2428,10 @@ ul#related-tags li {
div.comments {
padding: 0;
}
+ div.comments.empty {
+ margin-top: -34px;
+ float: left;
+ }
h2.comment-title {
color: @section-title;
font-weight: bold;
@@ -2747,10 +2751,10 @@ ul#related-tags li {
.comments .button {
background-color: #E6ECFF;
- }
+ }
.comments {
background-color: #E6ECFF;
- }
+ }
}
.answer-img-accept {