Commit c1661d22 authored by Gabriel Monnerat's avatar Gabriel Monnerat

erp5_web_renderjs_ui: Fix CSS

parent 94bb5b2a
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* Shared * Shared
**********************************************/ **********************************************/
/********************************************** /**********************************************
* http://meyerweb.com/eric/tools/css/reset/ * http://meyerweb.com/eric/tools/css/reset/
* v2.0 | 20110126 * v2.0 | 20110126
* License: none (public domain) * License: none (public domain)
**********************************************/ **********************************************/
...@@ -1004,6 +1004,9 @@ div[data-gadget-scope='header'] .ui-header ul { ...@@ -1004,6 +1004,9 @@ div[data-gadget-scope='header'] .ui-header ul {
.gadget-content div[data-gadget-scope='m'] { .gadget-content div[data-gadget-scope='m'] {
animation: fadein 0.2s ease-out; animation: fadein 0.2s ease-out;
} }
.gadget-content div[data-gadget-scope='erp5_form'] > a {
padding-left: 3pt;
}
.gadget-content input[type='submit'] { .gadget-content input[type='submit'] {
padding: 6pt; padding: 6pt;
margin-top: 30pt; margin-top: 30pt;
...@@ -1074,9 +1077,6 @@ div[data-gadget-scope='header'] .ui-header ul { ...@@ -1074,9 +1077,6 @@ div[data-gadget-scope='header'] .ui-header ul {
padding-top: 6em; padding-top: 6em;
} }
} }
.gadget-content .field_container > a {
padding-left: 3pt;
}
.gadget-content .field_container > div > div > div.ui-field-contain { .gadget-content .field_container > div > div > div.ui-field-contain {
padding: 3pt 0; padding: 3pt 0;
} }
...@@ -1095,6 +1095,9 @@ div[data-gadget-scope='header'] .ui-header ul { ...@@ -1095,6 +1095,9 @@ div[data-gadget-scope='header'] .ui-header ul {
.gadget-content .ui-content-header-plain { .gadget-content .ui-content-header-plain {
font-size: 150%; font-size: 150%;
} }
.gadget-content .ui-content-header-plain > h3 > a {
padding-left: 3pt;
}
.gadget-content .worklist-empty { .gadget-content .worklist-empty {
max-width: 442px; max-width: 442px;
/* original size of the embedded image */ /* original size of the embedded image */
...@@ -1180,7 +1183,7 @@ div[data-gadget-scope='header'] .ui-header ul { ...@@ -1180,7 +1183,7 @@ div[data-gadget-scope='header'] .ui-header ul {
.gadget-content .ui-field-contain > label { .gadget-content .ui-field-contain > label {
color: hsl(0, 0%, 42%); color: hsl(0, 0%, 42%);
} }
.gadget-content .ui-field-contain > a { .gadget-content .ui-field-contain > label > a {
padding-left: 3pt; padding-left: 3pt;
} }
.gadget-content .required > .ui-field-contain > label { .gadget-content .required > .ui-field-contain > label {
...@@ -3275,4 +3278,4 @@ hmtl .ui-icon-carat-u::before { ...@@ -3275,4 +3278,4 @@ hmtl .ui-icon-carat-u::before {
} }
.ui-icon-clone::before { .ui-icon-clone::before {
content: "\f24d"; content: "\f24d";
} }
\ No newline at end of file
...@@ -1190,12 +1190,18 @@ div[data-gadget-scope='header'] .ui-header { ...@@ -1190,12 +1190,18 @@ div[data-gadget-scope='header'] .ui-header {
animation: fadein @transition-timing; animation: fadein @transition-timing;
} }
// Dialog page template main submit button div[data-gadget-scope='erp5_form'] {
& > a {
padding-left: 3pt;
}
}
// Dialog page template main submit button
input[type='submit'] { input[type='submit'] {
.renderPageSubmitButton(@coloraccent); .renderPageSubmitButton(@coloraccent);
text-shadow: @foreground-text-shadow; text-shadow: @foreground-text-shadow;
} }
// Dialog page template update button // Dialog page template update button
button[name='action_update'] { button[name='action_update'] {
.renderPageSubmitButton(@grey); .renderPageSubmitButton(@grey);
} }
......
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