mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[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) <bvr@odoo.com>
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
Our mission is to give customers the best experience.<br/>Extensive documentation & guides, an active community,<br/>24/7 support make it a pleasure to work with us.
|
||||
</p>
|
||||
<p style="text-align: right">
|
||||
<a t-att-href="cta_btn_href" class="btn btn-primary btn-lg mb-2 o_default_snippet_text"><t t-esc="cta_btn_text">Contact us</t></a>
|
||||
<a t-att-href="cta_btn_href" class="btn btn-primary btn-lg o_default_snippet_text"><t t-esc="cta_btn_text">Contact us</t></a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -222,16 +222,16 @@
|
||||
<div class="o_we_shape o_web_editor_Origins_06_001" style="background-image: url('/web_editor/shape/web_editor/Origins/06_001.svg?c3=o-color-3&c4=o-color-4&flip=x'); background-position: 50% 50%;"/>
|
||||
</xpath>
|
||||
<xpath expr="//div[hasclass('row')]/div//a" position="replace">
|
||||
<a href="/contactus" class="btn btn-primary mb-2">Start Now</a>
|
||||
<a href="/contactus" class="btn btn-primary">Start Now</a>
|
||||
</xpath>
|
||||
<xpath expr="//div[hasclass('row')]/div[2]//a" position="replace">
|
||||
<a href="/contactus" class="btn btn-primary mb-2">Start Now</a>
|
||||
<a href="/contactus" class="btn btn-primary">Start Now</a>
|
||||
</xpath>
|
||||
<xpath expr="//div[hasclass('row')]/div[2]//li[2]" position="replace">
|
||||
<li class="list-group-item">Access to all modules</li>
|
||||
</xpath>
|
||||
<xpath expr="//div[hasclass('row')]/div[3]//a" position="replace">
|
||||
<a href="/contactus" class="btn btn-primary mb-2">Start Now</a>
|
||||
<a href="/contactus" class="btn btn-primary">Start Now</a>
|
||||
</xpath>
|
||||
<xpath expr="//div[hasclass('row')]/div[3]//li[2]" position="replace">
|
||||
<li class="list-group-item">Access to all modules and features</li>
|
||||
|
||||
Reference in New Issue
Block a user