betaflight-configurator/tabs/gps.css

39 lines
773 B
CSS
Raw Normal View History

.tab-gps {
}
.tab-gps .GPS_info {
float: left;
display: block;
2014-03-08 05:25:15 +00:00
width: 170px;
2014-03-08 05:25:15 +00:00
border: 1px solid silver;
}
.tab-gps .GPS_info table {
padding: 5px;
line-height: 18px;
}
.tab-gps .GPS_signal_strength {
float: left;
2014-03-08 05:25:15 +00:00
margin-left: 10px;
2014-03-08 05:25:15 +00:00
width: 200px;
2014-03-08 05:25:15 +00:00
border: 1px solid silver;
}
.tab-gps .GPS_signal_strength table {
padding: 5px;
line-height: 18px;
}
.tab-gps .GPS_info .head,
.tab-gps .GPS_signal_strength .head {
display: block;
2014-03-08 05:25:15 +00:00
text-align: center;
line-height: 20px;
font-weight: bold;
2014-03-08 05:25:15 +00:00
border-bottom: 1px solid silver;
background-color: #ececec;
}