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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-11-24 18:51:01 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-11-25 12:24:29 +0300
commitd9749c8d36750136cbd8989918b1fec8ff2c4b49 (patch)
tree6d99f9c5e5e6f3e719cb87e9b6d4f26db5bc0089 /app/assets/stylesheets/pages/groups.scss
parent4cfc3df534c50957725f7e1f80c82f88fd764f70 (diff)
Improve UI for group members page
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/assets/stylesheets/pages/groups.scss')
-rw-r--r--app/assets/stylesheets/pages/groups.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/groups.scss b/app/assets/stylesheets/pages/groups.scss
index 07a38a19fad..bcb73a9acd3 100644
--- a/app/assets/stylesheets/pages/groups.scss
+++ b/app/assets/stylesheets/pages/groups.scss
@@ -1,5 +1,5 @@
.new-group-member-holder {
- margin-top: 50px;
+ margin-top: 10px;
padding-top: 20px;
}
@@ -15,4 +15,4 @@
.form-control {
height: 42px;
}
-} \ No newline at end of file
+}