fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
some chunk management automation
[redakcja.git]
/
redakcja
/
static
/
css
/
filelist.css
diff --git
a/redakcja/static/css/filelist.css
b/redakcja/static/css/filelist.css
index
c2f59f3
..
91323c0
100644
(file)
--- a/
redakcja/static/css/filelist.css
+++ b/
redakcja/static/css/filelist.css
@@
-100,12
+100,19
@@
td {
}
}
-.chunk-wl {
- background-color: #afa;
+.fix {
+ border: 1px solid gray;
+ font-size: 0.7em;
+ padding: 3px;
}
}
-.chunk-plain {
- background-color: #aaa;
-}
-.chunk-xml {
- background-color: #faa;
+
+.fix-info {
+ font-size: 0.7em;
+ font-style: italic;
}
}
+
+.chunk-plain a {color: gray;}
+.chunk-xml a {color: gray; font-style: italic;}
+.chunk-wl-broken a {color: red;}
+.chunk-wl a {color: green;}
+.chunk-wl-fix a {color: black;}