some chunk management automation
[redakcja.git] / redakcja / static / css / filelist.css
index a0b4995..91323c0 100644 (file)
@@ -1,4 +1,4 @@
-/* 
+/*
     Document   : filelist
     Created on : 2009-09-04, 20:44:44
     Author     : lreqc
@@ -15,7 +15,7 @@ body {
     border: 1px solid black;
     padding: 0.5em 2em;
     margin: 1em;
-       overflow: hidden;    
+       overflow: hidden;
 }
 
 #content h1 img {
@@ -34,8 +34,8 @@ body {
        float: left;
        max-width: 50%;
        padding-right: 2%;
-       border-right: 1px dashed black; 
-       
+       border-right: 1px dashed black;
+
 }
 
 #last-edited-list {
@@ -46,7 +46,7 @@ body {
 
 #last-edited-list ul {
        margin: 0px;
-}      
+}
 
 #last-edited-list li {
        margin-bottom: 1em;
@@ -59,9 +59,60 @@ body {
 
 a, a:visited, a:active {
        color: blue;
-       text-decoration: none;  
+       text-decoration: none;
 }
 
 a:hover {
        text-decoration: underline;
-}
\ No newline at end of file
+}
+
+
+#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;}