Minor UI fixes.

- Fix path to spinner
- Fix color for unvisited links
- Include necessary jqueryui images
This commit is contained in:
Johannes 'fish' Ziemke 2013-04-09 15:23:37 +02:00
parent 08e37f48dd
commit adeabca230
4 changed files with 7 additions and 2 deletions

View file

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

View file

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