Commit c1661d22 authored by Gabriel Monnerat's avatar Gabriel Monnerat

erp5_web_renderjs_ui: Fix CSS

parent 94bb5b2a
......@@ -1004,6 +1004,9 @@ div[data-gadget-scope='header'] .ui-header ul {
.gadget-content div[data-gadget-scope='m'] {
animation: fadein 0.2s ease-out;
}
.gadget-content div[data-gadget-scope='erp5_form'] > a {
padding-left: 3pt;
}
.gadget-content input[type='submit'] {
padding: 6pt;
margin-top: 30pt;
......@@ -1074,9 +1077,6 @@ div[data-gadget-scope='header'] .ui-header ul {
padding-top: 6em;
}
}
.gadget-content .field_container > a {
padding-left: 3pt;
}
.gadget-content .field_container > div > div > div.ui-field-contain {
padding: 3pt 0;
}
......@@ -1095,6 +1095,9 @@ div[data-gadget-scope='header'] .ui-header ul {
.gadget-content .ui-content-header-plain {
font-size: 150%;
}
.gadget-content .ui-content-header-plain > h3 > a {
padding-left: 3pt;
}
.gadget-content .worklist-empty {
max-width: 442px;
/* original size of the embedded image */
......@@ -1180,7 +1183,7 @@ div[data-gadget-scope='header'] .ui-header ul {
.gadget-content .ui-field-contain > label {
color: hsl(0, 0%, 42%);
}
.gadget-content .ui-field-contain > a {
.gadget-content .ui-field-contain > label > a {
padding-left: 3pt;
}
.gadget-content .required > .ui-field-contain > label {
......
......@@ -1190,6 +1190,12 @@ div[data-gadget-scope='header'] .ui-header {
animation: fadein @transition-timing;
}
div[data-gadget-scope='erp5_form'] {
& > a {
padding-left: 3pt;
}
}
// Dialog page template main submit button
input[type='submit'] {
.renderPageSubmitButton(@coloraccent);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment