Independent Publisher 2: Fix My Account buttons spacing issue. See #28.
This commit is contained in:
parent
0fe067374b
commit
fe3946e6fc
3 changed files with 9 additions and 1 deletions
|
@ -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/
|
||||
|
|
|
@ -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%; }
|
||||
|
||||
|
|
|
@ -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%; }
|
||||
|
||||
|
|
Loading…
Reference in a new issue