Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 3ca17b1b

Von Moritz Bunkus vor mehr als 8 Jahren hinzugefügt

  • ID 3ca17b1b1db28ea6b1ddbb90b68d6a580f5fee87
  • Vorgänger 546829a0
  • Nachfolger 7a1bf140

Revert "Partpicker styling"

This reverts commit b9889576a1229f41edc2c1daf9b649d97fb7fd2e.

Grund: im Chrome (sowohl unter Linux als auch Windows) sieht das
Ergebnis ziemlich mies und hochgradig verwirrend aus. Im Internet
Explorer ist die Lupe zusätzlich zu weit unten positioniert (eher ein
Schönheitsfehler).

Unterschiede anzeigen:

css/lx-office-erp/main.css
25 25

  
26 26
select {
27 27
  -moz-appearance: none;
28
  -webkit-appearance: none;
29
  -o-appearance: none;
30 28
  appearance : none;
31 29
  background: white url('../../image/select-down.png') no-repeat scroll right center;
32 30
  padding: 0 14px 0 0;
......
391 389
}
392 390

  
393 391
.part_picker {
392
  padding-right: 16px;
394 393
}
395 394
.chart_picker {
396 395
  padding-right: 16px;
......
426 425
  float:left;
427 426
  width: 350px;
428 427
}
429
span.ppp_popup_button {
430
  display: inline-block;
431
  position: relative;
432
  margin-left: -18px;
433
  margin-top: 3px;
434
  height: 16px;
435
  width: 16px;
436
  cursor: pointer;
437
}
438

  
439
td span.ppp_popup_button,
440
th span.ppp_popup_button {
441
  height: 9px;
442
  width: 9px;
443
  margin-left: -13px;
444
}
445
span.part_picker input {
446
  padding-right: 20px;
447
  background: white url("../../image/search.svg") no-repeat center right;
448
  background-size: contain;
449
  box-sizing: padding-box;
450
  -moz-box-sizing: padding-box;
451
  -webkit-box-sizing: padding-box;
452
}
453

  
454
td span.part_picker input,
455
th span.part_picker input {
456
  padding-right: 15px;
457
}
458

  
459
span.part_picker {
460
 /* white-space: nowrap;*/
461
}
462

  
463 428
div.ppp_block span.ppp_block_number,
464 429
div.cpc_block span.cpc_block_number
465 430
{
......
516 481
       background-color:#FF0000;
517 482
       border:none;
518 483
}
519

  

Auch abrufbar als: Unified diff