style page-header-title
This commit is contained in:
parent
123f6c4323
commit
7a3cf277a5
2 changed files with 8 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<div>
|
||||
<div class="page-header horizontal">
|
||||
<div class="horizontal">
|
||||
<div class="page-header-title">
|
||||
<h2 class="can-move"><%- @T( @overview.name ) %> <small><a href="#" data-type="settings" class="glyphicon glyphicon-edit"></a></small></h2>
|
||||
</div>
|
||||
|
|
|
@ -576,8 +576,12 @@ label {
|
|||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.page-header-title h2 {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.page-header-meta {
|
||||
margin-top: 18px;
|
||||
margin-top: 5px;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
|
@ -969,7 +973,7 @@ ol.tabs li {
|
|||
}
|
||||
|
||||
.twitter.channel.icon {
|
||||
background-position: -68px -141px;
|
||||
background-position: -67px -141px;
|
||||
}
|
||||
|
||||
.gray.email.channel.icon {
|
||||
|
@ -2017,7 +2021,7 @@ footer {
|
|||
}
|
||||
|
||||
.stat-widgets {
|
||||
margin: 0 -7px;
|
||||
margin: 0 -7px 20px;
|
||||
}
|
||||
|
||||
.stat-widget {
|
||||
|
|
Loading…
Reference in a new issue