Minor UI fixes.

- Fix path to spinner
- Fix color for unvisited links
- Include necessary jqueryui images
pull/126/head
Johannes 'fish' Ziemke 13 years ago
parent 08e37f48dd
commit adeabca230
  1. 7
      web/static/css/prometheus.css
  2. 2
      web/static/js/graph_template.handlebar
  3. BIN
      web/static/vendor/jqueryui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png
  4. BIN
      web/static/vendor/jqueryui/themes/base/images/ui-bg_glass_75_dadada_1x400.png

@ -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">

Binary file not shown.

After

Width:  |  Height:  |  Size: 178 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 B

Loading…
Cancel
Save