Added django-compress.
[redakcja.git] / 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 (file)
index 4dc8a25..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-/* 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
-    z-index: 10000;\r
-}\r
-\r
-.jqmOverlay { background-color: #000; }\r