Reduce size of nav panel. Fixed nav background for IE. Refactored mars theme
This commit is contained in:
parent
fa3cc1dd24
commit
18a496142b
5 changed files with 32 additions and 64 deletions
|
@ -5,15 +5,16 @@
|
|||
header {
|
||||
&.navbar-gitlab {
|
||||
.navbar-inner {
|
||||
height: 45px;
|
||||
padding: 5px;
|
||||
height: 40px;
|
||||
padding: 3px;
|
||||
background: #F1F1F1;
|
||||
filter: none;
|
||||
|
||||
.nav > li > a {
|
||||
color: $style_color;
|
||||
text-shadow: 0 1px 0 #fff;
|
||||
font-size: 18px;
|
||||
padding: 12px;
|
||||
font-size: 16px;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
/** NAV block with links and profile **/
|
||||
|
@ -25,7 +26,6 @@ header {
|
|||
}
|
||||
|
||||
z-index: 10;
|
||||
/*height: 60px;*/
|
||||
|
||||
/**
|
||||
*
|
||||
|
@ -34,7 +34,7 @@ header {
|
|||
*/
|
||||
.app_logo {
|
||||
float: left;
|
||||
margin-right: 15px;
|
||||
margin-right: 9px;
|
||||
position: relative;
|
||||
top: -5px;
|
||||
padding-top: 5px;
|
||||
|
@ -42,10 +42,10 @@ header {
|
|||
a {
|
||||
float: left;
|
||||
padding: 0px;
|
||||
margin: 0 10px;
|
||||
margin: 0 6px;
|
||||
|
||||
h1 {
|
||||
background: url('logo_dark.png') no-repeat 0px 2px;
|
||||
background: url('logo_dark.png') no-repeat 0px 1px;
|
||||
float: left;
|
||||
height: 40px;
|
||||
width: 40px;
|
||||
|
@ -79,7 +79,6 @@ header {
|
|||
.search {
|
||||
margin-right: 45px;
|
||||
margin-left: 10px;
|
||||
margin-top: 2px;
|
||||
|
||||
.search-input {
|
||||
@extend .span2;
|
||||
|
@ -105,7 +104,7 @@ header {
|
|||
.account-box {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 6px;
|
||||
top: 4px;
|
||||
z-index: 10000;
|
||||
width: 128px;
|
||||
font-size: 11px;
|
||||
|
@ -240,7 +239,7 @@ header {
|
|||
.app_logo {
|
||||
a {
|
||||
h1 {
|
||||
background: url('logo_white.png') no-repeat center center;
|
||||
background: url('logo_white.png') no-repeat center 1px;
|
||||
color: #fff;
|
||||
text-shadow: 0 1px 1px #111;
|
||||
}
|
||||
|
@ -261,11 +260,11 @@ header {
|
|||
|
||||
.separator {
|
||||
float: left;
|
||||
height: 60px;
|
||||
height: 46px;
|
||||
width: 1px;
|
||||
background: white;
|
||||
border-left: 1px solid #DDD;
|
||||
margin-top: -10px;
|
||||
margin-top: -3px;
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue