Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
35144326
Commit
35144326
authored
Mar 26, 2019
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removes EE differences for members.scss
parent
2ce68fd3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
49 additions
and
0 deletions
+49
-0
app/assets/stylesheets/pages/members.scss
app/assets/stylesheets/pages/members.scss
+49
-0
No files found.
app/assets/stylesheets/pages/members.scss
View file @
35144326
...
...
@@ -14,6 +14,12 @@
}
.member
{
&
.is-overriden
{
.btn-ldap-override
{
display
:
none
!
important
;
}
}
.list-item-name
{
@include
media-breakpoint-up
(
sm
)
{
float
:
left
;
...
...
@@ -122,6 +128,49 @@
outline
:
0
;
}
.members-ldap
{
align-self
:
center
;
height
:
100%
;
margin-right
:
10px
;
margin-left
:
-49px
;
}
.alert-member-ldap
{
background-color
:
$orange-50
;
@include
media-breakpoint-up
(
sm
)
{
line-height
:
40px
;
}
>
p
{
float
:
left
;
margin-bottom
:
10px
;
color
:
$orange-600
;
@include
media-breakpoint-up
(
sm
)
{
padding-left
:
55px
;
margin-bottom
:
0
;
}
}
.controls
{
width
:
100%
;
@include
media-breakpoint-up
(
sm
)
{
width
:
auto
;
}
}
}
.btn-ldap-override
{
width
:
100%
;
@include
media-breakpoint-up
(
sm
)
{
margin-left
:
10px
;
width
:
auto
;
}
}
.flex-project-members-panel
{
display
:
flex
;
flex-direction
:
row
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment