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); background-color: rgba(255,255,255,.7);
} }
/* Speed sign */ /* Signs */
.spd { .spd-sign, .alt-sign {
font-size: 32px; text-align: center;
height: 40px;} }
.spd-sign { .spd-sign {
color: #000; color: #000;
text-align: center;
padding: 5px;
border: 2px solid #000;
border-radius: 3px;
margin: 10px;
background-color: #FFF; 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 { .alt-sign {
color: #FFF; color: #FFF;
text-align: center; background-color: #009800;
padding: 5px;
border: 2px solid #FFF; 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; border-radius: 3px;
margin: 10px; margin: 10px;
background-color: #009800;
} }
/* Control buttons */ /* Control buttons */