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
Kazuhiko Shiozaki
gitlab-ce
Commits
416b49d3
Commit
416b49d3
authored
Feb 22, 2016
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed the size of status indicators
Closes #12763
parent
f51d8af5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
6 deletions
+3
-6
app/assets/stylesheets/framework/issue_box.scss
app/assets/stylesheets/framework/issue_box.scss
+3
-6
No files found.
app/assets/stylesheets/framework/issue_box.scss
View file @
416b49d3
...
@@ -6,31 +6,28 @@
...
@@ -6,31 +6,28 @@
.status-box
{
.status-box
{
@include
border-radius
(
3px
);
@include
border-radius
(
3px
);
display
:
block
;
display
:
block
;
float
:
left
;
float
:
left
;
padding
:
0
$gl-btn-padding
;
padding
:
0
$gl-btn-padding
;
font-weight
:
normal
;
margin-top
:
5px
;
margin-right
:
10px
;
margin-right
:
10px
;
color
:
#FFF
;
font-size
:
$gl-font-size
;
font-size
:
$gl-font-size
;
line-height
:
25px
;
&
.status-box-closed
{
&
.status-box-closed
{
background-color
:
$gl-danger
;
background-color
:
$gl-danger
;
color
:
#FFF
;
}
}
&
.status-box-merged
{
&
.status-box-merged
{
background-color
:
$gl-primary
;
background-color
:
$gl-primary
;
color
:
#FFF
;
}
}
&
.status-box-open
{
&
.status-box-open
{
background-color
:
$green-light
;
background-color
:
$green-light
;
color
:
#FFF
;
}
}
&
.status-box-expired
{
&
.status-box-expired
{
background
:
#cea61b
;
background
:
#cea61b
;
color
:
#FFF
;
}
}
}
}
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