fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
tiff2png fix for .tif files
[redakcja.git]
/
redakcja
/
static
/
css
/
filelist.css
diff --git
a/redakcja/static/css/filelist.css
b/redakcja/static/css/filelist.css
index
a0b4995
..
2ccf33e
100644
(file)
--- 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
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;
border: 1px solid black;
padding: 0.5em 2em;
margin: 1em;
- overflow: hidden;
+ overflow: hidden;
}
#content h1 img {
}
#content h1 img {
@@
-34,8
+34,8
@@
body {
float: left;
max-width: 50%;
padding-right: 2%;
float: left;
max-width: 50%;
padding-right: 2%;
- border-right: 1px dashed black;
-
+ border-right: 1px dashed black;
+
}
#last-edited-list {
}
#last-edited-list {
@@
-46,7
+46,7
@@
body {
#last-edited-list ul {
margin: 0px;
#last-edited-list ul {
margin: 0px;
-}
+}
#last-edited-list li {
margin-bottom: 1em;
#last-edited-list li {
margin-bottom: 1em;
@@
-59,9
+59,31
@@
body {
a, a:visited, a:active {
color: blue;
a, a:visited, a:active {
color: blue;
- text-decoration: none;
+ text-decoration: none;
}
a:hover {
text-decoration: underline;
}
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
}
\ No newline at end of file