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
5b5cafe0
Commit
5b5cafe0
authored
Jul 15, 2016
by
Annabel Dunstone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add global style for running icon
parent
068f2f4f
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
25 additions
and
27 deletions
+25
-27
app/assets/stylesheets/pages/merge_requests.scss
app/assets/stylesheets/pages/merge_requests.scss
+0
-10
app/assets/stylesheets/pages/pipelines.scss
app/assets/stylesheets/pages/pipelines.scss
+9
-1
app/assets/stylesheets/pages/projects.scss
app/assets/stylesheets/pages/projects.scss
+0
-7
app/assets/stylesheets/pages/status.scss
app/assets/stylesheets/pages/status.scss
+15
-8
app/views/projects/ci/pipelines/_pipeline.html.haml
app/views/projects/ci/pipelines/_pipeline.html.haml
+1
-1
No files found.
app/assets/stylesheets/pages/merge_requests.scss
View file @
5b5cafe0
...
...
@@ -196,16 +196,6 @@
.merge-request-title
{
margin-bottom
:
2px
;
.ci-status-link
{
svg
{
height
:
13px
;
width
:
13px
;
position
:
relative
;
top
:
2px
;
}
}
}
}
...
...
app/assets/stylesheets/pages/pipelines.scss
View file @
5b5cafe0
...
...
@@ -49,6 +49,14 @@
.commit-link
{
.ci-running
{
svg
{
top
:
1px
;
margin-right
:
0
;
}
}
a
:hover
{
text-decoration
:
none
;
}
...
...
@@ -123,7 +131,7 @@
right
:
1px
;
}
}
.stage-cell
{
svg
{
...
...
app/assets/stylesheets/pages/projects.scss
View file @
5b5cafe0
...
...
@@ -536,13 +536,6 @@ pre.light-well {
.ci-status
{
margin-right
:
$gl-padding
;
&
.ci-running
{
svg
{
margin-right
:
3px
;
}
}
}
.commit-row-message
{
...
...
app/assets/stylesheets/pages/status.scss
View file @
5b5cafe0
...
...
@@ -41,14 +41,6 @@
color
:
$blue-normal
;
border-color
:
$blue-normal
;
}
svg
{
width
:
13px
;
height
:
13px
;
position
:
relative
;
top
:
1px
;
margin-left
:
3px
;
}
}
.ci-status-icon-success
{
...
...
@@ -70,3 +62,18 @@
color
:
$gl-gray
;
}
}
.ci-running
,
.ci-status-icon-running
{
svg
{
height
:
13px
;
width
:
13px
;
position
:
relative
;
top
:
2px
;
margin
:
0
3px
;
}
&
:hover
{
text-decoration
:
none
;
}
}
app/views/projects/ci/pipelines/_pipeline.html.haml
View file @
5b5cafe0
...
...
@@ -35,7 +35,7 @@
-
stages_status
=
pipeline
.
statuses
.
latest
.
stages_status
-
stages
.
each
do
|
stage
|
%td
.stage-cell
%td
-
status
=
stages_status
[
stage
]
-
tooltip
=
"
#{
stage
.
titleize
}
:
#{
status
||
'not found'
}
"
-
if
status
...
...
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