fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add annotation - better positioning
[redakcja.git]
/
redakcja
/
static
/
css
/
filelist.css
diff --git
a/redakcja/static/css/filelist.css
b/redakcja/static/css/filelist.css
index
b2f51ed
..
2ccf33e
100644
(file)
--- a/
redakcja/static/css/filelist.css
+++ b/
redakcja/static/css/filelist.css
@@
-70,3
+70,20
@@
a:hover {
#loading-overlay {
display: none;
}
#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