Commit 62b0de5b authored by Pietro Albini's avatar Pietro Albini

Fixed some ugly paddings

parent e4d2cefd
......@@ -7584,55 +7584,64 @@ body.toolbar .logo {
}
/* line 40, ../sass/style.scss */
div.row {
padding: 40px;
}
/* line 43, ../sass/style.scss */
div.row.row-quote blockquote {
padding-top: 20px;
}
/* line 49, ../sass/style.scss */
body.node-type-community-page {
background: url("../img/dotted.png") repeat scroll 0 0 #f5f6f7;
}
/* line 44, ../sass/style.scss */
/* line 53, ../sass/style.scss */
header.banner {
margin-bottom: 0;
}
/* line 57, ../sass/style.scss */
/* line 66, ../sass/style.scss */
header.banner .nav-primary ul li a {
line-height: 17px;
}
/* line 62, ../sass/style.scss */
/* line 71, ../sass/style.scss */
header.banner.inverted {
background: #f7f7f7;
margin-bottom: 20px;
}
/* line 67, ../sass/style.scss */
/* line 76, ../sass/style.scss */
header.banner.inverted .nav-primary ul {
border-color: white;
margin-top: 1px;
}
/* line 72, ../sass/style.scss */
/* line 81, ../sass/style.scss */
header.banner.inverted .nav-primary ul li, header.banner.inverted .nav-primary ul li:last-child {
border-color: #eaeaea;
}
/* line 76, ../sass/style.scss */
/* line 85, ../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 81, ../sass/style.scss */
/* line 90, ../sass/style.scss */
header.banner.inverted .nav-primary ul li a:hover {
background: #eaeaea;
color: #454545;
}
/* line 89, ../sass/style.scss */
/* line 98, ../sass/style.scss */
header.banner.inverted .nav-primary a.active, header.banner.inverted .nav-primary a:active {
border-color: #eaeaea;
background: #eaeaea;
}
/* line 97, ../sass/style.scss */
/* line 106, ../sass/style.scss */
header.banner.inverted .header-search {
overflow: hidden;
padding: 4px 0 0 14px;
max-width: 240px;
float: right;
}
/* line 103, ../sass/style.scss */
/* line 112, ../sass/style.scss */
header.banner.inverted .header-search input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
......@@ -7660,7 +7669,7 @@ header.banner.inverted .header-search input[type="search"] {
padding: .5em 2.5em .5em .5em;
color: #555;
}
/* line 120, ../sass/style.scss */
/* line 129, ../sass/style.scss */
header.banner.inverted .header-search input[type="search"]:focus {
background: rgba(0, 0, 0, 0.05);
}
......@@ -7680,7 +7689,7 @@ header.banner.inverted .header-search input[type="search"]::-moz-placeholder {
header.banner.inverted .header-search input[type="search"]:-ms-input-placeholder {
color: #555555;
}
/* line 126, ../sass/style.scss */
/* line 135, ../sass/style.scss */
header.banner.inverted .header-search button[type="submit"] {
padding: 5px 2px;
line-height: 0;
......@@ -7691,12 +7700,12 @@ header.banner.inverted .header-search button[type="submit"] {
overflow: visible;
}
@media only screen and (min-width: 768px) {
/* line 138, ../sass/style.scss */
/* line 147, ../sass/style.scss */
header.banner .site-name {
float: right;
}
}
/* line 142, ../sass/style.scss */
/* line 151, ../sass/style.scss */
header.banner .site-name .logo-ubuntuit {
font-size: 2.4em;
margin-bottom: 0;
......@@ -7708,19 +7717,19 @@ header.banner .site-name .logo-ubuntuit {
font-weight: 300;
}
/* line 155, ../sass/style.scss */
/* line 164, ../sass/style.scss */
footer.global {
background: #eeeeee;
}
/* line 159, ../sass/style.scss */
/* line 168, ../sass/style.scss */
.inner-wrapper {
-moz-box-shadow: 0 2px 3px #c9c9c9;
-webkit-box-shadow: 0 2px 3px #c9c9c9;
box-shadow: 0 2px 3px #c9c9c9;
}
/* line 166, ../sass/style.scss */
/* line 175, ../sass/style.scss */
a.link-cta-ubuntu {
margin: 0 0 0.75em 0;
}
......@@ -36,6 +36,15 @@ input[type="search"]::-webkit-search-results-decoration { display: none; }
}
}
// Fix some paddings
div.row {
padding: 40px;
&.row-quote blockquote {
padding-top: 20px;
}
}
// Custom background for community pages
body.node-type-community-page {
background: url("../img/dotted.png") repeat scroll 0 0 #F5F6F7;
......
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