Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 6e254c4d

Von Cem Aydin vor mehr als 3 Jahren hinzugefügt

  • ID 6e254c4d1f7f3bece487aaf2d72bf639a2e86280
  • Vorgänger 8fdf0792
  • Nachfolger 5f089c3b

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