some chunk management automation
[redakcja.git] / redakcja / static / css / filelist.css
index b2f51ed..91323c0 100644 (file)
@@ -70,3 +70,49 @@ 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;
+}
+
+
+.fix {
+    border: 1px solid gray;
+    font-size: 0.7em;
+    padding: 3px;
+}
+
+.fix-info {
+    font-size: 0.7em;
+    font-style: italic;
+}
+
+.chunk-plain a {color: gray;}
+.chunk-xml a {color: gray; font-style: italic;}
+.chunk-wl-broken a {color: red;}
+.chunk-wl a {color: green;}
+.chunk-wl-fix a {color: black;}