editing and merging books, adding and editing book chunks,
[redakcja.git] / redakcja / static / css / filelist.css
index 2ccf33e..c2f59f3 100644 (file)
@@ -86,4 +86,26 @@ a:hover {
 
 #skipped-list {
     color: #666;
-}
\ No newline at end of file
+}
+
+.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;
+}