]> git.openstreetmap.org Git - rails.git/blobdiff - public/stylesheets/common.css
Make sure we report "no results" when Nominatim's reverse geocoder fails
[rails.git] / public / stylesheets / common.css
index b05dcc3d9e69210a8441b560df765557ecc5e449..738a16e62d86f2e82e1aaf00eb39b969755802d5 100644 (file)
@@ -545,6 +545,20 @@ hr {
   display: table;
 }
 
+#error {
+  border: 1px solid red;
+  padding: 7px;
+  background-color: #fff0f0;
+  margin-bottom: 20px;
+}
+
+#warning {
+  border: 1px solid orange;
+  padding: 7px;
+  background-color: #fff6f0;
+  margin-bottom: 20px;
+}
+
 #notice {
   border: 1px solid green;
   padding: 7px;
@@ -686,3 +700,7 @@ input[type="submit"] {
   top: 15px;
   left: 15px
 }
+
+abbr.geo {
+  border-bottom: none;
+}