Browse Source

Lodestar: Fix My Account buttons spacing issue. See #28.

Danny Dudzic 7 years ago
parent
commit
79c05a97e9
3 changed files with 14 additions and 1 deletions
  1. 1 1
      lodestar/style.css
  2. 6 0
      lodestar/woocommerce-rtl.css
  3. 7 0
      lodestar/woocommerce.css

+ 1 - 1
lodestar/style.css

@@ -4,7 +4,7 @@ Theme URI: http://theme.wordpress.com/themes/lodestar
 Author: Automattic
 Author URI: https://www.wordpress.com
 Description: Lodestar is a trendy one-page theme designed with startups and small business ventures in mind.
-Version: 1.0.8
+Version: 1.0.9
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: lodestar

+ 6 - 0
lodestar/woocommerce-rtl.css

@@ -478,6 +478,12 @@ ul.products li.product {
       color: royalblue;
       box-shadow: none; }
 
+.woocommerce-account .woocommerce-MyAccount-content table .button {
+  word-wrap: normal;
+  word-break: normal;
+  display: inline-block;
+  margin: .25em; }
+
 .woocommerce-account .addresses .woocommerce-Address-title h3 {
   float: right; }
 

+ 7 - 0
lodestar/woocommerce.css

@@ -777,6 +777,13 @@ ul.products li.product .added_to_cart {
 	text-shadow: none;
 }
 
+.woocommerce-account .woocommerce-MyAccount-content table .button {
+	word-wrap: normal;
+	word-break: normal;
+	display: inline-block;
+	margin: .25em;
+}
+
 .woocommerce-account .addresses .woocommerce-Address-title h3 {
 	float: left;
 }