Move everything to Bootstrap 3. (WIP)

Styling changes.
Remove old unused css.
Some code cleanup on notification handler.
This commit is contained in:
Tim 2015-08-02 16:46:35 +02:00
commit d6b646323f
56 changed files with 3397 additions and 22794 deletions

View file

@ -17,7 +17,7 @@ DOCUMENTATION :: END
</%doc>
% if data != None:
<ul>
<ul class="list-unstyled">
% for a in data:
<div class='user-overview-stats-instance'>
<li>
@ -38,12 +38,10 @@ DOCUMENTATION :: END
</div>
<script>
$('#total-time-${a['query_days']}').html(humanTime(${a['total_time']}));
</script>
% endfor
</ul>
% else:
<div class="muted">Unable to retrieve data from database. Please check your <a href="settings">settings</a>.
<div class="text-muted">Unable to retrieve data from database. Please check your <a href="settings">settings</a>.
</div><br>
% endif