Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 4aaaaa07

Von Andreas Rudin vor etwa 2 Jahren hinzugefügt

  • ID 4aaaaa07649be6db1231a7e548030f1f338a77fb
  • Vorgänger 35d26859
  • Nachfolger 3b74b14d

design40: css Erweiterung: Radio-Buttons und Checkboxes in td ohne float left

Unterschiede anzeigen:

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