Commit Graph

2126 Commits

Author SHA1 Message Date
Maria Górska-Piszek 1691cb6b08 Initial dropdown menu styling. 2021-08-13 11:29:12 +02:00
Maria Górska-Piszek 883df8ad25 Fix product card width on mobile. 2021-08-13 10:40:24 +02:00
And Finally 1eb27f40b6
Merge branch 'update/marketplace-1' into update/restyle-tab-bar 2021-08-12 16:51:15 +01:00
Maria Górska-Piszek 5b34edeaea Fix menu shadow and margins. 2021-08-12 17:47:39 +02:00
Maria Górska-Piszek 7c46e02fb8 Center the menu on larger screens. 2021-08-12 14:53:53 +02:00
And Finally 1a4f061710 Removed `wrap` class from `.wc-addons-wrap` div on Marketplace page, as we now have a way of forcing the notices to appear at a particular place. Removing styles associated with the previous classes. 2021-08-11 18:15:26 +01:00
And Finally af7c5a4e1d Simplifying styling of notices on Marketplace and My Subscriptions pages.
- Added `.wp-header-end` div on Marketplace page, so WordPress will insert `admin_notices` there.
- Added top margin on notice on My Subscriptions page to keep it clear of Help tab.
2021-08-11 17:42:11 +01:00
And Finally 9816c375f1 Merge branch 'update/marketplace-1' into update/layout-tweaks
# Conflicts:
#	assets/css/admin.scss
#	includes/admin/views/html-admin-page-addons.php
2021-08-11 16:47:02 +01:00
Maria Górska-Piszek 97624b9525 Add menu scroll on mobile. 2021-08-11 16:31:46 +02:00
Maria Górska-Piszek 5a9725bb62 Update current item highlight. 2021-08-11 16:29:56 +02:00
Maria Górska-Piszek 8e348e9580 Fix box shadow and margins. 2021-08-11 16:28:51 +02:00
Maria Górska-Piszek 528ec4c2f3 Add mobile styles for top bar. 2021-08-11 16:22:43 +02:00
Maria Górska-Piszek 13ccf2eb87 Rebase with feature branch. 2021-08-11 16:13:49 +02:00
And Finally 584b0a0a61 Layout tweaks. Changed new page classes to kebab case to avoid future stylelint selector warnings. Styling notices when they appear above the purple header. 2021-08-11 11:58:36 +01:00
And Finally 8553519657 Layout tweaks. Addressing positioning and styling of systems notices like the regenerating thumbnails notice, which should appear above the purple header. Changed `wc_addons_wrap` class to kebab case to address stylelint issue with class selector. 2021-08-11 10:15:06 +01:00
Maria Górska-Piszek 7e138278cd Add product list margin on larger screens. 2021-08-10 14:50:16 +02:00
And Finally a44d9c9827 CSS and layout tweaks.
- Changed `wc_addons_wrap` to `wc-addons-wrap` to adhere to stylelint class rule.
- Removed `max-width` from `wc-addons-wrap` – we need the purple header to stretch to full width. Added new `wc-subscriptions-wrap` class to give the `max-width` to the My Subscriptions page.
- Changed width of product cards to use `calc`, so that any trailing odd-numbered card has the same width as the others.
- Fixed some stylelint issues. Moved style blocks to address `no-descending-specificity` warnings. Remove quotes from URLs and font names that don't need them.
- Gave `#screen-meta-links` absolute position on the marketplace page, so it overlays the full-width purple header.
2021-08-09 16:48:57 +01:00
Maria Górska-Piszek e7df403b73 Align product cards on the Extensions page. 2021-08-05 11:03:28 +02:00
Maria Górska-Piszek 51d0a4563c Add product card styling. 2021-08-03 13:35:58 +02:00
And Finally 92273b140a Giving 100% width to purple header. 2021-08-03 09:32:31 +01:00
And Finally f2f12ae2f8 Style tweaks. Using flexbox. Using default font. Removed letter-spacing. Added mobile style. 2021-08-03 09:32:31 +01:00
And Finally c9f07fdc01 Style tweaks. Added mobile styles. Using default font-family. Removed letter-spacing. Using flexbox to centre the content in the header. 2021-08-03 09:32:31 +01:00
Gerhard 6f9e7d1074 New marketplace addons header 2021-08-03 09:32:31 +01:00
Néstor Soriano 1f1f331432
Merge pull request #30081 from woocommerce/frosso/wcs-extensions-bannes-updates
chore: copy changes on WCS banner
2021-06-28 16:52:44 +02:00
Zhao Han 7ec51cc240
[twenty-twenty-one.scss] Use theme default font 2021-06-15 21:45:57 -04:00
Francesco 614e97e134
Update assets/css/admin.scss 2021-06-15 09:54:17 -05:00
frosso c988f25e1e justify content on images 2021-06-15 08:56:00 -05:00
frosso a4ad8c67da updates on the images 2021-06-10 14:34:42 -05:00
frosso e445918c8e chore: copy changes on WCS banner 2021-06-10 12:29:32 -05:00
And Finally de331ad893 Addressing feedback. Removed `!important` from `.addons-button-expandable` rule. Renamed `geowhitelist` and `geoblacklist` to `geo_allow_list` and `geo_block_list`. 2021-05-12 09:41:31 +01:00
And Finally e4d3b157ff Changed block name and CSS classnames to the more generic "promotion block". 2021-05-06 22:12:07 +01:00
And Finally f1a69cb4af Added comment to new `output_ad_block` method. Removed differences introduced by PhpStorm autoformat. 2021-05-06 15:16:49 +01:00
And Finally 3fa233872c Added `output_ad_block` method to `WC_Admin_Addons` and CSS rules to render a WooCommerce Payments ad banner at the top of the "Featured" section of the WC Core addons page, `wp-admin/admin.php?page=wc-addons&section=_featured`. This is to fulfil the requirements of WooCommerce.com issue https://github.com/Automattic/woocommerce.com/issues/9860.
We output the block if

