Commit c8000ecf authored by Pietro Albini's avatar Pietro Albini

Fixed header sizes

parent 23d6995b
......@@ -7593,48 +7593,52 @@ body.node-type-community-page {
header.banner {
margin-bottom: 0;
}
/* line 48, ../sass/style.scss */
/* line 49, ../sass/style.scss */
header.banner .nav-primary ul li {
border-left: none;
border-right: 1px solid #ed6637;
}
/* line 55, ../sass/style.scss */
/* line 53, ../sass/style.scss */
header.banner .nav-primary ul li a {
line-height: 17px;
}
/* line 60, ../sass/style.scss */
header.banner.inverted {
background: #f7f7f7;
margin-bottom: 20px;
margin-top: -4px;
}
/* line 61, ../sass/style.scss */
/* line 65, ../sass/style.scss */
header.banner.inverted .nav-primary ul {
border-color: white;
margin-top: 1px;
}
/* line 66, ../sass/style.scss */
/* line 70, ../sass/style.scss */
header.banner.inverted .nav-primary ul li, header.banner.inverted .nav-primary ul li:last-child {
border-color: #eaeaea;
}
/* line 70, ../sass/style.scss */
/* line 74, ../sass/style.scss */
header.banner.inverted .nav-primary ul li a:link, header.banner.inverted .nav-primary ul li a:visited {
border-color: white;
color: #6f6f6f;
}
/* line 75, ../sass/style.scss */
/* line 79, ../sass/style.scss */
header.banner.inverted .nav-primary ul li a:hover {
background: #eaeaea;
color: #454545;
}
/* line 83, ../sass/style.scss */
/* line 87, ../sass/style.scss */
header.banner.inverted .nav-primary a.active, header.banner.inverted .nav-primary a:active {
border-color: #eaeaea;
background: #eaeaea;
}
/* line 91, ../sass/style.scss */
/* line 95, ../sass/style.scss */
header.banner.inverted .header-search {
overflow: hidden;
padding: 4px 0 0 14px;
max-width: 240px;
float: right;
}
/* line 97, ../sass/style.scss */
/* line 101, ../sass/style.scss */
header.banner.inverted .header-search input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
......@@ -7662,7 +7666,7 @@ header.banner.inverted .header-search input[type="search"] {
padding: .5em 2.5em .5em .5em;
color: #555;
}
/* line 114, ../sass/style.scss */
/* line 118, ../sass/style.scss */
header.banner.inverted .header-search input[type="search"]:focus {
background: rgba(0, 0, 0, 0.05);
}
......@@ -7682,9 +7686,9 @@ header.banner.inverted .header-search input[type="search"]::-moz-placeholder {
header.banner.inverted .header-search input[type="search"]:-ms-input-placeholder {
color: #555555;
}
/* line 120, ../sass/style.scss */
/* line 124, ../sass/style.scss */
header.banner.inverted .header-search button[type="submit"] {
padding: 3px 2px;
padding: 5px 2px;
line-height: 0;
float: left;
margin-left: -40px;
......@@ -7692,11 +7696,11 @@ header.banner.inverted .header-search button[type="submit"] {
background: none;
overflow: visible;
}
/* line 132, ../sass/style.scss */
/* line 136, ../sass/style.scss */
header.banner .site-name {
float: right;
}
/* line 134, ../sass/style.scss */
/* line 138, ../sass/style.scss */
header.banner .site-name .logo-ubuntuit {
font-size: 2.4em;
margin-bottom: 0;
......
......@@ -43,19 +43,23 @@ body.node-type-community-page {
header.banner {
margin-bottom:0;
.nav-primary {
ul {
li {
border-left: none;
border-right: 1px solid lighten($ubuntu-orange, 10%);
.nav-primary {
ul {
li {
border-left: none;
border-right: 1px solid lighten($ubuntu-orange, 10%);
a {
line-height: 17px;
}
}
}
}
&.inverted {
background: $light-grey;
margin-bottom:20px;
margin-top:-4px; // Ugly fix for gap between navbar
.nav-primary {
ul {
......@@ -90,7 +94,7 @@ header.banner {
.header-search {
overflow:hidden;
// padding:7px 0 7px 14px;
padding: 4px 0 0 14px;
max-width:240px;
float:right;
......@@ -118,7 +122,7 @@ header.banner {
@include placeholder(#555);
}
button[type="submit"] {
padding:3px 2px;
padding:5px 2px;
line-height:0;
float:left;
margin-left:-40px;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment