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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
337b6632
Commit
337b6632
authored
Oct 22, 2015
by
Kamil Trzcinski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix CSS class for runner status
parent
ae9f81a9
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
27 deletions
+26
-27
CHANGELOG
CHANGELOG
+1
-0
app/assets/stylesheets/pages/runners.scss
app/assets/stylesheets/pages/runners.scss
+25
-27
No files found.
CHANGELOG
View file @
337b6632
...
@@ -13,6 +13,7 @@ v 8.1.0
...
@@ -13,6 +13,7 @@ v 8.1.0
- Ensure MySQL CI limits DB migrations occur after the fields have been created (Stan Hu)
- Ensure MySQL CI limits DB migrations occur after the fields have been created (Stan Hu)
- Fix duplicate repositories in GitHub import page (Stan Hu)
- Fix duplicate repositories in GitHub import page (Stan Hu)
- Redirect to a default path if HTTP_REFERER is not set (Stan Hu)
- Redirect to a default path if HTTP_REFERER is not set (Stan Hu)
- Fix CSS for runner status
- Send an email to admin email when a user is reported for spam (Jonathan Rochkind)
- Send an email to admin email when a user is reported for spam (Jonathan Rochkind)
- Show notifications button when user is member of group rather than project (Grzegorz Bizon)
- Show notifications button when user is member of group rather than project (Grzegorz Bizon)
- Fix bug preventing mentioned issued from being closed when MR is merged using fast-forward merge.
- Fix bug preventing mentioned issued from being closed when MR is merged using fast-forward merge.
...
...
app/assets/stylesheets/pages/runners.scss
View file @
337b6632
.ci-body
{
.runner-state
{
.runner-state
{
padding
:
6px
12px
;
padding
:
6px
12px
;
margin-right
:
10px
;
margin-right
:
10px
;
color
:
#FFF
;
color
:
#FFF
;
...
@@ -10,21 +9,21 @@
...
@@ -10,21 +9,21 @@
&
.runner-state-specific
{
&
.runner-state-specific
{
background
:
#3498db
;
background
:
#3498db
;
}
}
}
}
.runner-status-online
{
.runner-status-online
{
color
:
green
;
color
:
green
;
}
}
.runner-status-offline
{
.runner-status-offline
{
color
:
gray
;
color
:
gray
;
}
}
.runner-status-paused
{
.runner-status-paused
{
color
:
red
;
color
:
red
;
}
}
.runner
{
.runner
{
.btn
{
.btn
{
padding
:
1px
6px
;
padding
:
1px
6px
;
}
}
...
@@ -32,5 +31,4 @@
...
@@ -32,5 +31,4 @@
h4
{
h4
{
font-weight
:
normal
;
font-weight
:
normal
;
}
}
}
}
}
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