mirror of https://github.com/OCA/web.git
[FIX] web_company_color: unaligned button view
parent
feb214c80d
commit
5cd09565ae
|
@ -70,6 +70,7 @@ Contributors
|
|||
* Simone Orsi <simone.orsi@camptocamp.com>
|
||||
* Iván Antón <ozono@ozonomultimedia.com>
|
||||
* Bernat Puig <bernat.puig@forgeflow.com> (ForgeFlow)
|
||||
* Dhara Solanki <dhara.solanki@initos.com>
|
||||
* `Tecnativa <https://www.tecnativa.com>`_:
|
||||
|
||||
* Jairo Llopis
|
||||
|
|
|
@ -16,7 +16,7 @@ msgstr ""
|
|||
#. module: web_company_color
|
||||
#: model_terms:ir.ui.view,arch_db:web_company_color.view_company_form
|
||||
msgid ""
|
||||
"<span class=\"fa fa-info fa-2x\"/>\n"
|
||||
"<span class=\"fa fa-info fa-2x me-2\"/>\n"
|
||||
" In order for the changes to take effect, please refresh\n"
|
||||
" the page."
|
||||
msgstr ""
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
* Simone Orsi <simone.orsi@camptocamp.com>
|
||||
* Iván Antón <ozono@ozonomultimedia.com>
|
||||
* Bernat Puig <bernat.puig@forgeflow.com> (ForgeFlow)
|
||||
* Dhara Solanki <dhara.solanki@initos.com>
|
||||
* `Tecnativa <https://www.tecnativa.com>`_:
|
||||
|
||||
* Jairo Llopis
|
||||
|
|
|
@ -416,6 +416,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
|
|||
<li>Simone Orsi <<a class="reference external" href="mailto:simone.orsi@camptocamp.com">simone.orsi@camptocamp.com</a>></li>
|
||||
<li>Iván Antón <<a class="reference external" href="mailto:ozono@ozonomultimedia.com">ozono@ozonomultimedia.com</a>></li>
|
||||
<li>Bernat Puig <<a class="reference external" href="mailto:bernat.puig@forgeflow.com">bernat.puig@forgeflow.com</a>> (ForgeFlow)</li>
|
||||
<li>Dhara Solanki <<a class="reference external" href="mailto:dhara.solanki@initos.com">dhara.solanki@initos.com</a>></li>
|
||||
<li><a class="reference external" href="https://www.tecnativa.com">Tecnativa</a>:<ul>
|
||||
<li>Jairo Llopis</li>
|
||||
<li>Alexandre Díaz</li>
|
||||
|
|
|
@ -19,15 +19,18 @@
|
|||
<field name="color_navbar_bg" widget="color" />
|
||||
<field name="color_navbar_bg_hover" 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>
|
||||
<div class="alert alert-info info_icon" role="alert">
|
||||
<span class="fa fa-info fa-2x" />
|
||||
<button
|
||||
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
|
||||
the page.
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue