ShopOrder: billing_email zusätzlich als invoice_mail ...
[kivitendo-erp.git] / css / common.css
index d493457..dd29500 100644 (file)
@@ -200,3 +200,40 @@ div.layout-actionbar-combobox-list div.layout-actionbar-action {
   text-align: left;
   padding: 4px;
 }
+
+div.cke_textarea_inline > :first-child {
+  margin-top: 0;
+}
+div.cke_textarea_inline > :last-child {
+  margin-bottom: 0;
+}
+div.cke_textarea_inline {
+  overflow-y: auto;
+}
+div.cke_textarea_inline:focus {
+  outline: 0;
+}
+
+span.upload_drop_zone {
+  padding: 4px;
+  border: 2px;
+  border-color: darkgray lightgray lightgray;
+  border-style: solid;
+  background-color: whitesmoke;
+}
+
+.overlay_div {
+  position: relative;
+}
+
+.overlay_img {
+  position: absolute;
+  top: -100px;
+  left: -100px;
+  z-index: 2;
+  cursor: pointer;
+}
+
+.thumbnail {
+  cursor: pointer;
+}