summaryrefslogtreecommitdiff
path: root/chimere/static
diff options
context:
space:
mode:
Diffstat (limited to 'chimere/static')
-rw-r--r--chimere/static/chimere/css/styles.css24
-rw-r--r--chimere/static/chimere/img/default-bg.jpgbin0 -> 82181 bytes
2 files changed, 24 insertions, 0 deletions
diff --git a/chimere/static/chimere/css/styles.css b/chimere/static/chimere/css/styles.css
index 6986189..c0844df 100644
--- a/chimere/static/chimere/css/styles.css
+++ b/chimere/static/chimere/css/styles.css
@@ -51,6 +51,7 @@ body, h2, h3, th,
background-image:None;
}
+#no-content .alert,
fieldset, .action li, #content,
#layer_selection #layer_list,
#map-footer, #panel, #chimere_itinerary_panel, #maps,
@@ -74,6 +75,7 @@ div.warning, .errorlist{
border:1px solid #54c200;
}
+#no-content .alert,
#layer_selection h4,
#layer_selection #layer_list,
#maps, #detail, #main-map,
@@ -234,6 +236,28 @@ ul#action-2 {
padding:20px;
}
+#no-content{
+ position:absolute;
+ bottom:0;
+ top:0;
+ right:0;
+ left:0;
+ background-image:url(../img/default-bg.jpg)
+}
+
+#no-content .alert{
+ width:400px;
+ padding:0.5em;
+ margin-left:auto;
+ margin-right:auto;
+ margin-top:25%;
+ padding:0.5em 1em;
+}
+
+#auth p{
+ text-align:center;
+}
+
#footer{
margin:5px;
text-align:center;
diff --git a/chimere/static/chimere/img/default-bg.jpg b/chimere/static/chimere/img/default-bg.jpg
new file mode 100644
index 0000000..a3e96f0
--- /dev/null
+++ b/chimere/static/chimere/img/default-bg.jpg
Binary files differ