Fix header style

This commit is contained in:
Naoki Takezoe
2016-02-15 01:02:35 +09:00
parent dfaabeb41d
commit 3b4d2d6f91
2 changed files with 54 additions and 46 deletions

View File

@@ -19,8 +19,8 @@
</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)
<div class="head"> <div class="head">
@@ -67,9 +67,8 @@
@sidemenu("/settings" , "settings" , "tools", "Settings") @sidemenu("/settings" , "settings" , "tools", "Settings")
} }
</ul> </ul>
</div>
</div> </div>
<hr style="margin-bottom: 20px;"/>
<div class="container body"> <div class="container body">
@* @*
@if(expand){ @if(expand){

View File

@@ -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 {