summaryrefslogtreecommitdiff
path: root/chimere/static/styles.css
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2011-09-09 17:01:17 +0200
committerÉtienne Loks <etienne.loks@peacefrogs.net>2011-09-09 17:01:17 +0200
commitd3b04460bbb5d1e7eb7ed28220ae305cce6ad6e2 (patch)
tree6c26a535ef8532b912ff892d5936c013015dabfc /chimere/static/styles.css
parent0ccc30e337bb046000fb76d2337c2fb9792bc71f (diff)
downloadChimère-d3b04460bbb5d1e7eb7ed28220ae305cce6ad6e2.tar.bz2
Chimère-d3b04460bbb5d1e7eb7ed28220ae305cce6ad6e2.zip
Association of a GPX (or KML) file to a route (closes #302)
- template file for upload - js finalisation and debug - css - "artwork" - french translation
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;
+}