summaryrefslogtreecommitdiff
path: root/web/css
diff options
context:
space:
mode:
authorChristian Franke <nobody@nowhere.ws>2013-12-12 16:42:24 +0100
committerChristian Franke <nobody@nowhere.ws>2013-12-12 16:42:24 +0100
commit58135d49bfd435ea08713adee5f8179913bbae10 (patch)
tree2c0eeb6f1bc1bb596e9cf2204a15fbb804b50b79 /web/css
parentfb2bde41ac04ee93c4dd238dcb3e812ac2d15356 (diff)
Add icons for search, loading screen
Diffstat (limited to 'web/css')
-rw-r--r--web/css/eventmap.css24
-rw-r--r--web/css/leaflet.search.css8
2 files changed, 28 insertions, 4 deletions
diff --git a/web/css/eventmap.css b/web/css/eventmap.css
index e2d1d24..603e90f 100644
--- a/web/css/eventmap.css
+++ b/web/css/eventmap.css
@@ -5,6 +5,30 @@ html, body {
overflow: hidden;
}
+#overlay {
+ position: absolute;
+ top: 0px;
+ left: 0px;
+ right: 0px;
+ bottom: 0px;
+ z-index: 1000000;
+ background-color: rgba(0,0,0,0.85);
+ text-align: center;
+ font-family: sans-serif;
+}
+
+#overlay p {
+ color: #ffffee;
+}
+
+p.huge {
+ font-size: 300%;
+}
+
+#progress {
+ font-size: 120%;
+}
+
#main, #map {
height: 100%;
z-index: 0;
diff --git a/web/css/leaflet.search.css b/web/css/leaflet.search.css
index 186e4cc..2ed417f 100644
--- a/web/css/leaflet.search.css
+++ b/web/css/leaflet.search.css
@@ -41,7 +41,7 @@
margin:3px 0 3px 3px;
}
.leaflet-control-search.search-load .search-input {
- background: url('images/loader.gif') no-repeat center right #fff;
+ background: url('../images/loader.gif') no-repeat center right #fff;
}
.leaflet-control-search.search-load .search-cancel {
visibility:hidden;
@@ -53,7 +53,7 @@
position:absolute;
right:22px;
margin:3px 0;
- background: url('images/search-icon.png') no-repeat 0 -46px;
+ background: url('../images/search-icon.png') no-repeat 0 -46px;
text-decoration:none;
filter: alpha(opacity=80);
opacity: 0.8;
@@ -77,11 +77,11 @@
float:left;
width:26px;
height:26px;
- background: url('images/search-icon.png') no-repeat 2px 2px;
+ background: url('../images/search-icon.png') no-repeat 2px 2px;
border-radius:4px;
}
.leaflet-control-search .search-button:hover {
- background: url('images/search-icon.png') no-repeat 2px -22px;
+ background: url('../images/search-icon.png') no-repeat 2px -22px;
}
.leaflet-control-search .search-tooltip {
position:absolute;