Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Ivan Vargas <jvargas@gitlab.com>2017-01-05 21:25:47 +0300
committerJose Ivan Vargas <jvargas@gitlab.com>2017-01-06 20:00:33 +0300
commit23e6d8c3682c116db909d0eabfaedb57df85bf36 (patch)
tree9176222e0df0b98e58ac973c481fef4a2bfccdc5 /app/assets/stylesheets/framework/lists.scss
parent5ce4883da07c939cc97ef4965aeb6e07adb688be (diff)
Moved the "import" button next to the "Add to project" button
Fixed padding and margins for the dropdowns on the members section
Diffstat (limited to 'app/assets/stylesheets/framework/lists.scss')
-rw-r--r--app/assets/stylesheets/framework/lists.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/lists.scss b/app/assets/stylesheets/framework/lists.scss
index 277d4202950..cb25b808374 100644
--- a/app/assets/stylesheets/framework/lists.scss
+++ b/app/assets/stylesheets/framework/lists.scss
@@ -163,6 +163,10 @@ ul.content-list {
&:last-child {
margin-right: 0;
+
+ @media(max-width: $screen-xs-max) {
+ margin: 0 auto;
+ }
}
}