X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/7f3f79476a57d10991566c511d40e20154c01064..78644811ca0c6042212788dc67add42bc41fb74c:/platforma/static/css/jquery.modal.css diff --git a/platforma/static/css/jquery.modal.css b/platforma/static/css/jquery.modal.css new file mode 100755 index 00000000..4717ad45 --- /dev/null +++ b/platforma/static/css/jquery.modal.css @@ -0,0 +1,28 @@ +/* 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; +} + +.jqmOverlay { background-color: #000; }