fix a CSS error and slightly improve geolocation
[tricorder.git] / style / tricorder.css
index 7f37659a1fea9b6f0f6cb0372e70b85a8d8b2950..0c730618552b2f9de2b45b3f5c60fcc6e169c851 100644 (file)
@@ -179,7 +179,7 @@ a:hover, a:active { color: #FFCF00; }
   width: auto;
   padding: 1px;
   min-height: 20em;
-  overflow: none;
+  overflow: hidden;
   border: none;
 }
 
@@ -228,10 +228,22 @@ section.active {
   display: block;
 }
 
-.gravVal {
+.posVal, .gravVal {
   text-align: right;
 }
 
+.posVal {
+  width: 24ch;
+}
+
+.gravVal {
+  width: 10ch;
+}
+
+.note {
+  font-size: .667em;
+}
+
 @media screen and (min-width: 500px) {
   body {
     font-size: 24px;