Rearrange source to src dir.
[redakcja.git] / redakcja / static / css / filelist.css
diff --git a/redakcja/static/css/filelist.css b/redakcja/static/css/filelist.css
deleted file mode 100644 (file)
index f3de556..0000000
+++ /dev/null
@@ -1,100 +0,0 @@
-/*
-    Document   : filelist
-    Created on : 2009-09-04, 20:44:44
-    Author     : lreqc
-    Description:
-        Dodatkowe style dla listy plików na stronie głównej.
-*/
-
-body {
-       background-color: #84BF2A;
-}
-
-#content {
-    background: #EFEFEF;
-    border: 1px solid black;
-    padding: 0.5em 2em;
-    margin: 1em;
-       overflow: hidden;
-}
-
-#content h1 img {
-       vertical-align: middle;
-}
-
-#content h1 {
-       border-bottom: 2px solid black;
-       padding: 0.5em;
-       font-size: 2opt;
-       font-family: sans-serif;
-}
-
-#file-list {
-       overflow: visible;
-       float: left;
-       max-width: 50%;
-       padding-right: 2%;
-       border-right: 1px dashed black;
-
-}
-
-#last-edited-list {
-       float: left;
-       max-width: 35%;
-       margin-left: 5%;
-}
-
-#last-edited-list ul {
-       margin: 0px;
-}
-
-#last-edited-list li {
-       margin-bottom: 1em;
-}
-
-#last-edited-list .date {
-       font-size: 70%;
-       color: grey;
-}
-
-a, a:visited, a:active {
-       color: blue;
-       text-decoration: none;
-}
-
-a:hover {
-       text-decoration: underline;
-}
-
-
-#loading-overlay {
-       display: none;
-}
-
-.error {
-    color: red;
-    font-weight: bold;
-}
-
-.success {
-    color: green;
-}
-
-#error-list {
-    color: red;
-}
-
-#skipped-list {
-    color: #666;
-}
-
-.chunkno {
-    font-size: .7em;
-}
-
-td {
-    vertical-align: top;
-}
-.listitem-tools {
-    padding-left: 2em;
-}