summaryrefslogtreecommitdiff
path: root/chimere/static/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'chimere/static/styles.css')
-rw-r--r--chimere/static/styles.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/chimere/static/styles.css b/chimere/static/styles.css
index 6ee1491..5b02d92 100644
--- a/chimere/static/styles.css
+++ b/chimere/static/styles.css
@@ -511,3 +511,16 @@ color:#b488ff;
}
.simple .cloud img{display:None;}
+
+.upload{
+vertical-align:center;
+background-image:url('img/upload.png');
+background-repeat:no-repeat;
+padding:40px;
+padding-left:80px;
+font-size:20px;;
+}
+
+.window{
+background-color:#FFF;
+}