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

Fixed some ugly paddings

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