mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-12 22:37:27 -08:00
Minor UI fixes.
- Fix path to spinner - Fix color for unvisited links - Include necessary jqueryui images
This commit is contained in:
parent
08e37f48dd
commit
adeabca230
|
@ -57,7 +57,12 @@ input[name=end_input], input[name=range_input] {
|
|||
line-height: 120%;
|
||||
}
|
||||
|
||||
#navigation a { padding-right: 1em; text-decoration: none }
|
||||
#navigation a {
|
||||
color: #F2F2F2;
|
||||
padding-right: 1em;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#navigation a:visited { color: #F2F2F2 }
|
||||
#navigation a:active { color: #F60 }
|
||||
#navigation a:hover { color: #06C }
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
</div>
|
||||
<div class="eval_stats"></div>
|
||||
</form>
|
||||
<img src="img/ajax-loader.gif" class="spinner" alt="ajax_spinner">
|
||||
<img src="/static/img/ajax-loader.gif" class="spinner" alt="ajax_spinner">
|
||||
</div>
|
||||
<div class="grouping_box">
|
||||
<div class="graph_container">
|
||||
|
|
BIN
web/static/vendor/jqueryui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png
vendored
Normal file
BIN
web/static/vendor/jqueryui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 178 B |
BIN
web/static/vendor/jqueryui/themes/base/images/ui-bg_glass_75_dadada_1x400.png
vendored
Normal file
BIN
web/static/vendor/jqueryui/themes/base/images/ui-bg_glass_75_dadada_1x400.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 111 B |
Loading…
Reference in a new issue