aboutsummaryrefslogtreecommitdiffstats
path: root/template/default/default.css
diff options
context:
space:
mode:
authorz0rglub <z0rglub@piwigo.org>2004-09-18 16:09:47 +0000
committerz0rglub <z0rglub@piwigo.org>2004-09-18 16:09:47 +0000
commit094bbe3cee63806dbdfba108f81817e3a85dada9 (patch)
treef453667bde031d92bf8c4a041ae28c6eac531193 /template/default/default.css
parentaa392c1fdd3139ddbb1751166364b2ee83128b3d (diff)
- new version of create_file_listing.php for future 1.4 branch
- new feature : remote site management (generate listing, update, clean, delete) - on category page, no display of filesize if info not available in database git-svn-id: http://piwigo.org/svn/trunk@526 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/default/default.css')
-rw-r--r--template/default/default.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/template/default/default.css b/template/default/default.css
index c215c94a7..caaf34152 100644
--- a/template/default/default.css
+++ b/template/default/default.css
@@ -388,3 +388,22 @@ td.confLineField {
height:20px;
background-color:#505050;
}
+
+div.remoteOutput {
+ background-color:#444444;
+ border:1px solid black;
+ margin:10px;
+ text-align:left;
+}
+
+li.remoteInfo {
+ color:gray;
+}
+
+li.remoteWarning {
+ color:#ffe1e1;
+}
+
+li.remoteError {
+ color:orange;
+} \ No newline at end of file