editing and merging books, adding and editing book chunks,
[redakcja.git] / redakcja / static / css / filelist.css
index b2f51ed..c2f59f3 100644 (file)
@@ -70,3 +70,42 @@ a:hover {
 #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;
+}
+
+
+.chunk-wl {
+    background-color: #afa;
+}
+.chunk-plain {
+    background-color: #aaa;
+}
+.chunk-xml {
+    background-color: #faa;
+}