diff --git a/public_html/index.html b/public_html/index.html index 2c5aad8..65e1abc 100644 --- a/public_html/index.html +++ b/public_html/index.html @@ -150,6 +150,26 @@
Group by Data Type
+
+
Range Rings
+
+
+
+ + +
+
+ + +
+
+ + +
+
+ +
+
diff --git a/public_html/style.css b/public_html/style.css index 6f3e020..0a3481d 100644 --- a/public_html/style.css +++ b/public_html/style.css @@ -260,6 +260,21 @@ div#loader { z-index: 99; position: absolute; left: 0; top: 0; bottom: 0; right: width: 50px; } +.rangeRingsInput { + width: 30px; + float: right; +} + +.rangeOptions { + width: 170px; + padding-bottom: 5px; + text-indent: 10px; +} + +.set_range_rings_button { + padding-top: 5px; +} + select.error, textarea.error, input.error { color: #FF0000; }