Rearranged CSS

master
Keith Irwin 2017-03-18 10:22:26 -04:00
parent e3162736f1
commit 98fa595738
No known key found for this signature in database
GPG Key ID: 378933C743E2BBC0
1 changed files with 20 additions and 21 deletions

View File

@ -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 */