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;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
|
Reference in a new issue