Nicer log view title
This commit is contained in:
parent
4b8d9bd83e
commit
66c79252f7
2 changed files with 9 additions and 2 deletions
|
@ -148,11 +148,18 @@ i.toggle-icon:hover {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.logs-view-element .header b {
|
.logs-view-element .header .header-text {
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.logs-view-element .header .header-text .mini {
|
||||||
|
font-size: 18px;
|
||||||
|
color: #999;
|
||||||
|
margin-left: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.logs-view-element .header .right {
|
.logs-view-element .header .right {
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div ng-show="!loading">
|
<div ng-show="!loading">
|
||||||
<div class="container header">
|
<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">
|
<span class="right">
|
||||||
<i class="fa fa-bar-chart-o toggle-icon" ng-class="chartVisible ? 'active' : ''"
|
<i class="fa fa-bar-chart-o toggle-icon" ng-class="chartVisible ? 'active' : ''"
|
||||||
ng-click="toggleChart()" title="Toggle Chart" bs-tooltip="tooltip.title"></i>
|
ng-click="toggleChart()" title="Toggle Chart" bs-tooltip="tooltip.title"></i>
|
||||||
|
|
Reference in a new issue