Revision 4aaaaa07
Von Andreas Rudin vor etwa 2 Jahren hinzugefügt
css/design40/less/forms.less | ||
---|---|---|
}
|
||
}
|
||
}
|
||
td.clear{
|
||
input[type="radio"],
|
||
input[type="checkbox"]{
|
||
float: none;
|
||
&~label{
|
||
float: none;
|
||
}
|
||
}
|
||
}
|
||
}
|
||
|
||
|
css/design40/style.css | ||
---|---|---|
table.tbl-plain td span.wi-date input[type="date"] {
|
||
width: 92px;
|
||
}
|
||
table.tbl-horizontal td.clear input[type="radio"],
|
||
table.tbl-list td.clear input[type="radio"],
|
||
table.tbl-plain td.clear input[type="radio"],
|
||
table.tbl-horizontal td.clear input[type="checkbox"],
|
||
table.tbl-list td.clear input[type="checkbox"],
|
||
table.tbl-plain td.clear input[type="checkbox"] {
|
||
float: none;
|
||
}
|
||
table.tbl-horizontal td.clear input[type="radio"] ~ label,
|
||
table.tbl-list td.clear input[type="radio"] ~ label,
|
||
table.tbl-plain td.clear input[type="radio"] ~ label,
|
||
table.tbl-horizontal td.clear input[type="checkbox"] ~ label,
|
||
table.tbl-list td.clear input[type="checkbox"] ~ label,
|
||
table.tbl-plain td.clear input[type="checkbox"] ~ label {
|
||
float: none;
|
||
}
|
||
div.fake-textarea {
|
||
width: 220px;
|
||
height: 150px;
|
Auch abrufbar als: Unified diff
design40: css Erweiterung: Radio-Buttons und Checkboxes in td ohne float left