mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-10 23:45:50 +01:00
Fix header style
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
}
|
}
|
||||||
|
<div class="headbar">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
@helper.html.information(info)
|
@helper.html.information(info)
|
||||||
@helper.html.error(error)
|
@helper.html.error(error)
|
||||||
@@ -68,8 +68,7 @@
|
|||||||
}
|
}
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<hr style="margin-bottom: 20px;"/>
|
</div>
|
||||||
|
|
||||||
<div class="container body">
|
<div class="container body">
|
||||||
@*
|
@*
|
||||||
@if(expand){
|
@if(expand){
|
||||||
|
|||||||
@@ -211,6 +211,7 @@ div.nav-collapse a.menu-last {
|
|||||||
|
|
||||||
.navbar {
|
.navbar {
|
||||||
min-height: unset;
|
min-height: unset;
|
||||||
|
margin-bottom: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.header-version {
|
span.header-version {
|
||||||
@@ -535,11 +536,19 @@ a.btn-danger:hover .octicon {
|
|||||||
/****************************************************************************/
|
/****************************************************************************/
|
||||||
/* Head Menu */
|
/* Head Menu */
|
||||||
/****************************************************************************/
|
/****************************************************************************/
|
||||||
|
div.headbar {
|
||||||
|
background-color: #fafafa;
|
||||||
|
padding-top: 19px;
|
||||||
|
border-bottom: 1px solid #eee;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
ul.headmenu {
|
ul.headmenu {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
padding-left: 0px;
|
padding-left: 0px;
|
||||||
margin-bottom: -5px;
|
margin-bottom: -1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.headmenu a:hover {
|
ul.headmenu a:hover {
|
||||||
|
|||||||
Reference in New Issue
Block a user