]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - src/assets/css/common.css
map position box was hidden behind map
[nominatim-ui.git] / src / assets / css / common.css
index e667b9a2da12bd25206ecd7d958c01c8e01b5238..3273005b609b6bd6d78572cfadc1ee418bd9cb58 100755 (executable)
@@ -40,4 +40,12 @@ footer {
 
 footer p {
   margin: 1em;
+}
+
+#error-overlay {
+  text-align: center;
+  font-style: italic;
+  padding: 2em;
+  background-color: #ffa0a0;
+  margin-bottom: 2em;
 }
\ No newline at end of file