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
Tatuya Kamada
gitlab-ce
Commits
ab8ab9b1
Commit
ab8ab9b1
authored
Dec 10, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix list with controls display
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
8dc689cf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
19 deletions
+25
-19
app/assets/stylesheets/framework/lists.scss
app/assets/stylesheets/framework/lists.scss
+25
-19
No files found.
app/assets/stylesheets/framework/lists.scss
View file @
ab8ab9b1
...
...
@@ -7,7 +7,7 @@
padding
:
0
;
list-style
:
none
;
li
{
>
li
{
padding
:
10px
15px
;
min-height
:
20px
;
border-bottom
:
1px
solid
#eee
;
...
...
@@ -123,11 +123,25 @@ ul.content-list {
padding
:
10px
14px
;
}
}
}
}
ul
.controls
{
.panel
>
.content-list
{
li
{
margin
:
0
;
}
}
ul
.controls
{
padding-top
:
1px
;
float
:
right
;
list-style
:
none
;
li
{
.btn
{
padding
:
10px
14px
;
}
>
li
{
float
:
left
;
padding-right
:
10px
;
...
...
@@ -140,12 +154,4 @@ ul.content-list {
}
}
}
}
}
}
.panel
>
.content-list
{
li
{
margin
:
0
;
}
}
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