Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision c94c1844

Von Cem Aydin vor etwa 4 Jahren hinzugefügt

  • ID c94c1844757b406f42b66ba2cf334c1097516625
  • Vorgänger 9a0cf7e9
  • Nachfolger 4b7f9de2

Neues Design: CSS: Position Checkboxen/Text verbessern

- less/css neu erzeugt

Unterschiede anzeigen:

css/style.css
2697 2697
table.tbl-horizontal td > input[type="checkbox"],
2698 2698
table.tbl-horizontal th > input[type="radio"],
2699 2699
table.tbl-horizontal td > input[type="radio"] {
2700
  margin: 0.2em 0.3em 0 0 !important;
2700
  margin: 0 0.3em 0.2em 0 !important;
2701 2701
}
2702 2702
table.tbl-horizontal th > input,
2703 2703
table.tbl-horizontal td > input,
......
2723 2723
  padding-top: 0 ;
2724 2724
  padding-bottom: 0 ;
2725 2725
}
2726
table.tbl-horizontal th label,
2727
table.tbl-horizontal td label {
2728
  padding-top: 0.3em;
2729
}
2726 2730
table.tbl-horizontal th {
2727 2731
  color: #292914;
2728 2732
}
......
3446 3450
div.list > p > input[type="radio"],
3447 3451
div.list > div > input[type="radio"] {
3448 3452
  padding: 0 ;
3449
  margin: 0.3em 0.3em 0 0;
3453
  margin: 0 0.3em 0.3em 0;
3450 3454
  float: left ;
3451 3455
}
3452 3456
div.list > p label,

Auch abrufbar als: Unified diff