James Koster
65a08a3467
checkout. #12038
2016-11-29 13:17:15 +00:00
James Koster
b436e78b07
cart styling #12038
2016-11-29 12:13:43 +00:00
James Koster
b208f9cbec
account / cart / checkout layout. #12038
2016-11-29 11:37:40 +00:00
James Koster
2a1f8488d1
reviews #12038
2016-11-29 10:34:37 +00:00
James Koster
7f9e69e91d
border on required asterisk. #12038
2016-11-28 17:54:43 +00:00
James Koster
3cb181df22
message links #12038
2016-11-28 17:50:20 +00:00
James Koster
b8b6f7623b
tweaked the remove button styles. #12038
2016-11-28 17:45:06 +00:00
James Koster
bfac876b4d
gallery / summary margin. #12038
2016-11-28 15:28:12 +00:00
James Koster
26ccc9deef
footer area cart widget links. #12038
2016-11-28 15:26:23 +00:00
James Koster
583de21429
search widget. #12038
2016-11-28 15:06:32 +00:00
James Koster
388775935c
average rating widget #12038
2016-11-28 15:01:14 +00:00
James Koster
f6481088e3
price filter widget #12038
2016-11-28 14:57:36 +00:00
James Koster
6150cb8049
layered nav widget. #12038
2016-11-28 14:52:43 +00:00
James Koster
7888e7b2ca
cart widget. #12038
2016-11-28 14:49:18 +00:00
James Koster
caf9d27ca9
review avatar #12038
2016-11-28 13:32:26 +00:00
James Koster
80b2a1a272
messages. #12038
2016-11-28 13:26:02 +00:00
James Koster
1a77b4734e
more single product tweaks. #12038
2016-11-28 13:12:17 +00:00
James Koster
fad0cab4fe
tweak the overall layout for WooCommerce pages. #12038
2016-11-28 12:52:18 +00:00
James Koster
0be148b739
product tabs. #12038
2016-11-28 12:47:04 +00:00
James Koster
03cf58b1b4
product galleries. #12038
2016-11-28 12:33:46 +00:00
James Koster
1cdd783bec
hide the featured image (added by 2017) on product pages. #12038
2016-11-28 12:14:15 +00:00
James Koster
e3ac9d94af
various styles; pagination, prices, sale. #12038
2016-11-25 16:34:30 +00:00
James Koster
2e07cca674
breadcrumbs #12038
2016-11-25 16:18:50 +00:00
James Koster
78d8b125bc
rename button mixin. #12038
2016-11-25 16:14:57 +00:00
James Koster
70cee3d1ad
some basic shop page styling. #12038
2016-11-25 16:10:58 +00:00
James Koster
18349ddea1
Adds twenty seventeen stylesheet. #12038
2016-11-25 15:25:37 +00:00
James Koster
20507f0944
Adds a new class for 2017 integration, removes core wrappers, adds .scss file. #12038
2016-11-25 15:17:13 +00:00
Mike Jolley
430a31a963
Add notice class to checkout message
...
Closes #12245
2016-11-22 14:21:21 +00:00
James Koster
1039babe2c
manual order creation - make address load/copy icons text links to improve usability. closes #12356
2016-11-17 12:38:15 +00:00
Mike Jolley
76b32c9aa5
WIP - Product CRUD ( #12065 )
...
* Created function to get the catalog visibility options
* First methods for WP_Product crud
* Product set methods
* Fixed several erros while setting data
* First methods for WP_Product crud
* Product set methods
* Fixed several erros while setting data
* Hardcode the get_type per product class
* Initial look through getters and setters and abstract data
* Missing var
* Add related product functions and deprecate those in class.
* No need to exclude ID
* Fixed coding standards and improved the docblocks
* Get cached terms from wc_get_related_terms()
* Fixed wrong variable in wc_get_related_terms
* Use count() instead of sizeof()
* Sanitize ids later
* Remove unneeded comments
* wc_get_product_term_ids instead of related wording and use in other places.
get_the_terms is used here and also handles caching, something
wp_get_post_terms does not.
* Clean up the abstract product class a bit, deprecate two functions we have renamed, make update & create work properly, and add some tests for it.
* Bump template version
* Handle PR feedback: Remove duplicate regular_price update, allow changing of post status for products, remove deprecation for get_title since we might still offer it as a function
* Made abstract function useful
* External Product CRUD
* _virtual meta should be 'no', not taxable, in product unit test helper
* Grouped product class
* Tests
* Move children to meta and update test
* Use get_upsell_ids
* Spacing in query
* Moving and refactoring methods
* Availability html
* Tidy/add todos
* Rename method
* Put back review functions (still todo)
* missing $this
* get_price_including_tax/excluding_tax functions
* wc_get_price_to_display
* Price handling
* [Product CRUD] Variable (#12146 )
* [Product CRUD] Variable Products
* Handle PR feedback.
* [Product CRUD] Grouped Handling (#12151 )
* Handle grouped product saving
* Update routine
* [Product CRUD] Product crud terms (#12149 )
* Category and tag id handling
* Replace template functions
* Remove todo
* Handle default name in save function
* Product crud admin save routine (#12174 )
* Initial props
* Work on admin saving
* Set/get attributes
* Atom was moaning about this before but no longer.
* Update get_shipping_class
* WC_Product_Attribute
* Use getter in admin panel
* Fix attribute saving
* Spacing
* Fix comment
* wc_implode_text_attributes helper function
* [Product CRUD] Product crud admin use getters (#12196 )
* Initial props
* Work on admin saving
* Set/get attributes
* Atom was moaning about this before but no longer.
* Update get_shipping_class
* WC_Product_Attribute
* Use getter in admin panel
* Fix attribute saving
* Move settings into new files
* Refactor panels and use getters
* Use getters for variation panel
* Revert save variation changes for now
* Add todos
* Fix downloads
* REST API CRUD Updates
* Additional API updates/fixes. Added some todos
* Fix final failing tests and implementing setters/getters and attributes functionality.
* Fix comparison for is_on_sale and remove download_type from WC_Product.
* Add a wc_get_products wrapper.
* Remove the download type input from the product data metabox for downloadable products. (#12221 )
* [Product CRUD] Variations - setters, getters and admin. (#12228 )
* Started on variation changes
* Stock functions
* Variation class
* Bulk change ->id to get_id() to fix variation form display
* Missing status
* Fix add to cart
* Start on stored data save
* save variation
* Save_variations
* Variation edit panel
* Save variations code works.
* Remove stored data code and fix save
* Improve legacy class
* wc_bool_to_string
* prepare_set_attributes
* Use wc_get_products
* More feedback fixes
* Feedback fixes
* Implement CRUD in the legacy REST API
* Handle PR feedback
* [Product CRUD] Getter setter proxy methods (#12236 )
* Started on variation changes
* Stock functions
* Variation class
* Bulk change ->id to get_id() to fix variation form display
* Missing status
* Fix add to cart
* Start on stored data save
* save variation
* Save_variations
* Variation edit panel
* Save variations code works.
* Remove stored data code and fix save
* Improve legacy class
* wc_bool_to_string
* prepare_set_attributes
* Use wc_get_products
* More feedback fixes
* get_prop implementation in abstract and data classes
* Implement set_prop
* Change handling
* Array key exists
* set_object_read
* Use get_the_terms() instead of wp_get_post_terms()
wp_get_post_terms() is a wrapper around wp_get_object_terms() which does not
use the object cache, and generates a database query every time it is used.
get_the_terms() however can use data from the object cache if present.
* Allow WP_Query to preload post data, and meta in wc_get_products()
Allow WP_Query to bulk query for post data and meta if more than
just IDs are requested from wc_get_products(). Reduces query count
significantly.
* [Product CRUD] Variable, variation, notices, and stock handling (#12277 )
* No longer needed
* Remove old todos
* Use getters in admin list
* Related and upsells update for CRUD
* Fix notice in gallery
* Variable fixes and todos
* Context
* Price sync
* Revert variation attributes change
* Return parent data in view context
* Defer term counting
* wc_find_matching_product_variation
* Stock manage tweaks
* Stock fixes
* Correct id
* correct id
* Better sync
* Data logic setter fix
* feedback
* First methods for WP_Product crud
* Product set methods
* Fixed several erros while setting data
* Hardcode the get_type per product class
* Initial look through getters and setters and abstract data
* Missing var
* Fixed coding standards and improved the docblocks
* Get cached terms from wc_get_related_terms()
* Fixed wrong variable in wc_get_related_terms
* Use count() instead of sizeof()
* Add related product functions and deprecate those in class.
* No need to exclude ID
* Sanitize ids later
* Clean up the abstract product class a bit, deprecate two functions we have renamed, make update & create work properly, and add some tests for it.
* Remove unneeded comments
* wc_get_product_term_ids instead of related wording and use in other places.
get_the_terms is used here and also handles caching, something
wp_get_post_terms does not.
* Handle PR feedback: Remove duplicate regular_price update, allow changing of post status for products, remove deprecation for get_title since we might still offer it as a function
* External Product CRUD
* _virtual meta should be 'no', not taxable, in product unit test helper
* Bump template version
* Made abstract function useful
* Grouped product class
* Tests
* Move children to meta and update test
* Use get_upsell_ids
* Spacing in query
* Moving and refactoring methods
* Availability html
* Tidy/add todos
* Rename method
* Put back review functions (still todo)
* missing $this
* get_price_including_tax/excluding_tax functions
* wc_get_price_to_display
* Price handling
* [Product CRUD] Variable (#12146 )
* [Product CRUD] Variable Products
* Handle PR feedback.
* [Product CRUD] Grouped Handling (#12151 )
* Handle grouped product saving
* Update routine
* [Product CRUD] Product crud terms (#12149 )
* Category and tag id handling
* Replace template functions
* Remove todo
* Handle default name in save function
* Product crud admin save routine (#12174 )
* Initial props
* Work on admin saving
* Set/get attributes
* Atom was moaning about this before but no longer.
* Update get_shipping_class
* WC_Product_Attribute
* Use getter in admin panel
* Fix attribute saving
* Spacing
* Fix comment
* wc_implode_text_attributes helper function
* [Product CRUD] Product crud admin use getters (#12196 )
* Initial props
* Work on admin saving
* Set/get attributes
* Atom was moaning about this before but no longer.
* Update get_shipping_class
* WC_Product_Attribute
* Use getter in admin panel
* Fix attribute saving
* Move settings into new files
* Refactor panels and use getters
* Use getters for variation panel
* Revert save variation changes for now
* Add todos
* Fix downloads
* REST API CRUD Updates
* Additional API updates/fixes. Added some todos
* Fix final failing tests and implementing setters/getters and attributes functionality.
* Fix comparison for is_on_sale and remove download_type from WC_Product.
* Add a wc_get_products wrapper.
* Remove the download type input from the product data metabox for downloadable products. (#12221 )
* [Product CRUD] Variations - setters, getters and admin. (#12228 )
* Started on variation changes
* Stock functions
* Variation class
* Bulk change ->id to get_id() to fix variation form display
* Missing status
* Fix add to cart
* Start on stored data save
* save variation
* Save_variations
* Variation edit panel
* Save variations code works.
* Remove stored data code and fix save
* Improve legacy class
* wc_bool_to_string
* prepare_set_attributes
* Use wc_get_products
* More feedback fixes
* Feedback fixes
* Implement CRUD in the legacy REST API
* Handle PR feedback
* [Product CRUD] Getter setter proxy methods (#12236 )
* Started on variation changes
* Stock functions
* Variation class
* Bulk change ->id to get_id() to fix variation form display
* Missing status
* Fix add to cart
* Start on stored data save
* save variation
* Save_variations
* Variation edit panel
* Save variations code works.
* Remove stored data code and fix save
* Improve legacy class
* wc_bool_to_string
* prepare_set_attributes
* Use wc_get_products
* More feedback fixes
* get_prop implementation in abstract and data classes
* Implement set_prop
* Change handling
* Array key exists
* set_object_read
* Use get_the_terms() instead of wp_get_post_terms()
wp_get_post_terms() is a wrapper around wp_get_object_terms() which does not
use the object cache, and generates a database query every time it is used.
get_the_terms() however can use data from the object cache if present.
* [Product CRUD] Variable, variation, notices, and stock handling (#12277 )
* No longer needed
* Remove old todos
* Use getters in admin list
* Related and upsells update for CRUD
* Fix notice in gallery
* Variable fixes and todos
* Context
* Price sync
* Revert variation attributes change
* Return parent data in view context
* Defer term counting
* wc_find_matching_product_variation
* Stock manage tweaks
* Stock fixes
* Correct id
* correct id
* Better sync
* Data logic setter fix
* feedback
* Prevent notices
* Handle image_id from parent
* Fix error
* Remove _wc_save_product_price
* Remove todo
* Fixed wrong variation URLs
* Fixed undefined $image_id in WC_Product_Variation::get_image_id()
* Allow wc_rest_prepare_date_response() handle timestamps
* Updated get methods on REST API for variations
* Use variations CRUD to save variations metadata
* [Product CRUD] Abstract todos (#12305 )
* Get dimensions and weights, with soft deprecation
* Product attributes
* Ratings
* Fix read method
* Downloads
* Feedback
* Revert "[Product CRUD] Abstract todos (#12305 )"
This reverts commit 9a6136fcf8
.
* Remove deprecated get_variation_id()
* New default attributes method
* [Product CRUD] Product Datastore (#12317 )
* Fix up tests in the product/* folder.
* Handle data store updates for grouped, variable, external, simple, and general data store updates for products.
* Variations & variable changes.
* Update -functions.php calls to use data store.
* Add an interface for the public product data store methods.
* Finished product factory tests
* Correctly delete in the api, fix up some comments, and implement an interface for the public variable methods.
* Fix up delete in all versions of the api
* Handle feedback
* Match protected decloration to parent
* Product crud abstract todos (#12316 )
* Get dimensions and weights, with soft deprecation
* Product attributes
* Ratings
* Fix read method
* Downloads
* Feedback
* Fix up store
* Fixed method returning in write context
* Fix error in variation admin
* Check for parent value - fixes tax class
* Remove old/complete todos
* Allow set tax class as "parent"
* Removed duplicated sync
* Fixed wrong variation URLs
* Fixed undefined $image_id in WC_Product_Variation::get_image_id()
* Allow wc_rest_prepare_date_response() handle timestamps
* Updated get methods on REST API for variations
* Use variations CRUD to save variations metadata
* Remove deprecated get_variation_id()
* New default attributes method
* Fixed method returning in write context
* Allow set tax class as "parent"
* Removed duplicated sync
* Fixed coding standards
* TODO is not accurate.
* Should pass WC_Product instancies to WC_Comments methods (#12327 )
* Use new method in abstract order class to prevent headers sent issue in tests
* Fixed variable description in REST API
* Updated how create initial product variation
* Fixed a few fatal errors and warnings in Products CRUD (#12329 )
* Fixed a few fatal errors and warnings in Products CRUD
* Fixed sync functions
* Add variations CRUD to legacy API (#12331 )
* Apply crud to variable products in legacy API v1
* New REST API do not need fallback for default attributes
* Apply variations CRUD to legacy API v2
* Legacy v2 - save default attributes
* Variations in legacy API v2 do not have descriptions
* Fixed legacy API v2 variations params
* Applied variations CRUD to legacy API v3
* Sync before save in legacy apis
* Punc
* Removed API todos
* Removed test
* Products endpoint tweaks (#12354 )
* Var type already normalized on CRUD
* Let Product CRUD handle with validation, sanitization and conditional checks
* Set downloads using WC_Product_Download
* Stop try catch exceptions more than one time
* Handle WC_Data_Exception in legacy API
* Complete remove products when fails on creating
* On creating I mean!
* Already have a method to complete delete products
* Fixed standards using WP CodeSniffer
* get_the_terms() returns false when empty
* get_manage_stock returns boolean
@claudiosanches
* Merge conflict
* Variations API endpoint fixes
* Product CRUD improvements (#12359 )
* args is not used any more - remove todo
* Added test for attributes
* wc_get_price_excluding_tax usage
* parent usage
* Fix rating counts
* Test fixes
* Cleanup after tests
* Make sure status transition code runs even during API calls, not just in admin.
* Default visibility
* Fix attribute setting in API
* Use get name instead of get title
* variation id usage
* Improved cross sell templates
* variation_data
* Grouped product sync
* Notices
* Sync is not needed in API
* Delete
* Rename interfaces
* Update counts in data store
2016-11-16 12:38:24 +00:00
Claudio Sanches
48013fa2c3
Minify
2016-11-07 15:47:05 -02:00
Shiva Poudel
b32c7b89dc
Fix - Photoswipe action button background style ( #12209 )
...
* Fix - Photoswipe action button background style
* Fix - Do not scroll to top after closing PhotoSwipe
* Tweak - Move photoswipe style overides to WooCommerce stylesheet
Closes #12200
2016-11-03 11:35:55 +00:00
Claudio Sanches
9b0b4be843
Improved product type options, closes #12183
2016-10-27 15:06:33 -02:00
James Koster
3823b78318
Add/product galleries ( #11665 )
...
* register prettyPhoto but don't enqueue. #10721
* Remove lightbox option. #10721
Also registers the prettyPhoto styles instead of enqueueing
* Stip all prettyPhoto related stuff from the templates and tidy up some logic. #10721
* Add flexslider assets #10721
* styling and re-adds `woocommerce_single_product_image_thumbnail_html`. #10721 .
* Add zoom functionality. #10721
* Move js to single-product.js. #10721
* styling of the gallery thumbnails when using the `product_page` shortcode. #10721
* Only enable the zoom if the image is large enough. #10721
* Use a 4 column layout by default. #10721
* Make the carousel options filterable. #10721
* rtl styles for gallery. #10721
* Don't zoom on handheld devices. #10721
* markup tweaks in prep for photoswipe
* disable zoom for now
* Add and enqueue photoswipe assets
* add the photoswipe template
* initialise photoswipe - it's alive!
* tidy up js. add title. add separate trigger. #10721
* Move photoswipe functions to single-product.js. #10721
* reactivate the zoom! #10721
* style the photoswipe trigger. #10721
* disable flexslider animation loop. #10721
* js tidy up. #10721
* Fix jshint
* Abstract the product gallery scripts
* Minify
* Fixed conflict with the admin bar
* Photoswipe conflict with admin bar
* Index. #10721
* photoswipe button styles. #10721
* Styling. #10721
* No animation on zoom
* Image width on mobile
* No shadows please. #10721
Looking at you, Twenty Twelve.
* code tidy and add class to placeholder figure. #10721
* simplify rtl query
* photoswipe button styles
* Comma should not be here
* zoom icon #10721
* gallery thumb styles. #10721
* trigger icon. #10721
* Image margins. #10721
* icon hover states. #10721
* Variation handling
* Fix zoom and heights
* Resize after timeout
2016-10-13 15:25:42 +01:00
James Koster
9bd88f5677
Add styling for the toggle input type
2016-10-11 12:33:33 +01:00
Mike Jolley
d7f2d29ddc
Add row actions back
2016-10-11 11:46:23 +01:00
Mike Jolley
8a510994ef
Merge branch 'master' into shipping-zone-ui
...
# Conflicts:
# assets/css/admin.css
2016-10-10 18:45:54 +01:00
Mike Jolley
160049eddd
Remove save button from zones screen.
2016-10-10 17:50:29 +01:00
James Koster
b8150ec49f
Make the Store Notice dismissible.
...
* Adds new-style css classes to store notice
* Adds a ‘dismiss’ link to the store notice
* Hide the notice when the ‘dismiss’ link is clicked and set a cookie
to keep it hidden
2016-10-07 13:41:13 +01:00
Jonathan Belcher
c997107239
Alignment tweaks to the Extensions screen
2016-10-05 15:53:06 -04:00
Jonathan Belcher
1d066234d5
[feature] Add ons screen update
2016-09-26 15:45:10 -04:00
James Koster
c1d989df2c
Fix layout breakage when order item table overflows. closes #11841
2016-09-26 16:08:54 +01:00
Mike Jolley
83cc0c7066
Work on shipping zone screens
2016-09-24 03:22:57 +01:00
Mike Jolley
78bde4ad09
Tweak download layout
2016-09-12 23:00:31 +01:00
corsonr
8aedbd9c9e
Keep CSS consistency for delete links
2016-09-02 12:12:27 +02:00
James Koster
df624b218b
product title size consistency regardless of tag. closes #11562
2016-08-22 12:27:08 +01:00
Claudio Sanches
47177667aa
Removed internal scroll from log viewer, closes #11729
2016-08-19 18:48:49 -03:00
Mike Jolley
a6f850a4a4
Invalid CSS is invalid.
...
Not used afaik. Closes #11657
2016-08-12 15:59:01 +01:00
Mike Jolley
5d5222d3e1
Merge pull request #11658 from belcherj/add/stylelint
...
Cleaned up SCSS files so they lint and made some rules warnings
2016-08-12 12:50:13 +01:00
kellychoffman
9a7b391b74
custom date: add en dash, larger inputs, no hidden text
2016-08-10 10:35:42 -06:00
Jonathan (JB) Belcher
90c0db873c
Cleaned up SCSS files so they lint and made some rules warnings
2016-08-10 09:19:05 -04:00
James Koster
122bcd5f9a
Remove unnecessary `!important`s in css and explain ones that are necessary. closes #11415
2016-08-05 15:48:16 +01:00
Mike Jolley
559e379faf
Issues after audit
2016-08-05 14:23:01 +01:00
Mike Jolley
c61c08f405
Merge branch 'master' into tax-rate-auto-ordering
...
# Conflicts:
# assets/css/admin.css
2016-08-04 14:06:52 +01:00
Mike Jolley
8e6ca3effe
Merge pull request #11107 from helgatheviking/sortable-select2
...
add drag and drop support to select2 inputs. closes #11106
2016-08-04 11:32:46 +01:00
Mike Jolley
d756b9c7ba
Merge branch 'pr/11337'
...
# Conflicts:
# assets/css/admin.css
2016-08-02 14:44:00 +01:00
Mike Jolley
922ba0337f
Fix removal and tweak buttons
2016-08-02 14:42:27 +01:00
Mike Jolley
e271825ffb
Merge branch 'master' into tax-rate-auto-ordering
...
# Conflicts:
# assets/css/admin.css
2016-08-02 14:17:23 +01:00
Mike Jolley
582133cb43
[2.6] Spinners need more room on windows
...
Closes #11565
2016-08-01 12:05:34 +01:00
Mike Jolley
4a23c41ab2
Hook in woocommerce_widget_shopping_cart_buttons for greater flexibility
2016-07-28 15:06:55 +01:00
Mike Jolley
3b42677b83
Padding
2016-07-27 11:39:50 +01:00
Mike Jolley
a259256550
Ordering in place
2016-07-27 11:30:12 +01:00
Mike Jolley
0a8f3565c3
Tidy padding
2016-07-27 10:28:28 +01:00
James Koster
02e08e071e
Use number inputs for hour/minute fields on edit order screen. closes #11494
2016-07-22 12:19:18 +01:00
Mike Jolley
870454acd0
Fix checkbox width
...
Closes #11484
2016-07-21 15:29:37 +01:00
Mike Jolley
72a5f9a9d1
Maintain method_order sorting for zones in list
...
Closes #11486
2016-07-21 14:30:05 +01:00
James Koster
43000bce9b
account layout. closes #11405
...
Ensures the layout is only applied to desktop-sized displays
2016-07-19 14:54:40 +01:00
Mikey Arce
7826a16f57
Fix message styles for empty cart
...
When you remove the last item from the cart, the `.woocommerce-message` element currently is unstyled. This removes the CSS from the parent `.woocommerce` element and fixes the style issue.
2016-07-07 14:41:11 -07:00
Mike Jolley
c54b704f19
Merge cart and checkout styles so it works when using shortcodes on same page
2016-06-27 11:42:01 +01:00
James Koster
b5b5434b7f
increase color contrast of product/shipping data on order screen
2016-06-22 15:38:30 +01:00
Mike Jolley
e1ec01c9f9
Zone wording tweaks
...
Closes #11184
2016-06-20 12:50:55 +01:00
Kathy Darling
7b18c31788
add a move cursor to drag and drop enabled select2 tags
2016-06-13 15:16:42 -05:00
Mike Jolley
99ef67f2ef
Remove zindex
...
Fixes #11052
2016-06-06 13:00:17 +01:00
Mike Jolley
cb5ab3ac75
styling of blank states
2016-06-03 14:36:27 +01:00
Mike Jolley
5cb0d5ed29
Add a blank slate area for shop orders
2016-06-03 14:07:41 +01:00
Mike Jolley
ebc913da38
Notice tweaks
2016-06-03 12:28:27 +01:00
Mike Jolley
2ba9029624
Suit CSS and method tidyup for saved methods form
...
cc @jameskoster
2016-05-26 12:42:32 +01:00
Mike Jolley
4a1de6f1de
Fix select2 styling
2016-05-24 19:04:13 +01:00
Mike Jolley
e5cb3cc3db
Merge pull request #10962 from bekarice/2-6-admin-css-fix
...
[2.6] Admin multiselect CSS tweak
2016-05-23 13:19:17 +01:00
Shiva Poudel
cb0f514544
Fix - Sortable icon font-size in all tables
2016-05-21 18:43:01 +05:45
Beka Rice
5074fa42c9
[2.6] admin select2 CSS tweak
2016-05-20 16:52:52 -04:00
Mike Jolley
cf64786447
Full breadcrumbs in zones UI
2016-05-13 16:08:19 +01:00
Mike Jolley
986bd5abc7
Fix save and striping
2016-05-12 12:18:35 +01:00
Mike Jolley
8be8fe4c8a
Use modal for adding methods on both screens
2016-05-12 11:29:33 +01:00
Mike Jolley
3dba8e3697
Changed icons for methods into text based links and moved save buttons to left to match other settings screens
2016-05-12 11:07:18 +01:00
Mike Jolley
aa3dab3572
Resize modal content dynamically
...
Fixes #10896
2016-05-11 16:19:22 +01:00
Mike Jolley
0927cbee8d
Tweaks saved card markup and styling to improve CC form.
2016-05-10 15:43:39 +01:00
Claudio Sanches
8c09a52be0
Minify
2016-05-09 17:13:56 -03:00
Mike Jolley
3874f8c1f4
Merge pull request #10862 from shivapoudel/improve-styles
...
Tweak - Use of dashicons dismiss glyph as delete icon
2016-05-06 16:06:49 +01:00
Shiva Poudel
e3ac5830df
Increase the font size of product gallery panel delete glyph
2016-05-06 18:03:53 +05:45
James Koster
80e6f05ebd
Downloadable product files table. closes #10859
...
* Fixes sorting handle padding
* Adjusts tooltip icon size/position
2016-05-06 13:17:23 +01:00
Shiva Poudel
8d82b56062
Tweak - Use of dashicons dismiss glyph as delete icon
2016-05-05 22:39:12 +05:45
Shiva Poudel
e8dd54a945
Fix - Small screen optimization for password field
2016-05-05 22:37:08 +05:45
Mike Jolley
9cd93dcb0c
Fix font issues in 2016 disabled inputs
...
@coderkevin
2016-05-03 15:37:10 +01:00
Mike Jolley
40a26c52b3
Fix placeholder width
...
Closes #10809
2016-04-28 12:41:34 +01:00
James Koster
4a4dedb563
Use the core font size for WooCommerce icons in the main nav bar. closes #10787
2016-04-27 12:13:38 +01:00
Mike Jolley
a8b2a5668f
Added cancel button to shipping zones UI
...
Closes #10754
2016-04-21 16:18:15 +01:00
Mike Jolley
f739e97c76
Merge branch 'master' into payment-gateway-wizard-refactor
...
# Conflicts:
# assets/css/activation.css
# assets/css/wc-setup.css
2016-04-19 13:25:20 +01:00
Job
d3cb293e2d
Sidekick removal
...
Partnership with Sidekick ended:
* Removed all styles and mentions of Sidekick
* Updated docs prompt on last step on boarding: *Read more* > *Learn
more*
2016-04-19 11:01:22 +02:00
Mike Jolley
826613db3c
Grunt dev
2016-04-18 15:37:19 +01:00
Mike Jolley
7d7241ba68
Merge branch 'pr/10696'
...
# Conflicts:
# assets/css/woocommerce.css
2016-04-18 15:36:03 +01:00
Mike Jolley
2deb8ec0d6
Merge pull request #10695 from woothemes/fix/button-opacity
...
Buttons: Remove opacity on non-disabled buttons
2016-04-15 10:13:22 -05:00
James Koster
9e65542d98
Apply Suit CSS naming conventions to classes in account area. closes #10660
2016-04-15 15:11:14 +01:00
James Koster
ba009c6fc5
Fixes the layout on shop pages when using Twenty Eleven. closes #10665
2016-04-15 13:24:17 +01:00
Puneet Sahalot
774e86172a
Compiled CSS for Order Details list element
...
removed list element's bullet styling.
2016-04-14 11:45:50 +05:30
Puneet Sahalot
2480b18076
remove ugly bullets from order details
2016-04-14 11:42:55 +05:30
kellychoffman
a65a80aa37
button: remove opacity
2016-04-13 13:46:42 -04:00
James Koster
938604a6d2
More appropriate icons in dashboard widget
2016-04-05 14:27:35 -05:00
Mike Jolley
c0ec85cd84
Implement new gateway screen in wizard and auto-install plugin-base gateways when chosen.
2016-04-01 17:30:04 +01:00
Mike Jolley
00ba45512e
Merge branch 'shipping-wizard-removal'
2016-04-01 11:20:14 +01:00
Mike Jolley
5a49394102
Justin code review
2016-04-01 11:19:55 +01:00
Mike Jolley
a6164360ba
Minify
2016-04-01 10:51:53 +01:00
Shiva Poudel
02a3926d79
Ensure tools page nav-tab-wrapper has gap
2016-04-01 13:00:00 +05:45
Mike Jolley
cb0f703086
Fix blank slate icon
2016-03-31 18:57:30 +01:00
Mike Jolley
bfadb22c7c
Added notice when no methods exist
2016-03-31 18:54:33 +01:00
Mike Jolley
3a00348795
Remove shipping options from wizard
2016-03-31 17:17:11 +01:00
Mike Jolley
c757fd9940
Merge branch 'shipping-zone-modals'
...
# Conflicts:
# assets/css/admin.css
# assets/css/admin.scss
2016-03-31 15:20:06 +01:00
Mike Jolley
975c360ae3
Tweak icons and blank slate text
2016-03-29 19:37:02 +01:00
Mike Jolley
ab57909bb7
Merge remote-tracking branch 'origin/master'
...
# Conflicts:
# assets/css/admin.css
2016-03-29 14:28:58 +01:00
Shiva Poudel
ad92e4bbb0
Use of dashicons glyph for product gallery sortable placeholder
2016-03-29 14:32:59 +05:45
Shiva Poudel
6e0a2f0bc1
Remove unused view styles for products gallery
2016-03-29 14:04:07 +05:45
Shiva Poudel
1598348e53
Use dashicons glyph for product image column in list table
2016-03-29 13:06:56 +05:45
Mike Jolley
5f6aa6c160
Fix modals and ajax events
2016-03-24 19:06:51 +00:00
Mike Jolley
8b53d1a618
Only load modal if supported
2016-03-24 18:31:39 +00:00
Mike Jolley
d3ac3f4073
Modals first pass
2016-03-24 17:26:40 +00:00
Mike Jolley
bea3c66777
Change arrow entity
...
@jameskoster
2016-03-24 14:27:32 +00:00
James Koster
6c0724ad1d
Enlarge tooltip icon in product data tabs and use Dashicon for edit icons. #9791
2016-03-24 14:19:00 +00:00
Mike Jolley
679443c9c9
Zones screen feedback
...
- Adds updated descriptions
- Adds shipping method descriptions in modal
- Adds order column tooltip
- Modified styles
@jameskoster
2016-03-24 14:08:26 +00:00
Mike Jolley
f73149feaf
Tweak variation display and reenable bulk editing
2016-03-22 17:13:39 +00:00
Mike Jolley
f1b3d0f708
Further layout tweaks
2016-03-22 14:54:02 +00:00
Mike Jolley
5862785522
Restyle items panel
2016-03-21 18:35:00 +00:00
Mike Jolley
7be2b129b6
Removed bulk actions from order items panel
...
Reduce/increase order item stock is less important these days do to
automatic stock reduction (when status changes) and because when you
refund items you can restock items via checkbox. Manual stock changes
can be performed by editing products.
Decreases complexity of order items box.
2016-03-21 14:58:14 +00:00
Allen Snook
bd99d8f1f3
Remove unused new_enabled variable
2016-03-18 13:43:58 -07:00
Shiva Poudel
51357f8ca2
Apply custom css for nav tag but not in h2 tag, #10515
...
CC @mikejolley
2016-03-17 17:31:16 +05:45
Mike Jolley
1549158981
Add 'is_enabled' column to instances table and allow toggle in zones screen
...
@allendav
2016-03-15 17:23:06 +00:00
Mike Jolley
e22d324be4
Add notice for legacy shipping zones after update
2016-03-15 15:58:03 +00:00
James Koster
38a668e402
Ensures the update cart button is an appropriate width in handheld orientation
2016-03-11 11:28:55 +00:00
Mike Jolley
2d2c64d2ab
Change heading and tab markup
...
Closes #10515
2016-03-10 12:52:20 +00:00
James Koster
e735309d03
Updates the WooCommerce icon font. #9791
...
Replaces a bunch of icons with new designs that have a better stylistic
link with Dashicons.
2016-03-09 10:54:00 +00:00
James Koster
08e1741073
Use Dashicons for order statuses where appropriate. #9791
2016-03-08 15:57:14 +00:00
James Koster
d9a8786daf
Use Dashicons for the report export button. #9791
2016-03-08 15:43:53 +00:00
James Koster
b5b0a9638f
Use Dashicons for featured icons in products table. #9791
2016-03-08 11:02:01 +00:00
James Koster
dd3dc3ce0a
Update inventory / attribute icons. #9791
2016-03-08 10:54:06 +00:00
James Koster
b261ae5aea
Use Dashicons for tooltip icons. #9791
2016-03-08 10:51:57 +00:00
James Koster
18aa311fc1
Use Dashicons for coupon icon. #9791
2016-03-08 10:46:34 +00:00
James Koster
9d9a502217
Use Dashicons for product data tabs. #9791
2016-03-08 10:41:58 +00:00
James Koster
7507ddf8cb
Use Dashicons for stock report actions buttons. #9791
2016-03-08 10:27:21 +00:00
James Koster
b72fa069f2
Use Dashicons for sorting handles. #9791
2016-03-08 10:25:42 +00:00
James Koster
6e098b2f0d
Use Dashicons for reload/apply button. #9791
2016-03-08 10:01:05 +00:00
James Koster
3ff79a81ef
Use Dashicons for order action buttons. #9791
2016-03-08 09:49:49 +00:00
James Koster
f926f8e9c9
replaces .png credit card icons with .svg alternatives. closes #9675
2016-03-07 12:15:42 +00:00
Mike Jolley
155afbb99a
Checkout RTL styles
2016-02-26 11:43:24 +00:00
Justin Shreve
4c498336fe
Fix up some minor coding standards issues
2016-02-18 08:40:02 -08:00
Justin Shreve
cfe39073a3
Fix headings on the add-ons/extensions screens
2016-02-18 08:39:02 -08:00
Justin Shreve
d28c4f4f39
Fix hierarchy in the system status pages.
2016-02-18 08:39:02 -08:00
Justin Shreve
6d683b7492
Fix up hierarchy on all of the generated report screens.
2016-02-18 08:39:02 -08:00
Justin Shreve
8c49e81f45
Fix up heading hierarchy on the add new order screen
2016-02-18 08:39:02 -08:00
Claudio Sanches
211c379af6
My account initial navigation
2016-02-16 13:50:06 -02:00
Mike Jolley
fab8a871aa
Merge branch 'master' into shipping-zones
...
# Conflicts:
# assets/css/admin.css
# includes/admin/class-wc-admin-assets.php
2016-02-10 14:12:39 +00:00
Mike Jolley
75cbb74520
Rating widget standards
2016-02-09 15:18:27 +00:00
Mike Jolley
aa4bfde937
Remove deprecated chosen js scripts
2016-02-08 12:10:42 +00:00
Mike Jolley
efd0304bb0
Color code manual, system and customer notes
...
Closes #7225
2016-02-08 11:39:31 +00:00
Mike Jolley
346fd94e9e
Fix column color
2016-02-05 15:48:31 +00:00
Mike Jolley
352184cc06
Merge branch 'master' into shipping-zones
...
# Conflicts:
# assets/css/admin.css
# i18n/languages/woocommerce.pot
# includes/abstracts/abstract-wc-payment-gateway.php
# includes/abstracts/abstract-wc-shipping-method.php
# includes/admin/settings/class-wc-settings-shipping.php
# includes/wc-core-functions.php
# uninstall.php
2016-02-05 14:58:48 +00:00
Mike Jolley
4bca60c76e
Adjust padding on message
2016-01-28 15:52:39 +00:00
Mike Jolley
64dfcdbea4
[2.5] Remove obsolete notice and add styles for add payment page
2016-01-28 11:58:09 +00:00
Mike Jolley
3093572f5b
[2.5] Set input margin and label display for compatibility with themes using bootstrap CSS
2016-01-27 21:43:55 +00:00
Mike Jolley
a2843c03c7
[2.5] Added password hint text and error messages
2016-01-27 10:54:03 +00:00
Claudio Sanches
b1d6dbf84e
Minify
2016-01-19 16:31:05 -02:00
Claudio Sanches
18c1935536
Removed flower icon in favor of dashicons
2016-01-19 16:08:20 -02:00
Mike Jolley
5481820668
[2.5] Fix responsive product sizes when columns class is missing.
2016-01-18 18:32:06 +00:00
Mike Jolley
d821b87f8a
Move shipping classes to custom UI in shipping section
2016-01-13 16:52:28 +00:00
Mike Jolley
8064b35350
Add methods from zones screen
2016-01-13 15:04:10 +00:00
Mike Jolley
70a9eb3807
Fix pagination + sorting on tax screen
...
@claudiosmweb
2016-01-12 12:01:10 +00:00
Mike Jolley
1076854608
Merge branch 'master' into shipping-zones
...
# Conflicts:
# assets/css/admin.css
# includes/abstracts/abstract-wc-shipping-method.php
# includes/class-wc-shipping.php
# includes/shipping/flat-rate/class-wc-shipping-flat-rate.php
# includes/shipping/flat-rate/includes/class-wc-eval-math.php
# includes/shipping/free-shipping/class-wc-shipping-free-shipping.php
#
includes/shipping/legacy-international-delivery/class-wc-shipping-legacy
-international-delivery.php
#
includes/shipping/legacy-local-delivery/class-wc-shipping-legacy-local-d
elivery.php
2016-01-11 11:48:18 +00:00
Mike Jolley
accc62d5ef
Breadcrumb tweak
2016-01-08 12:10:40 +00:00
Mike Jolley
cef3ec7e37
Indicate disabled methods
2016-01-08 11:57:49 +00:00
Mike Jolley
007abbc98e
Shipping meta data
...
Closes #9094
2016-01-08 11:42:32 +00:00
Mike Jolley
9a0233bb04
Min #9988
2016-01-06 12:35:03 +00:00
Shiva Poudel
316be35747
Add styles for password input field in wc options panel
2016-01-06 17:35:49 +05:45
Mike Jolley
62ca37f651
Merge branch 'master' into shipping-zones
...
# Conflicts:
# includes/admin/class-wc-admin-assets.php
# includes/class-wc-install.php
2016-01-04 14:35:45 +00:00
Mike Jolley
61f8a92202
View/Edit icon hiding on edit
2016-01-04 14:34:10 +00:00
Mike Jolley
89ede21ff2
Terms before button
...
@jameskoster any problem using that float?
Closes #9880
2015-12-18 22:11:45 +00:00
Mike Jolley
8ebba9cc68
"enabled" column
2015-12-16 16:24:58 +00:00
Mike Jolley
9aa34330ac
Fix sorting and saving for methods
2015-12-16 16:09:52 +00:00
Mike Jolley
e13ba4f029
Empty states
2015-12-16 15:37:40 +00:00
Mike Jolley
571469f44c
Add methods to zones
2015-12-16 15:16:52 +00:00
Mike Jolley
bf362de020
worldwide methods
2015-12-16 13:38:03 +00:00
Mike Jolley
d8f96f4dc9
zones empty state
2015-12-15 19:10:41 +00:00
Mike Jolley
e25d876779
List and sort methods within zones
2015-12-15 17:48:03 +00:00
Mike Jolley
6cea054fca
Method list screen and method screen with breadcrumbs
2015-12-11 14:11:12 +00:00
Mike Jolley
66d4065ae4
postcode saving
2015-12-10 18:33:59 +00:00
Mike Jolley
14eeb9f936
Zones first draft with backbone saving of zone names
2015-12-10 11:55:03 +00:00
Mike Jolley
56f274b68b
non-functional Mockup for the shipping zones interface
2015-12-08 12:45:18 +00:00
Mike Jolley
1ade6adf71
Unused line
2015-12-04 12:05:48 +00:00
Jacob Peattie
d6ff271c88
Use an attribute selector instead. Addresses #9747 .
2015-12-04 01:58:32 +11:00
Jacob Peattie
e56876d69c
Specify columns classes in smallscreen stylesheet for correct width of non-default column counts. Addresses #9747 .
2015-12-03 22:30:45 +11:00
Mike Jolley
12db1d4637
Notify users of no variations but leave status as is.
...
Closes #9713
2015-12-03 10:14:00 +00:00
Mike Jolley
8f951d449a
Only fade in image if variation has children
2015-12-03 09:58:37 +00:00
Mike Jolley
86c9d7c4b8
Changed terms alignment and added *
...
Fixes #9650
2015-12-03 09:49:36 +00:00
Claudio Sanches
b9624290e1
Minify
2015-12-02 13:26:09 -02:00
Claudio Sanches
a2648f4ceb
[2.4] Fixed toggle icon in product data tabs for WP 4.3 and 4.4
2015-12-02 13:26:00 -02:00
James Koster
66decdcd9a
[2.4] toggle icon in product data tabs. #9657
2015-12-01 09:30:57 +00:00
Takashi Irie
d88ba80f84
Edits for Twnety Sixteen
2015-11-23 11:55:50 +00:00
Mike Jolley
e94c2b86ca
Remove shipping/tax estimation notice and show in context when needed.
...
Avoids needing complex logic for something which could easily be typed
onto the page by store owner if needed.
Also adjusts line height and padding in cart collaterals
Closes #9578
2015-11-16 15:59:47 +00:00
Ibrahim Ibn Dawood
329fa1f3bf
generated woocommerce.css file
2015-11-13 15:19:04 +05:30
Ibrahim Ibn Dawood
6fc9386dac
added styling for rating filter widget
2015-11-13 15:18:41 +05:30
Claudio Sanches
5c54aae2c2
Minify again
2015-11-06 13:54:47 -02:00
Claudio Sanches
7201bacf27
[2.4] Fixed products menu icon for wp 4.4
2015-11-06 13:54:31 -02:00
Claudio Sanches
d66427bd8a
[2.4] Fixed product type select in wp 4.4
2015-11-06 13:51:17 -02:00
Claudio Sanches
7d251cb449
[2.4] Fixed reports styles for wp 4.4
2015-11-06 13:32:33 -02:00
Claudio Sanches
7bbfd3534e
Minify
2015-11-06 13:25:00 -02:00
Claudio Sanches
5e1cc5cdaa
[2.4] Fixed button text-shandow and colors to support wp 4.4
2015-11-06 13:24:45 -02:00
Mike Jolley
af4f775ff0
Minify
2015-11-05 14:37:23 +00:00
Claudio Sanches
66026ed36c
Change old settings icon to Dashicons, closes #9517
2015-11-05 02:05:28 -02:00
Danny Santoro
be2cd1d3ae
Switches Settings icon to Dashicon Gear
...
Re: https://github.com/woothemes/woocommerce/issues/9517
2015-11-04 14:33:01 -05:00
Claudio Sanches
0a9929146d
Minifiy
2015-11-04 01:23:45 -02:00
Mike Jolley
1756aa8fca
Use help tip function in email table.
2015-11-03 16:12:13 +00:00
Mike Jolley
1b38f380af
Merge remote-tracking branch 'origin/master'
...
Conflicts:
includes/emails/class-wc-email.php
2015-11-03 16:09:01 +00:00
Mike Jolley
8457dbb57d
Display if emails are manually sent
2015-11-03 15:40:10 +00:00
Mike Jolley
d95f863d79
Show descriptions inline
2015-11-03 15:04:29 +00:00
Mike Jolley
5f65494e27
Restructure emails admin to avoid listing emails along the top
...
Moves emails to a table on the settings screen.
Also tweaks some section text and moves descriptions to tooltips for a
less cluttered interface.
2015-11-02 16:27:00 +00:00
James Koster
1d0f52f6db
revert order pay responsive table. #9015
...
Would require a conditional colspan for handheld. Not worth the
overhead for this small table which should perform adequately already.
2015-11-02 13:59:07 +00:00
James Koster
2b05a493f6
Makes the order payment table responsive. #9015
2015-11-02 13:59:07 +00:00
James Koster
0b5f91c940
General responsive table styling. #9015
...
Also applied `.shop_table` class to the cart totals table.
2015-11-02 13:59:07 +00:00
James Koster
c114489d5b
Responsive cart and cart totals tables. #9015
2015-11-02 13:59:07 +00:00
Mike Jolley
7fdb93329c
Merge branch 'revised-single-variation-cart-template'
...
Conflicts:
includes/admin/views/html-admin-page-status-report.php
2015-11-02 11:26:49 +00:00
Mike Jolley
58b01886c9
Add validation handling for checkboxes
...
@jameskoster set label color red too so this is indicated
Fixes #9464
2015-10-30 13:45:59 +00:00
Mike Jolley
ad38f6e34f
Add pay link to order screen
...
Closes #9428
2015-10-30 13:29:16 +00:00
Mike Jolley
d1d9ff1b59
Adjust how the 'clear' link appears
2015-10-29 16:51:05 +00:00
Mike Jolley
dddca9b7a6
Avoid animation when no text is present
2015-10-28 15:43:06 +00:00
Claudio Sanches
76583aeeda
Minify
2015-10-26 13:05:06 -02:00
Mike Jolley
59dc92e113
Merge pull request #9417 from woothemes/9381-help-tip-icon-font
...
Use new "question" mark icon font for Help Tips
2015-10-26 08:45:10 -06:00
Mike Jolley
7012ef5608
When updating cart hash, refresh all open tabs
...
Closes #8708
2015-10-26 11:50:25 +00:00
Claudio Sanches
2e95a68357
Use new "question" mark icon font
...
Created wc_add_help_tip() function to generate the icons
Replaced all .help_tip elements and [?]
We'll keep the old image and styles in order to maintain backwards
compatibility
Closes #9381
2015-10-23 01:40:52 -02:00
Claudio Sanches
9c10a6fc16
Better name for password strength meter element #9319
...
cc @jameskoster
2015-10-13 14:42:26 -06:00
Claudio Sanches
88c7f30f7b
Improve password strength meter styles
2015-10-09 14:16:01 -03:00
Claudio Sanches
d7a928b4c1
Improved stylesf ro passworkd strength meter
2015-10-09 14:10:02 -03:00
Claudio Sanches
c4bd6b25c1
Merge pull request #9319 from nishitlangaliya/Issue-8938
...
Issue 8938
2015-10-09 11:12:56 -03:00
nishitlangaliya
4b45584f88
tried to remove conflict ref #8938
2015-10-09 13:47:32 +05:30
nishitlangaliya
f468f16e29
fixes: changes as per suggestion given by claudiosmweb ref #8938
2015-10-09 13:25:47 +05:30
Mike Jolley
0197a99065
Merge branch 'issue/8587'
...
Conflicts:
assets/css/admin.css
assets/css/woocommerce.css
includes/admin/class-wc-admin-assets.php
includes/admin/settings/views/html-settings-tax.php
2015-10-08 13:26:52 +01:00
Mike Jolley
ac02ec290a
Improved styling and wording
2015-10-08 13:18:00 +01:00
James Koster
0cc109f67a
Replaces the old star rating selector with a new slimline version. closes #8826
...
The old one was 5 separate buttons. This new one consolidates the 5
options into one element making it leaner visually and more intuitive.
Works in IE9+ with a graceful degradation for IE8.
2015-10-08 11:27:25 +01:00
nishitlangaliya
2dcd391c21
fixes: If password field is enabled, enforce strong passwords ref #8938
2015-10-07 16:47:13 +05:30
Mike Jolley
b240de4204
minify
2015-10-06 14:54:36 +01:00
Mike Jolley
6d5ec0ca86
Merge pull request #9249 from shivapoudel/tweak-styles
...
Tweak metabox related bloat styles
2015-10-06 14:52:19 +01:00
Claudio Sanches
c53fe24c20
Removed our own language packs manager
2015-10-06 10:27:17 -03:00
roykho
52ec35cab6
tweak to use product class function instead of body class function
2015-10-02 10:26:53 +02:00
roykho
5ba6ff1dac
fix variation image flicker issue when default variations are set closes #7904
2015-10-02 03:45:11 +02:00
Mike Jolley
7c7057c2a7
Correct spelling of events
...
Fixes #9202
2015-10-01 11:04:26 +02:00
Shiva Poudel
b786910fbc
Tweak metabox related bloat styles
2015-10-01 11:38:16 +05:45
Mike Jolley
e4bbefbd91
css
2015-09-07 14:16:25 +01:00
Mike Jolley
bf0cb28d36
esc_html
...
Closes #9065
2015-09-07 13:26:43 +01:00
James Koster
4aff861626
responsive orders table in dashboard. closes #8996
...
Also removes unnecessary tooltip on order row.
2015-09-07 12:35:30 +01:00
James Koster
66165fc016
responsive products table in dashboard. #8996
2015-09-07 12:35:30 +01:00
James Koster
fc5b7a3c20
clearfix payment box `li`s. closes #9029
2015-09-07 10:59:05 +01:00
Mike Jolley
965f3c5005
Fix arrows across all default themes
...
Closes #9023 @jameskoster
2015-09-03 13:34:08 +01:00
Mike Jolley
4849d7d56e
Sync stock status during save
...
Closes #8950
2015-08-26 13:51:51 +01:00
Mike Jolley
fa9c5480a9
Tidy variation styles
...
Fixes #8946
2015-08-26 12:53:48 +01:00
Claudio Sanches
703a2dcace
Minify
2015-08-24 13:25:44 -03:00
Mike Jolley
5e984faebc
Allow HTML in store notice.
2015-08-24 16:15:16 +01:00
Mike Jolley
869bf08031
Prevent remove button overlap
2015-08-24 16:05:09 +01:00
Mike Jolley
6e23476cee
Inline flex for steps display
...
Closes #8914 Closes #8911 Fixes #8907
2015-08-21 14:32:01 +01:00
Claudio Sanches
06cbc3354b
Minify
2015-08-20 13:47:20 -03:00
Mike Jolley
0f40e8cdf7
Language install prompt
2015-08-20 16:03:29 +01:00
Mike Jolley
ac90660f7d
Add expand/close links for attributes and match variation UI
...
Closes #8875
2015-08-19 14:00:26 +01:00
Claudio Sanches
36bd8538bf
Minify
2015-08-18 12:59:40 -03:00
Mike Jolley
7f247880cc
grunt dev
2015-08-17 11:28:16 +01:00
George Stephanis
7b71638ad5
Grunted / compiled version of admin.css
2015-08-13 14:29:20 -04:00
George Stephanis
0ac1aab79c
Rearrange the scss a touch.
2015-08-13 12:59:41 -04:00
George Stephanis
ab3a7e4e21
Only style sort handles when it's actually sortable.
2015-08-13 12:13:35 -04:00
Claudio Sanches
aae3581a28
Minify files for 2.4.2
2015-08-11 14:22:54 -03:00
Mike Jolley
34aa0e9f9d
min
2015-08-11 11:53:55 +01:00
Claudio Sanches
5e91d27b66
Minify
2015-08-05 16:52:54 -03:00
Mike Jolley
82f50cedb0
Allow menu_order sorting like in 2.3
...
Also allow setting manually to allow sorting between pages.
Fixes #8690
2015-07-31 12:39:23 +01:00
Claudio Sanches
be3dcf5ddf
Fixed cursor for variations, removed move and changed to pointer
2015-07-29 11:52:12 -03:00
Mike Jolley
3ec4003bbb
Move add variation button and toolbars
2015-07-11 00:04:16 +01:00
Mike Jolley
65f19d5ca7
Ajax variation handling
...
If there are more variations than the threshold allows (set to 20
currently) this loads the matching variation via ajax instead of inline
in the HTML. #8477
2015-07-09 15:56:20 +01:00
Mike Jolley
fedfa53754
expand/close
2015-07-08 23:46:19 +01:00
Mike Jolley
8161cbd095
Change remove buttons into links
2015-07-08 23:08:07 +01:00
Claudio Sanches
0a820f055f
Admin variations - Add cancel changes button #6995
2015-07-08 16:10:45 -03:00
Claudio Sanches
064af9a54c
Admin variations - Split the save button from the link/add buttons #6995
2015-07-08 15:53:00 -03:00
Claudio Sanches
843a55a6b5
Admin ajax variations
2015-07-07 20:53:36 -03:00
Claudio Sanches
4f3fb07dc9
Added new styles for variable pagenav
2015-07-07 19:06:51 -03:00
Claudio Sanches
7170ae0e3d
Minify assets/css/dashboard.css
2015-07-07 16:06:20 -03:00
Claudio Sanches
e95ad464ae
Minify
2015-07-06 15:48:55 -03:00
Mike Jolley
18c6a940f1
Merge branch 'onboarding'
...
Conflicts:
assets/css/admin.css
assets/css/select2.css
assets/css/woocommerce-layout.css
assets/css/woocommerce.css
assets/js/admin/order-backbone-modal.min.js
includes/admin/class-wc-admin-help.php
includes/admin/class-wc-admin.php
includes/admin/views/html-admin-page-status-report.php
includes/admin/views/html-notice-install.php
includes/admin/views/html-notice-template-check.php
includes/admin/views/html-notice-theme-support.php
includes/admin/views/html-notice-tracking.php
includes/class-wc-install.php
includes/class-wc-language-pack-upgrader.php
includes/shipping/international-delivery/class-wc-shipping-international
-delivery.php
2015-07-04 23:11:12 +01:00
Mike Jolley
839a09b7cf
Minify
2015-06-22 11:09:29 +01:00
James Koster
2951a40b89
select2 highlight. closes #8352
2015-06-17 15:33:34 +01:00
Remi Corson
c37c2f7c45
word-wrap for woocommerce notices
2015-06-17 12:21:34 +02:00
Mike Jolley
1398ac0feb
Merge pull request #8331 from shivapoudel/nav-margin
...
Tweak nav tab margin for pretty messages
2015-06-12 11:09:45 +01:00
Mike Jolley
05b2505c45
Revise links for @BFTrick
2015-06-11 16:18:01 +01:00
Justin Shreve
3dc0df16e0
Remove references to color_box in the CSS & JS now that it is no longer used.
2015-06-11 15:01:39 +00:00
Shiva Poudel
3976b568e2
Merge remote-tracking branch 'upstream/onboarding' into nav-margin
2015-06-11 18:36:00 +05:45
Mike Jolley
2036e41e83
Minify #8356
2015-06-11 10:31:25 +01:00
Justin Shreve
99d198c148
Merge the preview and input boxes together visually
2015-06-11 07:54:45 +00:00
Justin Shreve
5f627cf850
Move the color preview to its own separate "preview box" rather then changing the color of the input div box.
2015-06-11 07:15:51 +00:00
Shiva Poudel
b907cc4374
Tweak nav tab margin for pretty messages
...
CC @mikejolley
2015-06-09 21:01:23 +05:45
Mike Jolley
12eb7aa207
Move dashboard link to footer
2015-06-09 15:54:46 +01:00
Claudio Sanches
c353a3a9ea
Minify files
2015-06-09 11:37:04 -03:00
Mike Jolley
30f981f3ad
Last step CTA and revised links
...
#7829
2015-06-08 15:25:59 +01:00
Mike Jolley
9e125b37c7
Remove page options #7829
2015-06-08 13:24:57 +01:00
Claudio Sanches
65580cd967
Minify files for #8279
2015-06-03 17:02:19 -03:00
Mike Jolley
e122a8258c
Minification
2015-05-28 12:29:33 +01:00
Claudio Sanches
a77e9d4023
Compress with Grunt all external libraries
2015-05-25 11:42:42 -03:00
Mike Jolley
7c8fb0e141
[2.3] Update prettyphoto to 3.1.6
2015-05-19 15:47:44 -04:00
James Koster
6389e5defa
related products / upsets. closes #7873
2015-05-19 13:07:00 -04:00
Claudio Sanches
e106d57947
Merged #8021
2015-05-18 16:53:04 -03:00
Claudio Sanches
c49ab520b8
Created page to edit and create keys
2015-05-16 00:09:29 -03:00
Mike Jolley
bb77120619
Auto load customer details + tweak icons
...
Closes #8112
2015-05-15 12:52:25 +01:00
Mike Jolley
d53f78ed56
Styled auth and login endpoints
2015-05-14 16:58:34 +01:00
Shiva Poudel
7775f4089a
Add line-height for error tip + some arrangement
2015-05-02 21:09:33 +05:45
Shiva Poudel
2e87c7a8f3
Increase tiptip z-index to make it compatiable with backbone modal
2015-05-02 06:43:55 +05:45
Shiva Poudel
2e4397797f
form-table should have position relative
2015-05-01 19:56:42 +05:45
Shiva Poudel
d19b482d00
Clean the margin
2015-05-01 16:09:42 +05:45
Shiva Poudel
dc4019c208
This should be h3 instead of h4
...
@see https://github.com/woothemes/woocommerce/blob/master/includes/abstracts/abstract-wc-settings-api.php#L708
2015-05-01 04:50:56 +05:45
Shiva Poudel
7acaaa2d07
Tweaks iris color-picker styles
2015-05-01 03:34:28 +05:45
Mike Jolley
4b92f642b3
Trigger wizard on install
2015-04-29 10:47:57 +01:00
Claudio Sanches
8303d50830
Compress files for #8056
2015-04-28 14:31:41 -03:00
Mike Jolley
3f484b69b6
Ready step
2015-04-28 12:48:01 +01:00
Shiva Poudel
445a5ddaec
Why to include this if border-top is not defined anywhere?
2015-04-28 07:40:27 +05:45
Shiva Poudel
9539fcf476
Tweaks tabbed panel plus responsive coupon tabs
2015-04-28 06:51:06 +05:45
Mike Jolley
c8bd46501e
US tax rates step
2015-04-27 16:33:52 +01:00
Claudio Sanches
a989184135
Created initial auth templates
2015-04-22 12:27:12 -03:00
Mike Jolley
030ac9c50e
HTML for shipping and tax options
2015-04-22 15:30:50 +01:00
Mike Jolley
9f792244b4
Pages step
2015-04-20 16:31:54 +01:00
Mike Jolley
d8ee1b6005
Locale setup
2015-04-17 14:56:34 +01:00
Mike Jolley
8666e0fe3c
Added the basics and general look and feel
2015-04-15 16:34:03 +01:00
Claudio Sanches
f774450f98
Compressed files
2015-04-13 15:22:16 -03:00
shivapoudel
882816e9f5
document.body selector and grunt default task
2015-04-13 22:08:06 +05:45
Claudio Sanches
9210b06c37
Imrpoved the backbone modal z-index for TinyMCE via extension, closes #7937
2015-04-13 12:44:33 -03:00
Claudio Sanches
1dadbb2842
Fixed coding standards for #7879
2015-04-13 12:37:22 -03:00
Mike Jolley
9f65d2a1fc
Added priorities for shipping methods to give more control over defaults.
...
Closes #7871
2015-04-13 15:32:57 +01:00
James Koster
8fa67a8441
tooltip style tweaks
2015-04-08 10:27:14 +01:00
James Koster
cd20ce6789
variation images. closes #7844
2015-04-08 10:19:23 +01:00
shivapoudel
737638cd12
Slightly decrease the h1 font-size
2015-04-04 14:13:03 +05:45
shivapoudel
e02b1db1b7
Break the outline only for focus state
2015-04-04 14:08:02 +05:45
shivapoudel
257381282c
Refactor the styles for backbone modal header
2015-04-04 14:03:47 +05:45
shivapoudel
27f3042ef5
Utilize the border-box + content_h math logic
2015-04-04 13:43:29 +05:45
James Koster
483680e716
z-index
2015-04-01 11:01:35 +01:00
Mike Jolley
a49ac39519
Tweak note wording for clarity
...
Closes #7239
2015-03-24 11:27:33 +00:00
James Koster
8ca2f507b2
Merge pull request #7764 from shivapoudel/mixins
...
Tweaks for scss mixins
2015-03-23 14:12:10 +00:00
shivapoudel
308fea3ac7
Deprecated borderbox
2015-03-20 18:34:37 +05:45
James Koster
6209b6d212
Merge pull request #7725 from shivapoudel/html-notice
...
Tweaks admin notices view pages
2015-03-20 12:35:43 +00:00
shivapoudel
ae7ead70f3
Grunt css task
2015-03-18 22:28:04 +05:45
shivapoudel
f05ec1b7d4
Remove deprecated mixin borderbox()
2015-03-18 22:22:27 +05:45
shivapoudel
932d1db448
Mixin loader tweaks for animation
2015-03-18 22:21:22 +05:45
shivapoudel
f79e2488b4
Revert box-sizing of backbone modal to content-box
...
cc @jameskoster If we shift to border-box then the backbone modal footer button area is unusual
2015-03-18 01:22:17 +05:45
shivapoudel
9b97e0cdfb
Fix - Backbone modal footer area while shifting from content-box to border-box
2015-03-18 01:09:14 +05:45
shivapoudel
6fb28a27ab
Fix merge conflicts
2015-03-17 21:46:20 +05:45
shivapoudel
0952b65737
Updated Custom WC Animations styles
2015-03-17 21:39:52 +05:45
shivapoudel
b496a26ec5
Deprecated the use of box-sizing mixin in bourbon, Closes #7732
2015-03-17 21:36:55 +05:45
shivapoudel
6cc9dd7a15
Fix Indentation
2015-03-17 21:30:35 +05:45
Mike Jolley
88be174037
[2.3] Support price filter min or max only.
...
Closes #7743
2015-03-17 15:34:15 +00:00
shivapoudel
f980d74f60
Not necessary as right below primary and secondary button has it already
2015-03-14 05:56:31 +05:45
James Koster
103b4cf31b
rtl support in prettyphoto theme. closes #7686
2015-03-13 10:26:13 +00:00
James Koster
4372fdbad4
tweak message styles in cart totals table
2015-03-10 17:02:54 +00:00
Mike Jolley
8554796c4b
Show calculate total when shipping is needed, but shipping is hidden.
...
Closes #7650
2015-03-10 16:57:43 +00:00
James Koster
cafe0927f5
count styles in widgets. closes #7677
...
make category / layered nav list styles and markup consistent with core
post category widget.
2015-03-09 16:06:48 +00:00
Mike Jolley
079f978cb0
Fix order data indent
2015-03-09 14:37:14 +00:00
Shiva Poudel
6f993c5375
Optimized the activation styles
2015-03-06 01:39:47 +05:45
Claudio Sanches
a53c8a2292
Update compressed files
2015-03-03 10:56:34 -03:00
slash1andy
21e3709174
Fixed 2 spaces that were wrong
...
minified CSS again after change
2015-02-24 22:59:31 -06:00
Andrew Wikel
35e1a4d2a2
Getting rid of space
2015-02-24 22:33:34 -06:00
Mike Jolley
2006c7217e
Add reports menu item if user can access reports but not the main WC section.
...
Closes #7528
2015-02-24 12:29:03 +00:00
Mike Jolley
5f09c2df7b
Report styles
2015-02-13 13:42:08 +00:00
Mike Jolley
03711ee1ec
Fix change event on taxes and grunt dev
2015-02-11 15:00:28 +00:00
Claudio Sanches
01c0401bc0
Close the select2 when close the wc backbone modal, closes #7347
2015-02-10 14:57:14 -02:00
Mike Jolley
d0daa1ecee
Tweak reset_admin_notices to add, not remove, notices
...
Fixes #7254
2015-02-02 14:40:11 +00:00
Mike Jolley
924a48ac56
Other style for #7238
2015-02-02 12:41:07 +00:00
Mike Jolley
089f0d62de
Merge pull request #7238 from corsonr/wc-connect-styling
...
Fixed underlined links in wc-connect box
2015-02-02 12:40:53 +00:00
Mike Jolley
9f8a7d1199
Remove datepicker icon's and use focus event
2015-01-30 12:54:33 +00:00
James Koster
758aa7d714
table double border
2015-01-30 11:37:54 +00:00
Claudio Sanches
e8bb986b59
Fixed taxes display in cart totals
2015-01-29 16:48:51 -02:00
Remi Corson
b2c60ee50d
fix button styling / CSS moved to activation.css
2015-01-29 17:11:18 +01:00
Remi Corson
e7d964a007
fixed underlined links
2015-01-29 15:39:38 +01:00
James Koster
4026e37b34
variation and cart totals table borders. closes #7223
2015-01-28 12:58:04 +00:00
Claudio Sanches
56d40dcf55
Fixed conflits
2015-01-27 20:16:36 -02:00
Claudio Sanches
f4c64c12c7
Updated scripts
2015-01-27 20:15:49 -02:00
Mike Jolley
d5cc80b813
select2 admin styling tweaks
2015-01-27 13:58:03 +00:00
Mike Jolley
875f5e9de5
Select2 line height in panels
2015-01-26 15:34:48 +00:00
Mike Jolley
a281b1b191
Min
2015-01-26 11:33:27 +00:00
James Koster
192ba893cc
twenty fifteen fixes. closes #7195
2015-01-26 11:06:31 +00:00
Brent Shepherd
4a0ac77d59
Show border above first row of shop table
...
Especially important for the first row of the new responsive table (#5121 )
2015-01-23 12:34:51 -08:00
Claudio Sanches
4b119fda59
Improved the select2 line height on frontend, closes #7175
2015-01-23 12:22:48 -02:00
Claudio Sanches
517fe717dd
Fixed chmod
2015-01-23 10:59:41 -02:00
Mike Jolley
d0967d80ff
Prevent already init select2 elements being re-init Fixes #7162
2015-01-20 11:46:31 +00:00
Claudio Sanches
ab3553a6fd
Select2 translatable, closes #7159
2015-01-19 17:31:22 -02:00
James Koster
a2f511f305
select2 search
2015-01-19 16:15:23 +00:00
Mike Jolley
9d69023cb5
customer filter styling Closes #7116 :p
2015-01-19 15:20:04 +00:00
Mike Jolley
8eaa9d6a34
Fix select2 line height and alignment in settings.
...
#7116
2015-01-19 15:09:41 +00:00
James Koster
d1f037efc4
select2 style. #7116
2015-01-16 14:03:15 +00:00
Claudio Sanches
15c79dbaeb
Fixed stupidtable in order items and added arrows when stupidtable sort items
2015-01-15 14:30:42 -02:00
Nicola Mustone
70929e71bc
fixed dashboard icons
2015-01-15 14:41:42 +01:00
Mike Jolley
550e569a29
Tweak placement and styling of view link. #7065
2015-01-13 12:27:07 +00:00
Claudio Sanches
017831f1c6
Fixed the backbone modal
2015-01-12 15:11:01 -02:00
Mike Jolley
50c6e1e4a0
select2 settings
2015-01-12 16:29:01 +00:00
Mike Jolley
0fdd24c526
Select2 frontend
2015-01-12 16:16:13 +00:00
Mike Jolley
9852d9c6ec
Order data JS select2 + refactor
2015-01-12 15:43:13 +00:00
Mike Jolley
2e82cbb311
Customer ajax searches
2015-01-12 13:04:19 +00:00
Mike Jolley
1fa26f1f6e
Product searches select2
2015-01-12 11:56:44 +00:00
Mike Jolley
f18b2c6c93
Added and enqueued select2 to admin
2015-01-09 16:39:10 +00:00
Claudio Sanches
794621e3ba
Improved the close button in backbone modal #7016
2015-01-02 11:58:57 -02:00
James Koster
00b51a6d5d
.qty width
2014-12-23 10:55:00 +00:00
James Koster
0c95d76c45
Storefront banner on add-ons. closes #6923
2014-12-16 11:43:26 +00:00
Mike Jolley
8434463694
Tweak skip button to make it less clickable
2014-12-12 17:03:11 +00:00
Bryce
19a059bbc3
Remove outline when stars are clicked
2014-12-12 16:56:05 +07:00
James Koster
316b43f770
coupons. closes #6836
2014-12-09 16:06:34 +00:00
James Koster
7bd6b7d009
remove frontend dashicons, tweak loader
2014-12-02 21:19:03 +00:00
James Koster
af57cd0e30
sale schedule. closes #6865
2014-12-01 15:59:11 +00:00
Mike Jolley
4bc63de72a
Added 'stupidtable' script to allow order item sorting on the order screen (by name, cost, qty).
...
Closes #5998
2014-11-26 15:37:06 +00:00
Bryce
e93c32565c
merge changes
2014-11-22 00:09:11 +07:00
Mike Jolley
40e0fe7a4e
Merge pull request #6811 from bryceadams/patch-5537
...
#5537 - Fix bulk edit overlap, bulkedit improvements
2014-11-21 16:40:28 +00:00
James Koster
f6f57d1848
twenty fifteen styles. closes #6797
2014-11-21 10:51:08 +00:00
James Koster
01a1a8f1df
twentyfifteen styles. #6797
2014-11-21 10:29:47 +00:00
Bryce
bad3b31a18
#5537 - Fix bulk edit overlap, bulkedit improvements
2014-11-21 13:37:14 +07:00
Bryce
a6c88c9104
Only enqueue/localize on profile page
2014-11-21 12:42:32 +07:00
Bryce
8b1cc5f902
#5850 - Add QR code to API credentials
...
This uses https://github.com/jeromeetienne/jquery-qrcode for generating
the QR code.
This is what it looks like:
![see screen shot](http://cld.wthms.co/11wpb+ )
It’s small, **but**, it scans perfectly without any issues.
2014-11-20 15:46:46 +07:00
James Koster
e856377194
bye bye quantity increments. closes #6752
2014-11-18 13:29:58 +00:00
James Koster
9e00709165
separate font styles into separate import
2014-11-18 13:04:28 +00:00
James Koster
81fd75d406
more css formatting.
2014-11-18 13:04:28 +00:00
James Koster
479ce5e73f
general css comment formatting and small tweaks.
2014-11-18 13:04:28 +00:00
James Koster
40cf2aa37c
woocommerce-layout.scss comment formatting. #5606
2014-11-18 13:04:28 +00:00
James Koster
53797130a4
woocommerce-smallscreen.scss comment formatting. #5606
2014-11-18 13:04:28 +00:00
James Koster
a0b5839e11
woocommerce.scss comment formatting. #5606
2014-11-18 13:04:28 +00:00
James Koster
baba15e1b0
disabled button styles. closes #6774
2014-11-18 12:21:03 +00:00
James Koster
7290f708ec
coding standards find/replace fail ^^. closes #6775
2014-11-17 15:45:12 +00:00
James Koster
299858764b
gallery column css. closes #6767
2014-11-17 15:41:27 +00:00
James Koster
eb3ebfd3e2
cart removal button. closes #6754
2014-11-14 15:42:00 +00:00
James Koster
947fd83bd7
payment form row #6737
2014-11-14 10:53:16 +00:00
James Koster
fc701da2bd
validation styles
2014-11-14 10:50:44 +00:00
James Koster
364a9a3c30
layered nav
2014-11-14 10:49:01 +00:00
James Koster
ef4f6792d4
general shadows
2014-11-14 10:38:41 +00:00
James Koster
c0e60ba127
cart omg shadows
2014-11-14 10:36:52 +00:00
James Koster
4884dd183a
line-heights and font sizes
2014-11-14 10:36:19 +00:00
James Koster
ca9ceb608f
remove darkorlight mixin refs
2014-11-14 10:29:46 +00:00
James Koster
25337279c3
payment box. #6737
2014-11-14 10:29:20 +00:00
James Koster
c187c002be
mar icons stuff
2014-11-14 09:59:12 +00:00
James Koster
d765c3138c
dashicons for loader and arrows.
2014-11-14 09:47:45 +00:00
Gregory Karpinsky
27a7fcb50d
Removed duplicate line
2014-11-13 17:19:04 -05:00
James Koster
30a5c4bfdb
bye bye ajax loader gif.
2014-11-13 18:28:15 +00:00
James Koster
258d7f4482
loading button. #6737
2014-11-13 17:42:18 +00:00
James Koster
df80aa20c5
messages. #6737
2014-11-13 16:46:51 +00:00
James Koster
771cd7c8ef
demo store notice. #6737
2014-11-13 16:46:51 +00:00
James Koster
1a69269562
price filter widget. #6737
2014-11-13 16:46:51 +00:00
James Koster
bc3ac8cd53
product list widget images. #6737
2014-11-13 16:46:51 +00:00
James Koster
f23f72396b
quantity incrementer. #6737
2014-11-13 14:34:16 +00:00
James Koster
96ae7d3bc5
quantity incrementer #6737
2014-11-13 14:24:25 +00:00
James Koster
7a8df73483
font weight. #6737
2014-11-13 14:16:32 +00:00
James Koster
ed877790b4
price / star rating on single pages. #6737
2014-11-13 14:14:04 +00:00
James Koster
a7350cfd6b
twentyeleven pagination. #6737
2014-11-13 14:06:52 +00:00
James Koster
a12fa0ad56
button text shadow. #6737
2014-11-13 14:06:52 +00:00
James Koster
56ae4c1f87
review gravatar shadow. #6737
2014-11-13 14:06:52 +00:00
James Koster
a63422d0e0
simplify tabs. #6737
2014-11-13 14:06:52 +00:00
James Koster
2f314c8bfe
single product images. #6737
2014-11-13 14:06:52 +00:00
James Koster
d074fcf8fb
simplify sale marker #6737
2014-11-13 14:06:52 +00:00
James Koster
8130ec9472
archive button margin. #6737
2014-11-13 14:06:52 +00:00
James Koster
1f64519c24
archive star rating size. #6737
2014-11-13 14:06:52 +00:00
James Koster
c368731752
archive prices. #6737
2014-11-13 14:06:52 +00:00
James Koster
ecbaea1a59
em margin. #6737
2014-11-13 14:06:52 +00:00
James Koster
1318b240b3
remove image shadows. #6737
2014-11-13 14:06:51 +00:00
James Koster
e4e4265840
more button tweaks. #6737
2014-11-13 14:06:51 +00:00
James Koster
19fece6a9d
split variables into separate file and simplify buttons. #6737
2014-11-13 14:06:51 +00:00
James Koster
16fb0f18c6
group table border. #5606
2014-11-13 11:47:54 +00:00
James Koster
eaa6e87e84
simplify woocommerce.css. #5606
2014-11-13 11:43:26 +00:00
James Koster
7f10815c85
remove un-necessary #content selector. #5606
2014-11-13 11:24:10 +00:00
James Koster
1de54c5095
price slider color
2014-11-13 11:14:57 +00:00
James Koster
0e56b6dd3e
box sizing mixin. #5606
2014-11-13 11:12:21 +00:00
James Koster
6c90c471b2
woocommerce.scss coding standards. #5606
2014-11-13 10:08:14 +00:00
James Koster
ad757b27d8
woocommerce-smallscreen.scss coding standards. #5606
2014-11-13 09:52:29 +00:00
James Koster
b0ef0d583b
woocommerce-layout.scss coding standards. #5606
2014-11-13 09:50:38 +00:00
James Koster
d2ddfa9f6c
reports-print.scss coding standards. #5606
2014-11-13 09:48:17 +00:00
James Koster
72f5c80121
prettyPhoto.scss coding standards. #5606
2014-11-13 09:47:34 +00:00
James Koster
1c552374be
menu.scss coding standards. #5606
2014-11-13 09:39:58 +00:00
James Koster
ba428be0fd
dashboard.scss coding standards. #5606
2014-11-13 09:38:39 +00:00
James Koster
300698e6c3
activation.scss and admin.scss coding standards. #5606
2014-11-13 09:34:32 +00:00
James Koster
400e21c521
remove box-sizing vendor prefix. #5606
2014-11-13 08:47:35 +00:00
James Koster
9a8e62278a
remove scale vendor prefix. #5606
2014-11-13 08:44:36 +00:00
James Koster
c0c998589f
remove transition vendor prefixes. #5606
2014-11-13 08:43:52 +00:00
James Koster
51c4698778
refine gradient mixin. #5606
2014-11-13 08:40:28 +00:00
James Koster
a63d90b0ec
remove box-shadow vendor prefix. #5606
2014-11-13 08:35:22 +00:00
James Koster
f91f1945bc
remove opacity vendor prefix. #5606
2014-11-13 08:34:45 +00:00
James Koster
e4360489d6
remove border-radius vendor prefix. #5606
2014-11-13 08:33:25 +00:00
James Koster
452cb56cd9
layered nav count markup matches product/post categories. #5606
2014-11-13 08:30:10 +00:00
James Koster
98a0314786
scss tidy
2014-11-12 12:55:39 +00:00
James Koster
6a0fe9974f
reports print styles. closes #4544
2014-11-12 12:53:57 +00:00
James Koster
8d75a1b72e
inputs / labels on handheld. chosen widths.
2014-11-11 15:47:14 +00:00
James Koster
4fe1c5381f
product data inputs
2014-11-11 15:47:14 +00:00
Mike Jolley
f8bc4a0abd
Add item cost column Closes #6650
...
@jameskoster
2014-11-11 13:40:47 +00:00
Mike Jolley
01091c304c
Fix conflicts in #5949
2014-11-11 11:23:44 +00:00
James Koster
dd07bbabff
report wrapping. closes #6608
2014-10-30 14:02:55 +00:00
Mike Jolley
cde08791f6
System status table separation Closes #6290
2014-10-24 12:49:27 +01:00
James Koster
51db7f9ef2
scale deprecated #5606
2014-10-17 20:58:43 +01:00
James Koster
734b8c7f53
replace gradient mixin refs with bourbon equivalent #5606
2014-10-17 20:55:07 +01:00
James Koster
c21261d6e8
css #5606
2014-10-17 20:39:33 +01:00
James Koster
ef831d70c7
replace border box mixin with bourbon equivalent #5606
2014-10-17 20:34:03 +01:00
James Koster
6a0e0bbc5d
deprecation notices for mixins. Leaving them in for extensions. #5606
2014-10-17 20:31:07 +01:00
James Koster
8a6295ff48
remove box shadow vendor prefixes #5606
2014-10-17 20:27:33 +01:00
James Koster
cca87d5cb5
don't use border radius mixin
2014-10-17 20:18:11 +01:00
James Koster
ab6f05d6b5
bourbon node and import
2014-10-17 18:21:54 +01:00
James Koster
34a0f331f9
padded helper class for extension devs.
2014-10-17 18:15:15 +01:00
James Koster
e2cf7b0f36
active colour for product data tabs
2014-10-17 18:13:13 +01:00
James Koster
3d85305eb8
more download table tweaks. #6562
2014-10-17 14:50:23 +01:00
James Koster
e27d4afee1
data tabs tweaks. #6562
2014-10-17 14:50:23 +01:00
James Koster
eb258950bd
variations markup / css refactor. #6562
2014-10-17 12:17:30 +01:00
Nicola Mustone
df13e6068f
Ratings hidden when reviews are disabled
2014-10-16 21:38:04 +02:00
James Koster
cf2e17e74c
minor responsive tweaks in product data tabs. #4872
2014-10-16 17:48:32 +01:00
James Koster
1a5b9aced3
customer details. closes #6470
2014-10-16 17:01:00 +01:00
James Koster
ef28c43862
move proceed to checkout button. closes #5496
2014-10-06 12:33:39 +01:00
James Koster
0fa63d6da0
responsive orders table and adds .shop_table_responsive. closes #5121
2014-10-02 20:44:38 +01:00
Mike Jolley
b6835a009c
wc_paying_customer to only increase for 'simple' orders and added tool to refresh stats to customer list.
...
Closes #6395
2014-10-02 16:44:36 +01:00
James Koster
64b639ba74
upsell / related product clears. closes #6101
2014-09-26 15:04:09 +01:00
James Koster
a66ae12707
bye bye coupon styling. closes #6360
2014-09-26 14:37:26 +01:00
claudiosmweb
0a8acae150
removed source maps in sass and created the css task in grunt
2014-09-26 10:00:36 -03:00
claudiosmweb
8599376c8b
fixed some sass functions
2014-09-22 14:48:26 -03:00
claudiosmweb
5ed619bf66
less to scss #5606
2014-09-22 14:38:53 -03:00
Mike Jolley
b11a5fdfcf
Merge pull request #6331 from joshlevinson/master
...
Remove enforcement of 100% width on prettyphoto images
2014-09-22 09:44:08 +01:00
Mike Jolley
80d4a73f52
Added acceptance marks to PayPal Standard where applicable to replace generic PayPal icon.
2014-09-19 16:55:14 +01:00
Josh Levinson
8b715dc783
Forcing all images in a prettyphoto modal to be 100% width removes the ability for WC extension developers to use prettyphoto for inline content modals.
...
I was using it for a modal map for a WC extension, which broke < 768px because the tile images were 100% width.
This change makes images 100% width only when they are directly within the pp_full_res container, which is the behavior for image modals like the ones used by WC.
2014-09-19 10:45:12 -04:00
Mike Jolley
28e13bdab3
Add notice when order is no longer editable.
...
Closes #6298
2014-09-18 11:32:25 +01:00
Barry Kooij
9723ed8096
Added settings sub title styling
2014-09-15 17:47:01 +02:00
Tamara Zuk
e7dd92f369
Coding Standards: Less files
...
* fixed indentation - swapped spaces for tabs at start of line, swapped
tabs for spaces min-line for alignment
2014-08-31 01:51:21 -04:00
shivapoudel
f4f5359451
Updated with grunt dev
2014-08-29 04:15:31 +05:45
shivapoudel
d667ea19e6
Updated with text-decoration
2014-08-29 04:13:38 +05:45
shivapoudel
fbfedebca2
Fix text-decoration issue with notice in themes.php
2014-08-29 04:05:26 +05:45
Mike Jolley
3a6f0f3141
Merge pull request #6099 from benmatselby/qty-button-fix
...
Define a margin for the input.qty
2014-08-28 12:10:57 +01:00
shivapoudel
c90a421747
Updates with grunt dev for assets & POT; #6112
2014-08-28 11:35:28 +05:45
shivapoudel
fc665a61b9
Resize vertical for log-viewer
2014-08-28 11:27:23 +05:45
shivapoudel
36d99ff2b5
em value change for .woocommerce-actions
2014-08-28 05:07:10 +05:45
shivapoudel
db872e9704
Updates with grunt dev for assets & POT; #6110
2014-08-28 02:50:06 +05:45
shivapoudel
30ca85619d
Better Tweet button alignment
2014-08-28 02:44:33 +05:45
Ben Selby
c7727d1f3f
Define a margin for the input.qty
...
* This is needed, as it seems on at least Safari/Chrome it would push the -
button down outside of the text field
* Tested on OS X Mavericks
2014-08-26 21:00:22 +01:00
Mike Jolley
da483198f8
Simplify icons
2014-08-15 11:50:53 +01:00
Mike Jolley
7a267d2e31
Simplify Commerce by Mastercard gateway
2014-08-15 11:50:53 +01:00
Mike Jolley
fe12b330c0
Fix sorting indicator and add help text to parent. Fixes #5977
2014-08-08 10:24:42 +01:00
Gustavo Bordoni
7d4a6fc7d8
Merge branch 'master' into issue/5875
...
Conflicts:
assets/css/admin.css
2014-08-05 01:21:48 -03:00
Gustavo Bordoni
74728c1d73
Adding a CSS to mark that the `->display_name` is an `abbr` with the `title` been the `->ID`
2014-08-02 21:59:16 -03:00
Gustavo Bordoni
64aba7ce4c
Removing overflow: hidden to allow the `chosen` select box to completely show
2014-08-01 01:46:17 -03:00
claudiosmweb
1a9d346e1f
sync with master
2014-07-31 09:39:24 -03:00
claudiosmweb
6b486014a9
processed all css files
2014-07-30 14:25:01 -03:00
claudiosmweb
1cce388e1e
added copy for support button, closes #5865
2014-07-29 12:06:58 -03:00
Mike Jolley
bf86072cce
Interface tweaks
...
#3164
2014-07-28 11:41:52 +01:00
Mike Jolley
5e663a7fa8
Show refunded line items inline
2014-07-25 16:48:19 +01:00
Mike Jolley
19b6922044
Refund line items and taxes
2014-07-24 15:34:14 +01:00
Mike Jolley
11835826de
A start on negative line items
...
@claudiosmweb
2014-07-23 17:41:35 +01:00
Mike Jolley
3aa9475e39
Coupon code display
2014-07-23 11:47:02 +01:00
Mike Jolley
4a306beef5
Max 100 taxes displayed, but show text input
2014-07-23 11:30:06 +01:00
Mike Jolley
036c02725b
Variable height modal
2014-07-23 10:49:39 +01:00
Mike Jolley
3e4506c376
Clean up total/subtotal display
2014-07-22 16:44:02 +01:00