Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Laurent S
erp5
Commits
c7b59693
Commit
c7b59693
authored
7 years ago
by
Romain Courteaud
Browse files
Options
Download
Email Patches
Plain Diff
[erp5_web_renderjs_ui] Field padding should not be applied inside a listbox cell
parent
87163be5
master
arnau
arnau-TM-components-products-migration
arnau-real-time-inventory-accounting
catalog_filter
cmfactivity-getcurrentnode-getserveraddress
erp5-component
erp5-vifib
feat/accounting_pcg_2018
feature/accounting-reports-stats
feature/hal-actions-support
feature/hal-support-update
feature/jio-accounting-reports
feature/jio-selection-actions
feature/jio-selection-actions-with-history
feature/rjs-listbox-stats
feature/rjs-mass-transition
feature/rjs-print-action
feture/generic-action-jio
fix/consistency_check_alarm
for_testrunner_1
for_testrunner_2
for_testrunner_3
hotfix/accounting-test-timeout
hotfix/field-keeps-request
hotfix/pdm-test
hotfix/rjs-form-less-invasive
hotfix/rjs-formfields-padding
hotfix/tests-cleanup
js-ui
listbox_url
macros_fix
revert-6c89fe9b
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_nojqm_css.css
+2
-2
...emplateItem/web_page_module/rjs_gadget_erp5_nojqm_css.css
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_nojqm_css.xml
+2
-2
...emplateItem/web_page_module/rjs_gadget_erp5_nojqm_css.xml
bt5/erp5_web_renderjs_ui/SkinTemplateItem/portal_skins/erp5_web_renderjs_ui/erp5css.less.txt
+2
-3
...teItem/portal_skins/erp5_web_renderjs_ui/erp5css.less.txt
with
6 additions
and
7 deletions
+6
-7
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_nojqm_css.css
+
2
-
2
View file @
c7b59693
...
...
@@ -970,10 +970,10 @@ div[data-gadget-scope='header'] .ui-header ul {
padding-top
:
6em
;
}
}
.gadget-content
.ui-field-contain
{
.gadget-content
.field_container
>
div
>
div
>
div
.ui-field-contain
{
padding
:
6pt
0
;
}
.gadget-content
.ui-field-contain
div
{
.gadget-content
.field_container
>
div
>
div
>
div
.ui-field-contain
div
{
width
:
100%
;
}
.gadget-content
.horizontal_align_form_box
.ui-field-contain
>
div
{
...
...
This diff is collapsed.
Click to expand it.
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_nojqm_css.xml
+
2
-
2
View file @
c7b59693
...
...
@@ -242,7 +242,7 @@
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
964.
8273.15694.60620
</string>
</value>
<value>
<string>
964.
15434.53071.55364
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
...
...
@@ -260,7 +260,7 @@
</tuple>
<state>
<tuple>
<float>
1513
255864.13
</float>
<float>
1513
679339.57
</float>
<string>
UTC
</string>
</tuple>
</state>
...
...
This diff is collapsed.
Click to expand it.
bt5/erp5_web_renderjs_ui/SkinTemplateItem/portal_skins/erp5_web_renderjs_ui/erp5css.less.txt
+
2
-
3
View file @
c7b59693
...
...
@@ -1129,9 +1129,8 @@ div[data-gadget-scope='header'] .ui-header {
padding-top: 6em;
}
// Label
.ui-field-contain {
// Set the size and padding of each field inside a form
.field_container > div > div > div.ui-field-contain {
padding: @margin-size 0;
div {
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help