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
0
Merge Requests
0
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
Boxiang Sun
gitlab-ce
Commits
3466bf1c
Commit
3466bf1c
authored
Apr 19, 2018
by
Luke Bennett
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
flex it
parent
ce0677e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
56 deletions
+16
-56
app/assets/stylesheets/pages/labels.scss
app/assets/stylesheets/pages/labels.scss
+16
-56
No files found.
app/assets/stylesheets/pages/labels.scss
View file @
3466bf1c
...
...
@@ -58,14 +58,11 @@
}
.label-row
{
.label-name
{
display
:
inline-block
;
margin-bottom
:
10px
;
display
:
flex
;
@media
(
min-width
:
$screen-sm-min
)
{
width
:
100px
;
margin-bottom
:
0
;
}
.label-name
{
width
:
200px
;
flex-shrink
:
0
;
.label
{
overflow
:
hidden
;
...
...
@@ -78,14 +75,6 @@
display
:
block
;
margin-bottom
:
10px
;
margin-left
:
50px
;
@media
(
min-width
:
$screen-sm-min
)
{
display
:
inline-block
;
width
:
100px
;
margin-left
:
10px
;
margin-bottom
:
0
;
vertical-align
:
top
;
}
}
.label-description
{
...
...
@@ -99,14 +88,6 @@
a
{
color
:
$blue-600
;
}
@media
(
min-width
:
$screen-sm-min
)
{
display
:
inline-block
;
max-width
:
50%
;
margin-left
:
10px
;
margin-bottom
:
0
;
vertical-align
:
top
;
}
}
.label
{
...
...
@@ -131,19 +112,14 @@
}
.manage-labels-list
{
@media
(
min-width
:
$screen-md-min
)
{
&
.content-list
li
{
padding
:
$gl-padding
0
;
}
}
>
li
:not
(
.empty-message
)
:not
(
.is-not-draggable
)
{
background-color
:
$white-light
;
cursor
:
move
;
cursor
:
-
webkit-grab
;
cursor
:
-
moz-grab
;
margin-bottom
:
5px
;
display
:
flex
;
justify-content
:
space-between
;
padding
:
11px
10px
11px
$gl-padding
;
border-radius
:
$border-radius-default
;
...
...
@@ -176,27 +152,6 @@
}
}
}
.dropdown
{
@media
(
min-width
:
$screen-sm-min
)
{
float
:
right
;
}
}
@media
(
max-width
:
$screen-xs-max
)
{
.dropdown-menu
{
min-width
:
100%
;
}
}
}
.draggable-handler
{
display
:
inline-block
;
vertical-align
:
top
;
margin
:
5px
0
;
opacity
:
0
;
transition
:
opacity
.3s
;
color
:
$gray-darkest
;
}
.prioritized-labels
{
...
...
@@ -290,11 +245,6 @@
}
.label-subscribe-button
{
@media
(
min-width
:
$screen-md-min
)
{
min-width
:
105px
;
margin-left
:
$gl-padding
;
}
.label-subscribe-button-icon
{
&
[
disabled
]
{
opacity
:
0
.5
;
...
...
@@ -335,6 +285,7 @@
.label-actions-list
{
list-style
:
none
;
flex-shrink
:
0
;
}
.label-badge
{
...
...
@@ -355,8 +306,17 @@
.label-links
{
list-style
:
none
;
padding
:
0
;
white-space
:
nowrap
;
}
.label-link-item
{
padding
:
0
;
}
.label-list-item
{
.content-list
&
:before
,
.content-list
&
:after
{
content
:
none
;
display
:
block
;
}
}
\ No newline at end of file
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