summaryrefslogtreecommitdiffstats
path: root/public/less/_review.less
diff options
context:
space:
mode:
Diffstat (limited to 'public/less/_review.less')
-rw-r--r--public/less/_review.less31
1 files changed, 21 insertions, 10 deletions
diff --git a/public/less/_review.less b/public/less/_review.less
index a1b2e1932f..abc0284ca5 100644
--- a/public/less/_review.less
+++ b/public/less/_review.less
@@ -42,14 +42,21 @@
top: -13px;
}
- .attached.tab {
- border: none;
- padding: 0;
- margin: 0;
-
- &.markdown {
- padding: 1em;
- min-height: 168px;
+ .attached
+ {
+ &.tab {
+ border: none;
+ padding: 0;
+ margin: 0;
+
+ &.markdown {
+ padding: 1em;
+ min-height: 168px;
+ }
+ }
+
+ &.header {
+ padding: .1rem 1rem;
}
}
@@ -92,8 +99,12 @@
}
}
- .comment-form-reply {
- margin: 0.5em !important;
+ button.comment-form-reply {
+ margin: 0.5em 0.5em 0.5em 4.5em;
+ }
+
+ form.comment-form-reply {
+ margin: 0 0 0 4em;
}
}