forked from rosindex/rosindex
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore inadvertently removed prettify.css, rename to current usage (#…
…430)
- Loading branch information
Showing
2 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
td.ci-status{position: absolute} | ||
td.ci-status button.dropdown-toggle{font-size: 75%; padding: .3em .6em .4em;border: 0} | ||
td.ci-status button.ci-result-success{background-color:#1f8c22} | ||
td.ci-status button.ci-result-failure{background-color:#ff4136} | ||
td.ci-status button.ci-result-unstable{background-color:#ff851b} | ||
td.ci-status a.ci-result-success{background-color:#1f8c22} | ||
td.ci-status a.ci-result-failure{background-color:#ff4136} | ||
td.ci-status a.ci-result-unstable{background-color:#ff851b} | ||
td.ci-status li.ci-result-success span{color: #1f8c22} | ||
td.ci-status li.ci-result-failure span{color: #ff4136} | ||
td.ci-status li.ci-result-unstable span{color: #ff851b} | ||
td.ci-status li.ci-build-info span.caret{margin: 0 3px 0 5px} | ||
td.ci-status li.ci-build-info span{padding-left: 10px} |