summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2016-06-16 20:59:17 +0100
committerLuke "Jared" Bennett <lbennett@gitlab.com>2016-06-17 03:11:27 +0100
commitc252b52db76841965d7ec7d099bdec3a04a73c22 (patch)
treec21b3ffc9de42179aba074cf68aac7afb13924c6
parente0f46ef1a59a55c188b5d469d1a2c82517f8fd15 (diff)
downloadgitlab-ce-fix-merge-on-success-widget-buttons.tar.gz
Started fixing, not found dropdown button yet....fix-merge-on-success-widget-buttons
FINALLY, found it! Fixed
-rw-r--r--app/assets/stylesheets/pages/merge_requests.scss15
1 files changed, 12 insertions, 3 deletions
diff --git a/app/assets/stylesheets/pages/merge_requests.scss b/app/assets/stylesheets/pages/merge_requests.scss
index 53bff508c72..4985aa35823 100644
--- a/app/assets/stylesheets/pages/merge_requests.scss
+++ b/app/assets/stylesheets/pages/merge_requests.scss
@@ -119,7 +119,12 @@
margin-bottom: 0;
}
- @media (max-width: $screen-sm-max) {
+ .btn-grouped {
+ margin-left: 0;
+ margin-right: 7px;
+ }
+
+ @media (max-width: $screen-xs-max) {
h4 {
font-size: 15px;
}
@@ -131,10 +136,14 @@
.btn,
.btn-group,
.accept-action {
- width: 100%;
margin-bottom: 4px;
}
+ .accept-action {
+ width: 100%;
+ text-align: center;
+ }
+
.accept-control {
width: 100%;
text-align: center;
@@ -282,7 +291,7 @@
margin-bottom: 0;
}
- @media (min-width: $screen-sm-min) {
+ @media (min-width: $screen-xs-min) {
float: left;
width: 50%;
margin-bottom: 0;