Revision a36da908
Von Moritz Bunkus vor fast 8 Jahren hinzugefügt
css/lx-office-erp/main.css | ||
---|---|---|
391 | 391 |
margin-right: 6px; |
392 | 392 |
} |
393 | 393 |
|
394 |
.chart_picker, |
|
394 | 395 |
.part_picker { |
395 | 396 |
} |
396 |
.chart_picker { |
|
397 |
padding-right: 16px; |
|
398 |
} |
|
399 | 397 |
.customer-vendor-picker-undefined, |
400 | 398 |
.chartpicker-undefined, |
401 | 399 |
.projectpicker-undefined, |
... | ... | |
422 | 420 |
border-color: gray; |
423 | 421 |
} |
424 | 422 |
|
423 |
div.cpc_block, |
|
425 | 424 |
div.ppp_block { |
426 | 425 |
overflow:hidden; |
427 | 426 |
float:left; |
428 | 427 |
width: 350px; |
429 | 428 |
} |
429 |
span.cpc_popup_button, |
|
430 | 430 |
span.ppp_popup_button { |
431 | 431 |
display: inline-block; |
432 | 432 |
position: relative; |
... | ... | |
437 | 437 |
cursor: pointer; |
438 | 438 |
} |
439 | 439 |
|
440 |
td span.cpc_popup_button, |
|
441 |
th span.cpc_popup_button, |
|
440 | 442 |
td span.ppp_popup_button, |
441 | 443 |
th span.ppp_popup_button { |
442 | 444 |
height: 9px; |
443 | 445 |
width: 9px; |
444 | 446 |
margin-left: -13px; |
445 | 447 |
} |
448 |
span.chart_picker input, |
|
446 | 449 |
span.part_picker input { |
447 | 450 |
padding-right: 20px; |
448 | 451 |
background: white url("../../image/search.svg") no-repeat center right; |
... | ... | |
452 | 455 |
-webkit-box-sizing: padding-box; |
453 | 456 |
} |
454 | 457 |
|
458 |
td span.chart_picker input, |
|
459 |
th span.chart_picker input, |
|
455 | 460 |
td span.part_picker input, |
456 | 461 |
th span.part_picker input { |
457 | 462 |
padding-right: 15px; |
458 | 463 |
} |
459 | 464 |
|
465 |
span.chart_picker, |
|
460 | 466 |
span.part_picker { |
461 | 467 |
/* white-space: nowrap;*/ |
462 | 468 |
} |
Auch abrufbar als: Unified diff
ChartPicker: Lupe wie beim PartPicker stylen