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
Hide 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 @@
...
@@ -7,7 +7,7 @@
padding
:
0
;
padding
:
0
;
list-style
:
none
;
list-style
:
none
;
li
{
>
li
{
padding
:
10px
15px
;
padding
:
10px
15px
;
min-height
:
20px
;
min-height
:
20px
;
border-bottom
:
1px
solid
#eee
;
border-bottom
:
1px
solid
#eee
;
...
@@ -123,24 +123,6 @@ ul.content-list {
...
@@ -123,24 +123,6 @@ ul.content-list {
padding
:
10px
14px
;
padding
:
10px
14px
;
}
}
}
}
ul
.controls
{
list-style
:
none
;
li
{
float
:
left
;
padding-right
:
10px
;
.author_link
{
display
:
inline-block
;
.avatar-inline
{
margin-left
:
0
;
margin-right
:
0
;
}
}
}
}
}
}
}
}
...
@@ -149,3 +131,27 @@ ul.content-list {
...
@@ -149,3 +131,27 @@ ul.content-list {
margin
:
0
;
margin
:
0
;
}
}
}
}
ul
.controls
{
padding-top
:
1px
;
float
:
right
;
list-style
:
none
;
.btn
{
padding
:
10px
14px
;
}
>
li
{
float
:
left
;
padding-right
:
10px
;
.author_link
{
display
:
inline-block
;
.avatar-inline
{
margin-left
:
0
;
margin-right
:
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