Zmiana nazwy project -> platforma.
[redakcja.git] / 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 (executable)
index 0000000..4717ad4
--- /dev/null
@@ -0,0 +1,28 @@
+/* jqModal base Styling courtesy of;\r
+       Brice Burgess <bhb@iceburg.net> */\r
+\r
+/* The Window's CSS z-index value is respected (takes priority). If none is supplied,\r
+       the Window's z-index value will be set to 3000 by default (via jqModal.js). */\r
+       \r
+.jqmWindow {\r
+    display: none;\r
+    \r
+    position: absolute;\r
+    top: 40px;\r
+    left: 25%;\r
+    bottom: auto;\r
+    height: auto;\r
+    width: auto;\r
+\r
+    max-width: 80%;\r
+    max-height: 80%;\r
+\r
+    overflow: auto;\r
+    \r
+    background-color: #EEE;\r
+    color: #333;\r
+    border: 1px solid black;\r
+    padding: 1em;\r
+}\r
+\r
+.jqmOverlay { background-color: #000; }\r