Generische Unterstützung für CTI: Click-to-dial
[kivitendo-erp.git] / css / kivitendo / main.css
index 3b85993..6fa432d 100644 (file)
@@ -443,3 +443,15 @@ 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;
+}