summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/note_form.scss
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-07-14 16:55:44 +0100
committerDouwe Maan <douwe@selenight.nl>2016-07-24 13:12:59 -0600
commit44cb5803a15ebbe322ac494ff03cfd5cfea2e9dd (patch)
tree3236f8f670429116a58fb3503b02bfe3f7f95d65 /app/assets/stylesheets/pages/note_form.scss
parentc1fe066b4b0d822950ec67179c11ca19f3de5dd6 (diff)
downloadgitlab-ce-44cb5803a15ebbe322ac494ff03cfd5cfea2e9dd.tar.gz
Seperated resolve all button from reply button
Diffstat (limited to 'app/assets/stylesheets/pages/note_form.scss')
-rw-r--r--app/assets/stylesheets/pages/note_form.scss35
1 files changed, 20 insertions, 15 deletions
diff --git a/app/assets/stylesheets/pages/note_form.scss b/app/assets/stylesheets/pages/note_form.scss
index a355d802973..bd875b9823f 100644
--- a/app/assets/stylesheets/pages/note_form.scss
+++ b/app/assets/stylesheets/pages/note_form.scss
@@ -156,28 +156,33 @@
.discussion-reply-holder {
background-color: $white-light;
padding: 10px 16px;
+ }
+}
- .btn-group-justified {
- table-layout: auto;
- }
+.discussion-with-resolve-btn {
+ display: table;
+ width: 100%;
+ border-collapse: separate;
+ table-layout: auto;
+
+ .btn-group {
+ display: table-cell;
+ float: none;
+ width: 1%;
- .btn-group:first-child {
+ &:first-child {
width: 100%;
+ padding-right: 5px;
}
- .discussion-with-resolve-btn {
- .btn-group:first-child .btn {
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
- }
-
- .btn-group:last-child .btn {
- margin-left: -1px;
- border-top-left-radius: 0;
- border-bottom-left-radius: 0;
- }
+ &:last-child {
+ padding-left: 5px;
}
}
+
+ .btn {
+ width: 100%;
+ }
}
.discussion-notes-count {