X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/197fc570be54152c90c424379a00b36e28e0cf79..61c3753c6e0c567ccbb11115c787da22218ab5f6:/platforma/static/css/jquery.modal.css diff --git a/platforma/static/css/jquery.modal.css b/platforma/static/css/jquery.modal.css deleted file mode 100644 index 4dc8a258..00000000 --- a/platforma/static/css/jquery.modal.css +++ /dev/null @@ -1,29 +0,0 @@ -/* jqModal base Styling courtesy of; - Brice Burgess */ - -/* The Window's CSS z-index value is respected (takes priority). If none is supplied, - the Window's z-index value will be set to 3000 by default (via jqModal.js). */ - -.jqmWindow { - display: none; - - position: absolute; - top: 40px; - left: 25%; - bottom: auto; - height: auto; - width: auto; - - max-width: 80%; - max-height: 80%; - - overflow: auto; - - background-color: #EEE; - color: #333; - border: 1px solid black; - padding: 1em; - z-index: 10000; -} - -.jqmOverlay { background-color: #000; }