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