mirror of https://github.com/OCA/web.git
[FIX] web_company_color: unaligned button view
parent
f398984af4
commit
1d65842351
|
@ -70,6 +70,7 @@ Contributors
|
||||||
* Simone Orsi <simone.orsi@camptocamp.com>
|
* Simone Orsi <simone.orsi@camptocamp.com>
|
||||||
* Iván Antón <ozono@ozonomultimedia.com>
|
* Iván Antón <ozono@ozonomultimedia.com>
|
||||||
* Bernat Puig <bernat.puig@forgeflow.com> (ForgeFlow)
|
* Bernat Puig <bernat.puig@forgeflow.com> (ForgeFlow)
|
||||||
|
* Dhara Solanki <dhara.solanki@initos.com>
|
||||||
* `Tecnativa <https://www.tecnativa.com>`_:
|
* `Tecnativa <https://www.tecnativa.com>`_:
|
||||||
|
|
||||||
* Jairo Llopis
|
* Jairo Llopis
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
* Simone Orsi <simone.orsi@camptocamp.com>
|
* Simone Orsi <simone.orsi@camptocamp.com>
|
||||||
* Iván Antón <ozono@ozonomultimedia.com>
|
* Iván Antón <ozono@ozonomultimedia.com>
|
||||||
* Bernat Puig <bernat.puig@forgeflow.com> (ForgeFlow)
|
* Bernat Puig <bernat.puig@forgeflow.com> (ForgeFlow)
|
||||||
|
* Dhara Solanki <dhara.solanki@initos.com>
|
||||||
* `Tecnativa <https://www.tecnativa.com>`_:
|
* `Tecnativa <https://www.tecnativa.com>`_:
|
||||||
|
|
||||||
* Jairo Llopis
|
* Jairo Llopis
|
||||||
|
|
|
@ -19,15 +19,18 @@
|
||||||
<field name="color_navbar_bg" widget="color" />
|
<field name="color_navbar_bg" widget="color" />
|
||||||
<field name="color_navbar_bg_hover" widget="color" />
|
<field name="color_navbar_bg_hover" widget="color" />
|
||||||
<field name="color_navbar_text" widget="color" />
|
<field name="color_navbar_text" widget="color" />
|
||||||
<button
|
|
||||||
class="btn-primary"
|
|
||||||
name="button_compute_color"
|
|
||||||
type="object"
|
|
||||||
string="Compute colors from logo"
|
|
||||||
/>
|
|
||||||
</group>
|
</group>
|
||||||
<div class="alert alert-info info_icon" role="alert">
|
<button
|
||||||
<span class="fa fa-info fa-2x" />
|
class="btn-primary"
|
||||||
|
name="button_compute_color"
|
||||||
|
type="object"
|
||||||
|
string="Compute colors from logo"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="alert alert-info info_icon mt-2 d-flex align-items-center"
|
||||||
|
role="alert"
|
||||||
|
>
|
||||||
|
<span class="fa fa-info fa-2x me-2" />
|
||||||
In order for the changes to take effect, please refresh
|
In order for the changes to take effect, please refresh
|
||||||
the page.
|
the page.
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue