X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/e77f342a73c940f16c37f57ffa50edce9caef8f0..4437d85206a7deb768c75a4fd1cb1b474e87efe3:/redakcja/static/css/filelist.css?ds=sidebyside diff --git a/redakcja/static/css/filelist.css b/redakcja/static/css/filelist.css index c398c45e..c2f59f3d 100644 --- a/redakcja/static/css/filelist.css +++ b/redakcja/static/css/filelist.css @@ -64,4 +64,48 @@ a, a:visited, a:active { 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; +} + + +.chunk-wl { + background-color: #afa; +} +.chunk-plain { + background-color: #aaa; +} +.chunk-xml { + background-color: #faa; +}