]> wagnertech.de Git - mfinanz.git/blobdiff - css/common.css
Dateimanagement: größere Vorschaubilder beim Drüberfahren
[mfinanz.git] / css / common.css
index c8ade1fbef1000c8e7d5e267c733edd7ec685d70..af807c950bf0d7cac450bd83a1b63f6dcc970cbc 100644 (file)
@@ -221,3 +221,15 @@ span.upload_drop_zone {
   border-style: solid;
   background-color: whitesmoke;
 }
+
+.ovlerlay_div {
+  position: relative;
+}
+
+.overlay_img {
+  position: absolute;
+  top: -100px;
+  left: -100px;
+  z-index: 2;
+  cursor: pointer;
+}