X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/d04d57fdb3e955daa37cf650d887d2e06f06e90c..75f7cc1dab30b70f9f1044a1ef3d8a924bf35c34:/css/common.css diff --git a/css/common.css b/css/common.css index c8ade1fbe..dd295006f 100644 --- a/css/common.css +++ b/css/common.css @@ -221,3 +221,19 @@ 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; +} + +.thumbnail { + cursor: pointer; +}