Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
ba3f4914
Commit
ba3f4914
authored
Feb 07, 2019
by
Carsten Rose
Browse files
Apply padding-top|botttom to fieldset via qfq-fieldset class.
parent
369ebe8f
Pipeline
#1494
passed with stage
in 2 minutes and 4 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extension/Source/core/AbstractBuildForm.php
View file @
ba3f4914
...
...
@@ -3809,6 +3809,7 @@ abstract class AbstractBuildForm {
$attribute
.
=
Support
::
doAttribute
(
'id'
,
$formElement
[
FE_HTML_ID
]);
$attribute
.
=
Support
::
doAttribute
(
'name'
,
$htmlFormElementName
);
$attribute
.
=
Support
::
doAttribute
(
'data-load'
,
(
$formElement
[
FE_DYNAMIC_UPDATE
]
===
'yes'
)
?
'data-load'
:
''
);
$attribute
.
=
Support
::
doAttribute
(
'class'
,
'qfq-fieldset'
);
$attribute
.
=
Support
::
doAttribute
(
ATTRIBUTE_DATA_REFERENCE
,
$formElement
[
FE_DATA_REFERENCE
]);
// <fieldset>
...
...
less/qfq-bs.css.less
View file @
ba3f4914
...
...
@@ -121,6 +121,11 @@ select.qfq-locked:invalid {
width: auto;
}
.qfq-fieldset {
padding-top: 5px;
padding-bottom: 15px;
}
.qfq-form-pill {
/*
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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