Revision 7ddec32d
Von Cem Aydin vor etwa 4 Jahren hinzugefügt
css/less/lists.less | ||
---|---|---|
&>input[type="checkbox"],
|
||
&>input[type="radio"] {
|
||
padding: 0 ;
|
||
margin: 0.3em 0.3em 0 0 ;
|
||
margin: 0 0.3em 0.3em 0 ;
|
||
float: left ;
|
||
}
|
||
label {
|
css/less/tables.less | ||
---|---|---|
// adjust form elements in this table type
|
||
&>input[type="checkbox"],
|
||
&>input[type="radio"] {
|
||
margin: 0.2em 0.3em 0 0 !important ;
|
||
margin: 0 0.3em 0.2em 0 !important ;
|
||
}
|
||
&>input,
|
||
&>select {
|
||
... | ... | |
label {
|
||
//color: @t-cell-th-text-color ;
|
||
//cursor: pointer ;
|
||
padding-top: 0.3em;
|
||
}
|
||
|
||
} // /td /th
|
||
... | ... | |
|
||
|
||
}
|
||
|
||
|
css/style.css | ||
---|---|---|
table.tbl-horizontal td > input[type="checkbox"],
|
||
table.tbl-horizontal th > input[type="radio"],
|
||
table.tbl-horizontal td > input[type="radio"] {
|
||
margin: 0.2em 0.3em 0 0 !important;
|
||
margin: 0 0.3em 0.2em 0 !important;
|
||
}
|
||
table.tbl-horizontal th > input,
|
||
table.tbl-horizontal td > input,
|
||
... | ... | |
padding-top: 0 ;
|
||
padding-bottom: 0 ;
|
||
}
|
||
table.tbl-horizontal th label,
|
||
table.tbl-horizontal td label {
|
||
padding-top: 0.3em;
|
||
}
|
||
table.tbl-horizontal th {
|
||
color: #292914;
|
||
}
|
||
... | ... | |
div.list > p > input[type="radio"],
|
||
div.list > div > input[type="radio"] {
|
||
padding: 0 ;
|
||
margin: 0.3em 0.3em 0 0;
|
||
margin: 0 0.3em 0.3em 0;
|
||
float: left ;
|
||
}
|
||
div.list > p label,
|
Auch abrufbar als: Unified diff
Neues Design: CSS: Position Checkboxen/Text verbessern
- less/css neu erzeugt