+Change.author_desc, minor changes
[redakcja.git] / redakcja / static / css / filelist.css
index c398c45..7dfdf80 100644 (file)
@@ -64,4 +64,37 @@ a, a:visited, a:active {
 
 a:hover {
        text-decoration: underline;
-}
\ No newline at end of file
+}
+
+
+#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;
+}
+.chunk-list {
+    padding-left: 2em;
+}