X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Flx-office-erp%2Fmain.css;h=0c604fd72189d6913771614c1555b37f330cdf41;hb=9dfd320ff258071e3ad78dd6cf2d76e215efd4f7;hp=8cf9a67a880bef9aa4b13df38e18c704e46a12a8;hpb=51f762dbcfb3d995cfbdc19a789c88db161204e5;p=kivitendo-erp.git diff --git a/css/lx-office-erp/main.css b/css/lx-office-erp/main.css index 8cf9a67a8..0c604fd72 100644 --- a/css/lx-office-erp/main.css +++ b/css/lx-office-erp/main.css @@ -376,7 +376,8 @@ label { } .chart_picker, -.part_picker { +.part_picker, +.project_picker { } .kivi-validator-invalid, .customer-vendor-picker-undefined, @@ -387,7 +388,8 @@ label { font-style: italic; } div.part_picker_part, -div.chart_picker_chart { +div.chart_picker_chart, +div.project_picker_project { padding: 5px; margin: 5px; border: 1px; @@ -400,7 +402,8 @@ div.chart_picker_chart { cursor: pointer; } div.part_picker_part:hover, -div.chart_picker_chart:hover { +div.chart_picker_chart:hover, +div.project_picker_project:hover { background-color: lightgray; border-color: gray; } @@ -431,7 +434,8 @@ th span.ppp_popup_button { margin-left: -13px; } span.chart_picker input, -span.part_picker input { +span.part_picker input, +span.project_picker input { padding-right: 20px; background: white url("../../image/search.svg") no-repeat center right; background-size: contain; @@ -443,12 +447,16 @@ span.part_picker input { td span.chart_picker input, th span.chart_picker input, td span.part_picker input, -th span.part_picker input { +th span.part_picker input, +td span.project_picker input, +th span.project_picker input { + padding-right: 15px; } span.chart_picker, -span.part_picker { +span.part_picker, +span.project_picker { /* white-space: nowrap;*/ } @@ -475,6 +483,7 @@ div.ppp_line span.ppp_block_ean { float:left; margin-left:1em; } + div.ppp_line span.ppp_block_description, div.cpc_line span.cpc_block_description { @@ -525,6 +534,15 @@ a.red { max-width: 16px; max-height: 16px; } +#update_from_master { + cursor: pointer; + display: block; + max-width: 16px; + max-height: 16px; +} +#update_from_master:hover { + background: darkgrey; +} /* Bank transactions */ #bank_transactions_proposals .invoice_number_highlight a, @@ -602,3 +620,25 @@ div.layout-actionbar .layout-actionbar-default-action { .cke_button { padding: 0px; 6px !important; } + +/* selects with text filters */ +div.filtered_select input, div.filtered_select select { + display: block; +} + +div.filtered_select > input { + background-image: url(../../image/glass14x14.png); + background-repeat: no-repeat; + background-position: 2px 2px; + border-radius: 0px; + border: solid #a0a0a0 1px; + border-bottom: none; + padding: 0px; + padding-left: 20px; + margin: 0; + width: 500px; +} + +div.filtered_select select { + width: 522px; +}