From 98fa595738d6d955742408a17a019e13be331814 Mon Sep 17 00:00:00 2001 From: Keith Irwin Date: Sat, 18 Mar 2017 10:22:26 -0400 Subject: [PATCH] Rearranged CSS --- static/css/map.css | 41 ++++++++++++++++++++--------------------- 1 file changed, 20 insertions(+), 21 deletions(-) diff --git a/static/css/map.css b/static/css/map.css index c8036a3..dd970ea 100644 --- a/static/css/map.css +++ b/static/css/map.css @@ -42,36 +42,35 @@ img#panoImg { width:100%; height:100%; } background-color: rgba(255,255,255,.7); } -/* Speed sign */ -.spd { - font-size: 32px; - height: 40px;} +/* Signs */ +.spd-sign, .alt-sign { + text-align: center; +} .spd-sign { color: #000; - text-align: center; - padding: 5px; - border: 2px solid #000; - border-radius: 3px; - margin: 10px; background-color: #FFF; + border: 2px solid #000; } - -/* Altitude sign */ -.alt-unit, .spd-unit { font-size:12px; } -.alt-label, .spd-label { - font-size:18px; - height:18px;} -.alt { - font-size: 32px; - height: 40px;} .alt-sign { color: #FFF; - text-align: center; - padding: 5px; + background-color: #009800; border: 2px solid #FFF; +} +.spd, .alt { + height: 40px; + font-size: 32px; +} +.alt-unit, .spd-unit { + font-size: 12px; +} +.alt-label, .spd-label { + font-size: 18px; + height: 18px; +} +.spd-sign, .alt-sign { + padding: 5px; border-radius: 3px; margin: 10px; - background-color: #009800; } /* Control buttons */