summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/groups.scss
diff options
context:
space:
mode:
authortauriedavis <taurie@gitlab.com>2016-11-08 12:48:28 -0800
committertauriedavis <taurie@gitlab.com>2016-11-09 17:24:17 -0800
commitd81d67bae44f189adddd1f4fb489a44e274e21b5 (patch)
treeb442ecfe14951d96edf9a4064e4cbcbd3e8c207c /app/assets/stylesheets/pages/groups.scss
parentc6d010986724faf10b46453d66eaca38a948fabf (diff)
downloadgitlab-ce-d81d67bae44f189adddd1f4fb489a44e274e21b5.tar.gz
19205 Redesign group page header to match new navigation19205-group-header-redesign
Diffstat (limited to 'app/assets/stylesheets/pages/groups.scss')
-rw-r--r--app/assets/stylesheets/pages/groups.scss25
1 files changed, 3 insertions, 22 deletions
diff --git a/app/assets/stylesheets/pages/groups.scss b/app/assets/stylesheets/pages/groups.scss
index 4375e29c8db..57d028cec8c 100644
--- a/app/assets/stylesheets/pages/groups.scss
+++ b/app/assets/stylesheets/pages/groups.scss
@@ -10,7 +10,6 @@
}
.group-row {
-
.stats {
float: right;
line-height: $list-text-height;
@@ -23,36 +22,18 @@
}
.ldap-group-links {
-
.form-actions {
margin-bottom: $gl-padding;
}
}
-.groups-cover-block {
-
- .container-fluid {
- position: relative;
- }
-
- .group-right-buttons {
- position: absolute;
- right: 16px;
-
- .btn {
- @include btn-gray;
- padding: 3px 10px;
- background-color: $background-color;
- }
- }
-
- .group-avatar {
- border: 0;
+.group-buttons {
+ .notification-dropdown {
+ display: inline-block;
}
}
.groups-header {
-
@media (min-width: $screen-sm-min) {
.nav-links {
width: 35%;