X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Fkivitendo%2Fmain.css;h=0b701b45d728979fcca506b698140fc4c4572122;hb=25b855157fa65535683b458c1ca2dd0c3636b788;hp=3b859938386d36c4f3936c258d107ecb7c47d773;hpb=46e1177c8b8a14cfef2765e1f7b784116bddfc17;p=kivitendo-erp.git diff --git a/css/kivitendo/main.css b/css/kivitendo/main.css index 3b8599383..0b701b45d 100644 --- a/css/kivitendo/main.css +++ b/css/kivitendo/main.css @@ -443,3 +443,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;}