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