Skip to content
Snippets Groups Projects
Commit e8171182 authored by Felix Kopp's avatar Felix Kopp Committed by Georg Ringer
Browse files

[BUGFIX] Checkbox-array space

Increases space on horizontal checkbox-array in TCE forms.

Change-Id: Id84734b6d6ccc6f430ff9d87715e447dd06307b2
Fixes: #32088
Releases: 4.6, 4.7
Reviewed-on: http://review.typo3.org/6918
Reviewed-by: Oliver Hader
Tested-by: Oliver Hader
Reviewed-by: Georg Ringer
Tested-by: Georg Ringer
parent 6567cb51
No related merge requests found
......@@ -205,6 +205,15 @@ table.typo3-TCEforms .class-main52 td {
border-top: 1px solid #c0c0c0;
}
table.typo3-TCEforms .class-main1 .typo3-TCEforms-checkboxArray td,
table.typo3-TCEforms .class-main11 .typo3-TCEforms-checkboxArray td,
table.typo3-TCEforms .class-main21 .typo3-TCEforms-checkboxArray td,
table.typo3-TCEforms .class-main31 .typo3-TCEforms-checkboxArray td,
table.typo3-TCEforms .class-main41 .typo3-TCEforms-checkboxArray td,
table.typo3-TCEforms .class-main51 .typo3-TCEforms-checkboxArray td {
padding-right: 5px;
}
table.typo3-TCEforms tr.class-main2:first-child td,
table.typo3-TCEforms tr.class-main12:first-child td,
table.typo3-TCEforms tr.class-main22:first-child td,
......
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