mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
f3f495d29f
This commit improves the global layout of theme_odoo_experts to give more variety with the others corporate themes (buzzy, graphene, clean, etc.). The purpose is to have a theme that can be used to present an application and to promote the new category of device shapes. task-2666049 closes odoo/design-themes#525 Related: odoo/odoo#79068 Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
15 lines
435 B
XML
15 lines
435 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<template id="s_references" inherit_id="website.s_references">
|
|
<!-- Section -->
|
|
<xpath expr="//section" position="attributes">
|
|
<attribute name="class" add="pt0 pb56 o_cc o_cc2" remove="pt48 pb32" separator=" "/>
|
|
</xpath>
|
|
<!-- Remove title and subtitle -->
|
|
<xpath expr="//h2" position="replace"/>
|
|
<xpath expr="//p" position="replace"/>
|
|
</template>
|
|
|
|
</odoo>
|