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:
authorRémy Coutable <remy@rymai.me>2016-06-22 19:46:17 +0300
committerRémy Coutable <remy@rymai.me>2016-07-01 13:48:54 +0300
commit8625bd362245cad49e268d7bcd82e987f70ba044 (patch)
treebe659547bc161f9f97f377c6f567a2286ebd0ef4 /app/assets/stylesheets/pages/groups.scss
parentb569f842b37434efd0cbae4b0c197391e0610b12 (diff)
Improve the request / withdraw access button
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'app/assets/stylesheets/pages/groups.scss')
-rw-r--r--app/assets/stylesheets/pages/groups.scss13
1 files changed, 8 insertions, 5 deletions
diff --git a/app/assets/stylesheets/pages/groups.scss b/app/assets/stylesheets/pages/groups.scss
index 101faf59174..3d79f4400e2 100644
--- a/app/assets/stylesheets/pages/groups.scss
+++ b/app/assets/stylesheets/pages/groups.scss
@@ -41,14 +41,17 @@
}
.groups-cover-block {
-
.container-fluid {
position: relative;
}
- .access-request-button {
- @include btn-gray;
- margin-right: 10px;
- text-transform: none;
+ .group-right-buttons {
+ position: absolute;
+ right: 16px;
+ .btn {
+ @include btn-gray;
+ padding: 3px 10px;
+ background-color: $background-color;
+ }
}
}