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
Jérome Perrin
gitlab-ce
Commits
2b5a6487
Commit
2b5a6487
authored
Feb 25, 2016
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Refactor styles for issues list
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
2e2b96a4
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
16 deletions
+4
-16
app/assets/stylesheets/framework/lists.scss
app/assets/stylesheets/framework/lists.scss
+1
-7
app/assets/stylesheets/pages/issues.scss
app/assets/stylesheets/pages/issues.scss
+1
-7
app/views/projects/issues/_issue.html.haml
app/views/projects/issues/_issue.html.haml
+1
-1
app/views/shared/_issues.html.haml
app/views/shared/_issues.html.haml
+1
-1
No files found.
app/assets/stylesheets/framework/lists.scss
View file @
2b5a6487
...
...
@@ -111,6 +111,7 @@ ul.content-list {
>
li
{
border-color
:
$table-border-color
;
color
:
$list-text-color
;
font-size
:
$list-font-size
;
.title
{
color
:
$list-title-color
;
...
...
@@ -132,13 +133,6 @@ ul.content-list {
}
}
.panel
>
.content-list
{
li
{
margin
:
0
;
padding
:
$gl-padding
;
}
}
ul
.controls
{
padding-top
:
1px
;
float
:
right
;
...
...
app/assets/stylesheets/pages/issues.scss
View file @
2b5a6487
...
...
@@ -4,13 +4,7 @@
position
:
relative
;
.issue-title
{
margin-bottom
:
5px
;
font-size
:
$list-font-size
;
font-weight
:
600
;
}
.issue-info
{
color
:
$gl-gray
;
margin-bottom
:
2px
;
}
.issue-check
{
...
...
app/views/projects/issues/_issue.html.haml
View file @
2b5a6487
...
...
@@ -5,7 +5,7 @@
.issue-title
%span
.issue-title-text
=
link_to_gfm
issue
.
title
,
issue_path
(
issue
),
class:
"
row_
title"
=
link_to_gfm
issue
.
title
,
issue_path
(
issue
),
class:
"title"
%ul
.controls.light
-
if
issue
.
closed?
%li
...
...
app/views/shared/_issues.html.haml
View file @
2b5a6487
...
...
@@ -8,7 +8,7 @@
.pull-right
=
link_to
'New issue'
,
new_namespace_project_issue_path
(
project
.
namespace
,
project
)
%ul
.
well
-list.issues-list
%ul
.
content
-list.issues-list
-
group
[
1
].
each
do
|
issue
|
=
render
'projects/issues/issue'
,
issue:
issue
=
paginate
@issues
,
theme:
"gitlab"
...
...
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