BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
d47d02ac
Unverified
Commit
d47d02ac
authored
May 18, 2018
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move group lists css from framework/lists.scss to pages/groups.scss
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
1b9ff9db
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
228 additions
and
228 deletions
+228
-228
lists.scss
app/assets/stylesheets/framework/lists.scss
+0
-228
groups.scss
app/assets/stylesheets/pages/groups.scss
+228
-0
No files found.
app/assets/stylesheets/framework/lists.scss
View file @
d47d02ac
...
...
@@ -285,236 +285,8 @@ ul.indent-list {
to
{
transform
:
rotate
(
360deg
);
}
}
.groups-list-tree-container
{
.has-no-search-results
{
text-align
:
center
;
padding
:
$gl-padding
;
font-style
:
italic
;
color
:
$well-light-text-color
;
}
>
.group-list-tree
>
.group-row.has-children
:first-child
{
border-top
:
0
;
}
}
.group-list-tree
{
.avatar-container.content-loading
{
position
:
relative
;
>
a
,
>
a
.avatar
{
height
:
100%
;
border-radius
:
50%
;
}
>
a
{
padding
:
2px
;
.avatar
{
border
:
2px
solid
$white-normal
;
&
.identicon
{
line-height
:
15px
;
}
}
}
&
:
:
after
{
content
:
""
;
position
:
absolute
;
height
:
100%
;
width
:
100%
;
background-color
:
transparent
;
border
:
2px
outset
$kdb-border
;
border-radius
:
50%
;
animation
:
spin-avatar
3s
infinite
linear
;
}
}
.folder-toggle-wrap
{
float
:
left
;
line-height
:
$list-text-height
;
font-size
:
0
;
span
{
font-size
:
$gl-font-size
;
}
}
.folder-caret
,
.item-type-icon
{
display
:
inline-block
;
}
.folder-caret
{
width
:
15px
;
svg
{
margin-bottom
:
2px
;
}
}
.item-type-icon
{
margin-top
:
2px
;
width
:
20px
;
}
>
.group-row
:not
(
.has-children
)
{
.folder-caret
{
opacity
:
0
;
}
}
.content-list
li
:last-child
{
padding-bottom
:
0
;
}
.group-list-tree
{
margin-bottom
:
0
;
margin-left
:
30px
;
position
:
relative
;
&
:
:
before
{
content
:
''
;
display
:
block
;
width
:
0
;
position
:
absolute
;
top
:
5px
;
bottom
:
0
;
left
:
-16px
;
border-left
:
2px
solid
$border-white-normal
;
}
.group-row
{
position
:
relative
;
&
:
:
before
{
content
:
""
;
display
:
block
;
width
:
10px
;
height
:
0
;
border-top
:
2px
solid
$border-white-normal
;
position
:
absolute
;
top
:
30px
;
left
:
-16px
;
}
&
:last-child::before
{
background
:
$white-light
;
height
:
auto
;
top
:
30px
;
bottom
:
0
;
}
&
.being-removed
{
opacity
:
0
.5
;
}
}
}
.group-row
{
padding
:
0
;
&
.has-children
{
border-top
:
0
;
}
&
:first-child
{
border-top
:
1px
solid
$white-normal
;
}
}
.group-row-contents
{
padding
:
$gl-padding-top
;
&
:hover
{
border-color
:
$row-hover-border
;
background-color
:
$row-hover
;
cursor
:
pointer
;
}
.avatar-container
>
a
{
width
:
100%
;
text-decoration
:
none
;
}
&
.has-more-items
{
display
:
block
;
padding
:
20px
10px
;
}
.stats
{
position
:
relative
;
line-height
:
46px
;
>
span
{
display
:
inline-flex
;
align-items
:
center
;
height
:
16px
;
min-width
:
30px
;
}
>
span
:last-child
{
margin-right
:
0
;
}
.stat-value
{
margin
:
2px
0
0
5px
;
}
}
.controls
{
margin-left
:
5px
;
>
.btn
{
margin-right
:
$btn-xs-side-margin
;
}
}
}
.project-row-contents
.stats
{
line-height
:
inherit
;
>
span
:first-child
{
margin-left
:
25px
;
}
.item-visibility
{
margin-right
:
0
;
}
.last-updated
{
position
:
absolute
;
right
:
12px
;
min-width
:
250px
;
text-align
:
right
;
color
:
$gl-text-color-secondary
;
}
}
}
.namespace-title
{
.tooltip-inner
{
max-width
:
350px
;
}
}
ul
.group-list-tree
{
li
.group-row
{
>
.group-row-contents
.title
{
line-height
:
$list-text-height
;
}
&
.has-description
>
.group-row-contents
.title
{
line-height
:
inherit
;
}
}
}
.js-groups-list-holder
{
.groups-list-loading
{
font-size
:
34px
;
text-align
:
center
;
}
}
app/assets/stylesheets/pages/groups.scss
View file @
d47d02ac
...
...
@@ -241,3 +241,231 @@
overflow-y
:
unset
;
}
}
.groups-list-tree-container
{
.has-no-search-results
{
text-align
:
center
;
padding
:
$gl-padding
;
font-style
:
italic
;
color
:
$well-light-text-color
;
}
>
.group-list-tree
>
.group-row.has-children
:first-child
{
border-top
:
0
;
}
}
.group-list-tree
{
.avatar-container.content-loading
{
position
:
relative
;
>
a
,
>
a
.avatar
{
height
:
100%
;
border-radius
:
50%
;
}
>
a
{
padding
:
2px
;
.avatar
{
border
:
2px
solid
$white-normal
;
&
.identicon
{
line-height
:
15px
;
}
}
}
&
:
:
after
{
content
:
""
;
position
:
absolute
;
height
:
100%
;
width
:
100%
;
background-color
:
transparent
;
border
:
2px
outset
$kdb-border
;
border-radius
:
50%
;
animation
:
spin-avatar
3s
infinite
linear
;
}
}
.folder-toggle-wrap
{
float
:
left
;
line-height
:
$list-text-height
;
font-size
:
0
;
span
{
font-size
:
$gl-font-size
;
}
}
.folder-caret
,
.item-type-icon
{
display
:
inline-block
;
}
.folder-caret
{
width
:
15px
;
svg
{
margin-bottom
:
2px
;
}
}
.item-type-icon
{
margin-top
:
2px
;
width
:
20px
;
}
>
.group-row
:not
(
.has-children
)
{
.folder-caret
{
opacity
:
0
;
}
}
.content-list
li
:last-child
{
padding-bottom
:
0
;
}
.group-list-tree
{
margin-bottom
:
0
;
margin-left
:
30px
;
position
:
relative
;
&
:
:
before
{
content
:
''
;
display
:
block
;
width
:
0
;
position
:
absolute
;
top
:
5px
;
bottom
:
0
;
left
:
-16px
;
border-left
:
2px
solid
$border-white-normal
;
}
.group-row
{
position
:
relative
;
&
:
:
before
{
content
:
""
;
display
:
block
;
width
:
10px
;
height
:
0
;
border-top
:
2px
solid
$border-white-normal
;
position
:
absolute
;
top
:
30px
;
left
:
-16px
;
}
&
:last-child::before
{
background
:
$white-light
;
height
:
auto
;
top
:
30px
;
bottom
:
0
;
}
&
.being-removed
{
opacity
:
0
.5
;
}
}
}
.group-row
{
padding
:
0
;
&
.has-children
{
border-top
:
0
;
}
&
:first-child
{
border-top
:
1px
solid
$white-normal
;
}
}
.group-row-contents
{
padding
:
$gl-padding-top
;
&
:hover
{
border-color
:
$row-hover-border
;
background-color
:
$row-hover
;
cursor
:
pointer
;
}
.avatar-container
>
a
{
width
:
100%
;
text-decoration
:
none
;
}
&
.has-more-items
{
display
:
block
;
padding
:
20px
10px
;
}
.stats
{
position
:
relative
;
line-height
:
46px
;
>
span
{
display
:
inline-flex
;
align-items
:
center
;
height
:
16px
;
min-width
:
30px
;
}
>
span
:last-child
{
margin-right
:
0
;
}
.stat-value
{
margin
:
2px
0
0
5px
;
}
}
.controls
{
margin-left
:
5px
;
>
.btn
{
margin-right
:
$btn-xs-side-margin
;
}
}
}
.project-row-contents
.stats
{
line-height
:
inherit
;
>
span
:first-child
{
margin-left
:
25px
;
}
.item-visibility
{
margin-right
:
0
;
}
.last-updated
{
position
:
absolute
;
right
:
12px
;
min-width
:
250px
;
text-align
:
right
;
color
:
$gl-text-color-secondary
;
}
}
}
ul
.group-list-tree
{
li
.group-row
{
>
.group-row-contents
.title
{
line-height
:
$list-text-height
;
}
&
.has-description
>
.group-row-contents
.title
{
line-height
:
inherit
;
}
}
}
.js-groups-list-holder
{
.groups-list-loading
{
font-size
:
34px
;
text-align
:
center
;
}
}
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