diff options
| author | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-06-16 21:02:24 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-06-16 21:02:24 +0200 |
| commit | 81cc55bdada577a8b3c3cf1304f48c64810083aa (patch) | |
| tree | 1565a321cbe395e21d11687937fe86532dc58358 /chimere/static | |
| parent | 3635b97e30090c38946af1050a42fee8f6faca43 (diff) | |
| download | Chimère-81cc55bdada577a8b3c3cf1304f48c64810083aa.tar.bz2 Chimère-81cc55bdada577a8b3c3cf1304f48c64810083aa.zip | |
Display/write rights management on maps
Diffstat (limited to 'chimere/static')
| -rw-r--r-- | chimere/static/chimere/css/styles.css | 24 | ||||
| -rw-r--r-- | chimere/static/chimere/img/default-bg.jpg | bin | 0 -> 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 Binary files differnew file mode 100644 index 0000000..a3e96f0 --- /dev/null +++ b/chimere/static/chimere/img/default-bg.jpg |
