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:
authorPhil Hughes <me@iamphill.com>2016-09-05 17:45:23 +0300
committerPhil Hughes <me@iamphill.com>2016-09-13 10:44:59 +0300
commit3354bfd8f92ba034816890f0ea89bca630405103 (patch)
treeee45cf0672a2196d001920ce463fc71cb1b81c9b /app/assets/stylesheets/pages/members.scss
parentfe71edc3336ae662997ebbad3b4c46b2a2b4927c (diff)
CSS cleanup
Diffstat (limited to 'app/assets/stylesheets/pages/members.scss')
-rw-r--r--app/assets/stylesheets/pages/members.scss10
1 files changed, 3 insertions, 7 deletions
diff --git a/app/assets/stylesheets/pages/members.scss b/app/assets/stylesheets/pages/members.scss
index a7f1324f69a..72f31cb1168 100644
--- a/app/assets/stylesheets/pages/members.scss
+++ b/app/assets/stylesheets/pages/members.scss
@@ -1,9 +1,3 @@
-.project-members-new {
- > h5 {
- font-weight: normal;
- }
-}
-
.member {
.list-item-name {
float: none;
@@ -16,6 +10,7 @@
.controls {
@media (min-width: $screen-sm-min) {
+ display: -webkit-flex;
display: flex;
width: 400px;
max-width: 50%;
@@ -26,8 +21,9 @@
margin-top: 5px;
@media (min-width: $screen-sm-min) {
+ display: -webkit-flex;
display: flex;
- flex: 1;
+ width: 100%;
margin-top: 3px;
}
}