- The user has permissions to install plugins.
- Their location is in one of the countries identified in a `geowhitelist`.
- WooCommerce Payments is not already active.
2021-05-06 12:55:30 +01:00
Roy Ho f7e38bd1f1
Merge pull request #29497 from woocommerce/fix/29323
Make select2 dropdown text visible in dark mode closes #29323
2021-03-26 14:31:10 -07:00
roykho 80ef3f039a
Make select2 dropdown text visible in dark mode closes #29323 2021-03-25 07:48:40 -07:00
roykho 43323d3cc6
Fix alignment issues with lost password form closes #29325 2021-03-25 07:30:48 -07:00
roykho 0b9f208ea7
Adjust alignment issues for Twenty Twenty One theme closes #28700 2021-03-24 13:39:58 -07:00
roykho 657bef2eb0
Fix sale tag misaligned on product archive when columns are less than 3 closes #29343 2021-03-18 09:01:19 -07:00
Moon 00a272fa85
Merge pull request #29174 from woocommerce/add/28568-dashboard-widget-finish-setup
Add/28568 dashboard widget - setup
2021-03-02 16:46:51 -08:00
Moon 5c99233905 Minor fixes
* Removed extra double quotation from the image tag

* Fixed typo in the init() method

* Moved init() method body into the constructor -- a separate method is not necessary
2021-02-22 20:33:02 -08:00
Moon 781c5e24d7 Status dashboard widget should be rendered only if onboarding tasks have been completed or hidden 2021-02-22 15:29:47 -08:00
Roy Ho 2fab448010
Update assets/css/twenty-twenty-one.scss
Co-authored-by: Christopher Allford <christopher.allford@automattic.com>
2021-02-17 13:58:16 -08:00
Moon 6284cbee3a Add a new dashboard widget to promote store setup 2021-02-17 12:10:13 -08:00
roykho ab97be1e98
Fix placeholder image height in cart closes #29137 2021-02-15 19:50:30 -08:00
roykho 66155b978b
Wrap variables in recent SASS format closes #29119 2021-02-12 15:33:45 -08:00
Matt Sherman 6044f3e958 Update Products and Reports icons to use Dashicons instead of custom font 2021-02-12 10:37:23 -05:00
Matt Sherman cca38a577e Use SVG instead of CSS/font for WooCommerce icon 2021-02-10 15:12:47 -05:00
Josee Wouters 294df7f96a Left align content in tfoot in checkout-review-order-table 2021-01-27 10:38:39 +01:00
jonathansadowski 1f430fc980
Merge pull request #28827 from jffng/add/twentytwentyone-style-tweaks
Adjust spacing and font sizes for Twenty Twenty-One
2021-01-20 13:52:51 -06:00
Jeff Ong 82d759c7b6 Adjust spacing and font sizes. 2021-01-15 12:30:44 -05:00