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/less/lists.less
133 133
    &>input[type="checkbox"],
134 134
    &>input[type="radio"] {
135 135
      padding:     0 ;
136
      margin:     0.3em 0.3em 0 0 ;
136
      margin:     0 0.3em 0.3em 0 ;
137 137
      float:       left ;
138 138
    }
139 139
    label {
css/less/tables.less
433 433
      // adjust form elements in this table type
434 434
      &>input[type="checkbox"],
435 435
      &>input[type="radio"] {
436
        margin: 0.2em 0.3em 0 0 !important ;
436
        margin: 0 0.3em 0.2em 0 !important ;
437 437
      }
438 438
      &>input,
439 439
      &>select {
......
461 461
      label {
462 462
        //color: @t-cell-th-text-color ;
463 463
        //cursor: pointer ;
464
        padding-top: 0.3em;
464 465
      }
465 466

  
466 467
    } // /td /th
......
1170 1171

  
1171 1172

  
1172 1173
}
1173

  
1174

  
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