some chunk management automation
[redakcja.git] / redakcja / static / css / filelist.css
index f3de556..91323c0 100644 (file)
@@ -95,6 +95,24 @@ a:hover {
 td {
     vertical-align: top;
 }
-.listitem-tools {
+.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;}