X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/1fbf854ce423d2d56723ff10608267403f4916b0..985ca3a21df2340caa545f27e5f01fd1eb87c9c8:/redakcja/static/css/filelist.css diff --git a/redakcja/static/css/filelist.css b/redakcja/static/css/filelist.css index c398c45e..7dfdf807 100644 --- a/redakcja/static/css/filelist.css +++ b/redakcja/static/css/filelist.css @@ -64,4 +64,37 @@ 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; +}