Bläddra i källkod

Independent Publisher 2: Fix My Account buttons spacing issue. See #28.

Danny Dudzic 7 år sedan
förälder
incheckning
fe3946e6fc

+ 1 - 1
independent-publisher-2/style.css

@@ -1,7 +1,7 @@
 /*
 Theme Name: Independent Publisher 2
 Theme URI: http://wordpress.com/themes/independent-publisher-2
-Version: 2.1.1-wpcom
+Version: 2.1.2-wpcom
 Description: Independent Publisher 2 is a clean and polished theme with a light color scheme, bold typography, and full-width images.
 Author: Raam Dev
 Author URI: http://raamdev.com/

+ 4 - 0
independent-publisher-2/woocommerce-rtl.css

@@ -740,6 +740,10 @@ ul#shipping_method {
   word-wrap: normal;
   word-break: normal; }
 
+.woocommerce-account .woocommerce-MyAccount-content table .button {
+  display: inline-block;
+  margin: 0.25em; }
+
 .woocommerce-account .woocommerce-MyAccount-content input[type="email"], .woocommerce-account .woocommerce-MyAccount-content input[type="tel"] {
   width: 100%; }
 

+ 4 - 0
independent-publisher-2/woocommerce.css

@@ -740,6 +740,10 @@ ul#shipping_method {
   word-wrap: normal;
   word-break: normal; }
 
+.woocommerce-account .woocommerce-MyAccount-content table .button {
+  display: inline-block;
+  margin: 0.25em; }
+
 .woocommerce-account .woocommerce-MyAccount-content input[type="email"], .woocommerce-account .woocommerce-MyAccount-content input[type="tel"] {
   width: 100%; }