X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/f938afb8ab4cb091d12e0ef0311eaea14b774798..c7eba7256c19035609dddbd141dc92a9640f71d9:/redakcja/static/css/filelist.css diff --git a/redakcja/static/css/filelist.css b/redakcja/static/css/filelist.css index a0b4995f..2ccf33ec 100644 --- a/redakcja/static/css/filelist.css +++ b/redakcja/static/css/filelist.css @@ -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,31 @@ body { a, a:visited, a:active { color: blue; - text-decoration: none; + text-decoration: none; } a:hover { text-decoration: underline; +} + + +#loading-overlay { + display: none; +} + +.error { + color: red; + font-weight: bold; +} + +.success { + color: green; +} + +#error-list { + color: red; +} + +#skipped-list { + color: #666; } \ No newline at end of file