X-Git-Url: https://git-public.kairo.at/?p=tricorder.git;a=blobdiff_plain;f=style%2Ftricorder.css;h=0c730618552b2f9de2b45b3f5c60fcc6e169c851;hp=7f37659a1fea9b6f0f6cb0372e70b85a8d8b2950;hb=48fd8f1ae5b9938c12136da7bbf4a8f061bbead7;hpb=d7e9f9ccb2b418d5853620a3d546e7d4752bffc7 diff --git a/style/tricorder.css b/style/tricorder.css index 7f37659..0c73061 100644 --- a/style/tricorder.css +++ b/style/tricorder.css @@ -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;