Added django-compress.
[redakcja.git] / platforma / static / css / managment.css
diff --git a/platforma/static/css/managment.css b/platforma/static/css/managment.css
deleted file mode 100644 (file)
index 3777bcf..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-table.request-report 
-{
-    border: 2px groove black;
-    font-size: 12pt;
-
-    margin-top: 3em;
-    margin-bottom: 2em;
-    margin-left: auto;
-    margin-right: auto;
-}
-
-.request-report td, .request-report th  {
-    vertical-align: top;
-    border-right: 1px solid black;
-    border-bottom: 1px solid black;
-
-    padding: 0.4em 1em;
-    margin: 0em;
-}
-
-.request-report th {
-    background-color: black;
-    color: white;
-}
-
-.request-report .status-N {
-    background-color: teal;
-}
-
-.request-report .status-R {
-    background-color: red;
-}
-
-.request-report .status-A {
-    background-color: gray;
-}
\ No newline at end of file