Skip to content
GitLab
Menu
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
0538b123
Commit
0538b123
authored
Feb 27, 2017
by
Carsten Rose
Browse files
qfq-bs.css.less, BuildFormBootstrap.php: Align Checkbox to label. New class 'qfq-note' for Notes
parent
24b36b62
Changes
2
Hide whitespace changes
Inline
Side-by-side
extension/qfq/qfq/BuildFormBootstrap.php
View file @
0538b123
...
@@ -445,7 +445,8 @@ EOF;
...
@@ -445,7 +445,8 @@ EOF;
$html
.
=
$this
->
customWrap
(
$formElement
,
$htmlElement
,
FE_WRAP_INPUT
,
$formElement
[
FE_BS_INPUT_COLUMNS
],
$html
.
=
$this
->
customWrap
(
$formElement
,
$htmlElement
,
FE_WRAP_INPUT
,
$formElement
[
FE_BS_INPUT_COLUMNS
],
[
$this
->
wrap
[
WRAP_SETUP_INPUT
][
WRAP_SETUP_START
],
$this
->
wrap
[
WRAP_SETUP_INPUT
][
WRAP_SETUP_END
]]);
[
$this
->
wrap
[
WRAP_SETUP_INPUT
][
WRAP_SETUP_START
],
$this
->
wrap
[
WRAP_SETUP_INPUT
][
WRAP_SETUP_END
]]);
$html
.
=
$this
->
customWrap
(
$formElement
,
$formElement
[
FE_NOTE
],
FE_WRAP_NOTE
,
$formElement
[
FE_BS_NOTE_COLUMNS
],
$note
=
Support
::
wrapTag
(
"<div class='qfq-note'>"
,
$formElement
[
FE_NOTE
],
true
);
$html
.
=
$this
->
customWrap
(
$formElement
,
$note
,
FE_WRAP_NOTE
,
$formElement
[
FE_BS_NOTE_COLUMNS
],
[
$this
->
wrap
[
WRAP_SETUP_NOTE
][
WRAP_SETUP_START
],
$this
->
wrap
[
WRAP_SETUP_NOTE
][
WRAP_SETUP_END
]]);
[
$this
->
wrap
[
WRAP_SETUP_NOTE
][
WRAP_SETUP_START
],
$this
->
wrap
[
WRAP_SETUP_NOTE
][
WRAP_SETUP_END
]]);
// ROW
// ROW
...
...
less/qfq-bs.css.less
View file @
0538b123
...
@@ -34,12 +34,12 @@ i.@{spinner_class} {
...
@@ -34,12 +34,12 @@ i.@{spinner_class} {
/* reduce unwished padding-top offset */
/* reduce unwished padding-top offset */
.checkbox {
.checkbox {
padding-top:
0
;
padding-top:
7px
;
}
}
.checkbox-inline {
.checkbox-inline {
padding-top:
0
;
padding-top:
7px
;
margin-top:
-4px
;
margin-top:
0
;
}
}
.radio {
.radio {
...
@@ -125,6 +125,10 @@ i.@{spinner_class} {
...
@@ -125,6 +125,10 @@ i.@{spinner_class} {
.qfq-child-margin-top + .qfq-child-margin-top {
.qfq-child-margin-top + .qfq-child-margin-top {
margin-top: 15px;
margin-top: 15px;
}
}
.qfq-note {
padding-top: 7px;
}
// Mit BB anschauen wie man die NOTE Felder formatiert
// Mit BB anschauen wie man die NOTE Felder formatiert
//
//
//.text-input {
//.text-input {
...
...
Write
Preview
Supports
Markdown
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