X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/766f5705ecb9cd56adfbffd94c871959bb64c6fd..2313b5225dff4d76ca58dae83829cd04ad84c3b3:/css/kivitendo/main.css diff --git a/css/kivitendo/main.css b/css/kivitendo/main.css index 3b8599383..9b87c4417 100644 --- a/css/kivitendo/main.css +++ b/css/kivitendo/main.css @@ -404,6 +404,11 @@ label { padding-right: 16px; } +.partpicker-undefined { + color: red; + font-style: italic; +} + div.part_picker_part { padding: 5px; margin: 5px; @@ -443,3 +448,20 @@ div.ppp_line span.ppp_block_sellprice { span.toggle_selected { font-weight: bold; } + +/* CTI */ +a.cti_call_action { + display: inline-block; + padding-left: 18px; + height: 16px; + position: relative; + top: 2px; + vertical-align: center; + background-image: url(../../image/icons/16x16/phone.png); + background-repeat: no-repeat; +} + +/* the cvars table in the 2. row */ +.row2-cvars-table tr {vertical-align: top;} +.row2-cvars-table th {text-align: right; padding-left: 15px; padding-right: 0;} +.row2-cvars-table td, .row2-cvars-table th {padding-top: 10px;}