From a86d9f73df7d477bc105540098e6d975cfed09ca Mon Sep 17 00:00:00 2001 From: "Robin Lejeune (role)" Date: Tue, 1 Aug 2023 12:52:07 +0000 Subject: [PATCH] [FIX] theme_*: remove mb-2 class on orphan buttons *: anelusia, artists, aviato, graphene, kiddo, loftspace, monglia, notes, odoo_experts, paptic, test_custo, yes The community PR [125824] introduces an automatic check on buttons to add the `mb-2` class when several buttons follow each other, so that they have space to breathe when split on multiple lines. For consistency, this commit therefore removes most `mb-2` occurrences on buttons within themes as long as they are alone on their line, but keeps or adds the class when several buttons are next to each other. [125824]: https://github.com/odoo/odoo/pull/125824 task-3369604 closes odoo/design-themes#680 Related: odoo/odoo#125824 Signed-off-by: Benjamin Vray (bvr) --- theme_anelusia/views/snippets/s_color_blocks_2.xml | 2 +- theme_anelusia/views/snippets/s_media_list.xml | 2 +- theme_artists/views/snippets/s_carousel.xml | 6 +++--- theme_aviato/views/snippets/s_three_columns.xml | 8 ++++---- theme_graphene/views/customizations.xml | 8 ++++---- theme_kiddo/views/snippets/s_call_to_action.xml | 4 ++-- theme_loftspace/views/snippets/s_call_to_action.xml | 3 +++ theme_monglia/views/customizations.xml | 4 ++-- theme_notes/views/snippets/s_carousel.xml | 6 +++--- theme_notes/views/snippets/s_media_list.xml | 4 ++-- theme_odoo_experts/views/snippets/s_picture.xml | 2 +- theme_paptic/views/customizations.xml | 2 +- theme_test_custo/data/pages.xml | 2 +- theme_yes/views/snippets/s_media_list.xml | 4 ++-- 14 files changed, 30 insertions(+), 27 deletions(-) diff --git a/theme_anelusia/views/snippets/s_color_blocks_2.xml b/theme_anelusia/views/snippets/s_color_blocks_2.xml index cb6b3ec07..392586bd8 100644 --- a/theme_anelusia/views/snippets/s_color_blocks_2.xml +++ b/theme_anelusia/views/snippets/s_color_blocks_2.xml @@ -50,7 +50,7 @@

Fancy for them

Are you looking for sustainable clothing for men or women? Discover our exclusive fashion brand for both of you.

- More Details + More Details diff --git a/theme_anelusia/views/snippets/s_media_list.xml b/theme_anelusia/views/snippets/s_media_list.xml index 2fd68f9ad..c130d8cc7 100644 --- a/theme_anelusia/views/snippets/s_media_list.xml +++ b/theme_anelusia/views/snippets/s_media_list.xml @@ -66,7 +66,7 @@ - Read more + Read more diff --git a/theme_artists/views/snippets/s_carousel.xml b/theme_artists/views/snippets/s_carousel.xml index 56de5dd48..342c9c9a0 100644 --- a/theme_artists/views/snippets/s_carousel.xml +++ b/theme_artists/views/snippets/s_carousel.xml @@ -18,7 +18,7 @@

Aquitani

Photoshoot / June 2021

- Discover + Discover

@@ -39,7 +39,7 @@

Immemorabili

Painting concept / April 2021

- Discover + Discover

@@ -60,7 +60,7 @@

Vincam

Typographic collection / March 2021

- Discover + Discover

diff --git a/theme_aviato/views/snippets/s_three_columns.xml b/theme_aviato/views/snippets/s_three_columns.xml index 5c032f35a..7de29335e 100644 --- a/theme_aviato/views/snippets/s_three_columns.xml +++ b/theme_aviato/views/snippets/s_three_columns.xml @@ -12,7 +12,7 @@

Paris

Paris' monument-lined boulevards, museums, classical bistros and boutiques are enhanced by a new wave of multimedia galleries, creative wine bars..

- Book now + Book now
@@ -21,8 +21,8 @@

Rome

A heady mix of haunting ruins, awe-inspiring art and vibrant street life, Italy’s hot-blooded capital is one of the world’s most romantic and charismatic cities.

- Book now -
+ Book now + @@ -30,7 +30,7 @@

Prague

Prague is the equal of Paris in terms of beauty. Its history goes back a millennium. And the beer? The best in Europe. Prague is the perfect city to walk around.

- Book now + Book now
diff --git a/theme_graphene/views/customizations.xml b/theme_graphene/views/customizations.xml index 4b5ce2d2c..79db36cde 100644 --- a/theme_graphene/views/customizations.xml +++ b/theme_graphene/views/customizations.xml @@ -23,7 +23,7 @@ Our mission is to give customers the best experience.
Extensive documentation & guides, an active community,
24/7 support make it a pleasure to work with us.

