From: Laury GvR Date: Tue, 29 Mar 2016 19:31:18 +0000 (-0400) Subject: Top links padding fixed. X-Git-Tag: v1.0.0^2~61 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=e1b67b16996ec9a19747fb557ca9e234fab1fea0;p=WP-Themes%2Fjollylama.git Top links padding fixed. --- diff --git a/css/app.css b/css/app.css index dfe9ec5..bc9128f 100644 --- a/css/app.css +++ b/css/app.css @@ -6339,8 +6339,8 @@ header { position: relative; text-align: center; background: url(../assets/repeating-pattern.jpg); - padding: 5px 0; - width: 324px; } + padding: 5px; + width: 310px; } header #top-line #cart-login ul { list-style: none; margin: 0; } @@ -7178,19 +7178,17 @@ main { overflow: hidden; width: 0; } -#woo-quick-cart-image img { - /* margin: 13px 0 0 13px;*/ - width: 24px; } -#woo-quick-cart-image > div { - float: left; } - #woo-quick-cart-image { clear: none; display: block; float: left; - height: 30px; + height: 26px; padding: 2px; width: 25px; } + #woo-quick-cart-image img { + width: 24px; } + #woo-quick-cart-image > div { + float: left; } .woo-quick-cart-totals { width: 105px; } diff --git a/scss/_page.header.scss b/scss/_page.header.scss index 5c4ba06..b914569 100644 --- a/scss/_page.header.scss +++ b/scss/_page.header.scss @@ -56,8 +56,8 @@ header { position: relative; text-align: center; background: url(../assets/repeating-pattern.jpg); - padding: 5px 0; - width: 324px; + padding: 5px; + width: 310px; ul { list-style: none; margin: 0; diff --git a/scss/plugins/_woocommerce.scss b/scss/plugins/_woocommerce.scss index 32a55cd..d65768c 100644 --- a/scss/plugins/_woocommerce.scss +++ b/scss/plugins/_woocommerce.scss @@ -925,21 +925,15 @@ } #woo-quick-cart-image { img { -/* margin: 13px 0 0 13px;*/ width: 24px; } > div { float: left; } - span { - - } -} -#woo-quick-cart-image { clear: none; display: block; float: left; - height: 30px; + height: 26px; padding: 2px; width: 25px; }