Nicer log view title

This commit is contained in:
Joseph Schorr 2013-12-02 16:55:09 -05:00
parent 4b8d9bd83e
commit 66c79252f7
2 changed files with 9 additions and 2 deletions

View file

@ -148,11 +148,18 @@ i.toggle-icon:hover {
margin-bottom: 20px;
}
.logs-view-element .header b {
.logs-view-element .header .header-text {
font-size: 24px;
vertical-align: middle;
}
.logs-view-element .header .header-text .mini {
font-size: 18px;
color: #999;
margin-left: 10px;
}
.logs-view-element .header .right {
float: right;
}

View file

@ -4,7 +4,7 @@
</div>
<div ng-show="!loading">
<div class="container header">
<b>Usage logs for the last seven days</b>
<span class="header-text">Usage logs <span class="mini">For the last seven days</span></span>
<span class="right">
<i class="fa fa-bar-chart-o toggle-icon" ng-class="chartVisible ? 'active' : ''"
ng-click="toggleChart()" title="Toggle Chart" bs-tooltip="tooltip.title"></i>