- Contact us + Contact us

@@ -222,16 +222,16 @@
- Start Now + Start Now - Start Now + Start Now
  • Access to all modules
  • - Start Now + Start Now
  • Access to all modules and features
  • diff --git a/theme_kiddo/views/snippets/s_call_to_action.xml b/theme_kiddo/views/snippets/s_call_to_action.xml index fb34730d2..098422d5d 100644 --- a/theme_kiddo/views/snippets/s_call_to_action.xml +++ b/theme_kiddo/views/snippets/s_call_to_action.xml @@ -19,10 +19,10 @@

    2,000 parents
    brought their kid to our nursery.

    Entrust us with your children and go to work with peace of mind


    -

    Contact us

    +

    Contact us

    - + diff --git a/theme_loftspace/views/snippets/s_call_to_action.xml b/theme_loftspace/views/snippets/s_call_to_action.xml index 2d5d2ba5f..780e33a42 100644 --- a/theme_loftspace/views/snippets/s_call_to_action.xml +++ b/theme_loftspace/views/snippets/s_call_to_action.xml @@ -27,6 +27,9 @@ + + + Our services diff --git a/theme_monglia/views/customizations.xml b/theme_monglia/views/customizations.xml index 2506ff144..ea4584605 100644 --- a/theme_monglia/views/customizations.xml +++ b/theme_monglia/views/customizations.xml @@ -119,7 +119,7 @@ - Learn more + Learn more @@ -156,7 +156,7 @@

    This is the first full-length studio release in seven years for the British singer-songwriter.

    - Discover + Discover diff --git a/theme_notes/views/snippets/s_carousel.xml b/theme_notes/views/snippets/s_carousel.xml index 3ab9ba0b9..33208626b 100644 --- a/theme_notes/views/snippets/s_carousel.xml +++ b/theme_notes/views/snippets/s_carousel.xml @@ -12,7 +12,7 @@

    Miraillet Festival

    From the 12th to the 17th of August, come and enjoy the atmosphere at the Miraillet Festival. Discover the line up below.


    -

    More Info

    +

    More Info

    @@ -29,7 +29,7 @@

    6 Days Pass

    Tickets will be on sale soon. Do not miss our 6 Days Pass. Free camping!


    -

    More Info

    +

    More Info

    @@ -46,7 +46,7 @@

    Recent Editions

    Discover what makes the reputation of the Miraillet festival through these after-movies.


    -

    More Info

    +

    More Info

    diff --git a/theme_notes/views/snippets/s_media_list.xml b/theme_notes/views/snippets/s_media_list.xml index aa2f1e948..a69e3536c 100644 --- a/theme_notes/views/snippets/s_media_list.xml +++ b/theme_notes/views/snippets/s_media_list.xml @@ -63,7 +63,7 @@ - More info + More info @@ -92,7 +92,7 @@ - More info + More info diff --git a/theme_odoo_experts/views/snippets/s_picture.xml b/theme_odoo_experts/views/snippets/s_picture.xml index 12a24a1a5..27649c674 100644 --- a/theme_odoo_experts/views/snippets/s_picture.xml +++ b/theme_odoo_experts/views/snippets/s_picture.xml @@ -30,7 +30,7 @@

    - Contact Us + Contact Us

    diff --git a/theme_paptic/views/customizations.xml b/theme_paptic/views/customizations.xml index caff5bd4c..399b2fc75 100644 --- a/theme_paptic/views/customizations.xml +++ b/theme_paptic/views/customizations.xml @@ -105,7 +105,7 @@ - DISCOVER MORE   + DISCOVER MORE   diff --git a/theme_test_custo/data/pages.xml b/theme_test_custo/data/pages.xml index 13faf43bd..abd169b88 100644 --- a/theme_test_custo/data/pages.xml +++ b/theme_test_custo/data/pages.xml @@ -14,7 +14,7 @@

    A Section Subtitle

    Write one or two paragraphs describing your product or services. To be successful your content needs to be useful to your readers.

    Start with the customer - find out what they want and give it to them.

    -

    Learn more

    +

    Learn more

    diff --git a/theme_yes/views/snippets/s_media_list.xml b/theme_yes/views/snippets/s_media_list.xml index a8ff0b72c..c803ae957 100644 --- a/theme_yes/views/snippets/s_media_list.xml +++ b/theme_yes/views/snippets/s_media_list.xml @@ -42,7 +42,7 @@

    Wedding Receptions

    As a full service experience, we monitor all aspects of your wedding from planning to execution.

    - Start planning your wedding + Start planning your wedding
    @@ -61,7 +61,7 @@

    Vow renewals

    The heartfelt exchange of wedding vows is often the most memorable part of a marriage ceremony.

    - See how others renewed their vows + See how others renewed their vows