editing and merging books, adding and editing book chunks,
[redakcja.git] / redakcja / static / css / filelist.css
index f3de556..c2f59f3 100644 (file)
@@ -95,6 +95,17 @@ a:hover {
 td {
     vertical-align: top;
 }
-.listitem-tools {
+.chunk-list {
     padding-left: 2em;
 }
+
+
+.chunk-wl {
+    background-color: #afa;
+}
+.chunk-plain {
+    background-color: #aaa;
+}
+.chunk-xml {
+    background-color: #faa;
+}