mirror of
https://github.com/odoo/documentation.git
synced 2025-12-12 07:29:27 +07:00
[IMP] odoo_theme: design improvements
Revamp of the side menu;
Round all borders for consistency with the buttons;
Improve .sig-* and .o_code elements;
Improve sphinx-tabs hover effect;
task-3046383
closes odoo/documentation#4114
X-original-commit: 3056c7b62d
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
committed by
Antoine Vandevenne (anv)
parent
9dc32cdd4e
commit
81d1f2d21b
@@ -4,8 +4,10 @@
|
||||
}
|
||||
|
||||
table.o-showcase-table > tbody > tr.row-odd > td {
|
||||
display: block;
|
||||
border: 1px solid #d5d5d5;
|
||||
padding: 2rem;
|
||||
border-radius: 3px 3px 0 0;
|
||||
}
|
||||
|
||||
table.o-showcase-table > tbody > tr.row-odd > td .highlight-text {
|
||||
@@ -17,4 +19,5 @@ table.o-showcase-table > tbody > tr.row-even > td {
|
||||
padding: 1rem;
|
||||
background: #f8f8f8;
|
||||
border: 0;
|
||||
border-radius: 0 0 3px 3px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user