X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/74081c8b2e9a8588505c40257556e17274fc80de..4437d85206a7deb768c75a4fd1cb1b474e87efe3:/redakcja/static/css/filelist.css diff --git a/redakcja/static/css/filelist.css b/redakcja/static/css/filelist.css index b2f51ed2..c2f59f3d 100644 --- a/redakcja/static/css/filelist.css +++ b/redakcja/static/css/filelist.css @@ -70,3 +70,42 @@ a:hover { #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; +}