ProjectPicker: unbenutzte Variable last_unverified_dummy entfernt
[kivitendo-erp.git] / css / common.css
index ffb5e18..34f1b8d 100644 (file)
@@ -16,6 +16,7 @@
 .position-relative { position: relative }
 .position-absolute { position: absolute }
 
+.hidden { display: none; }
 
 /* media stuff */
 @media screen {   .noscreen { display: none } }
@@ -42,7 +43,7 @@ a.cti_call_action {
   position: relative;
   top: 2px;
   vertical-align: center;
-  background-image: url(../../image/icons/16x16/phone.png);
+  background-image: url(../image/icons/16x16/phone.png);
   background-repeat: no-repeat;
 }
 
@@ -50,3 +51,28 @@ a.cti_call_action {
 .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 }
+
+input.grow_on_focus {
+  width: 20px;
+  transition:         width 0.1s;
+  -moz-transition:    width 0.1s;
+  -webkit-transition: width 0.1s;
+  -o-transition:      width 0.1s;
+}
+input.grow_on_focus:focus { width: 150px }
+
+/* clickable text anchors, usually with attached javascript handlers */
+.interact { color: gray }
+.interact:hover { color: black; }
+.cursor-default { cursor: default }
+.cursor-pointer { cursor: pointer }
+.cursor-help { cursor: help }
+
+/* dunning */
+#dunning_invoice_list .direct_debit td,
+#dunning_invoice_list .direct_debit a {
+  color: #aaa;
+}
+/* orderitems */
+.shipped     { color: green }
+.not_shipped { color: red   }