betaflight-configurator/tabs/logging.css

72 lines
1.1 KiB
CSS
Raw Normal View History

2014-05-22 10:13:16 +00:00
.tab-logging {
2014-05-22 10:13:16 +00:00
}
2014-09-20 12:07:00 +00:00
.tab-logging .properties {
margin-top: 10px;
}
2014-09-20 12:07:00 +00:00
.tab-logging .properties dt {
float: left;
width: 120px;
height: 20px;
line-height: 20px;
font-weight: bold;
}
.tab-logging .properties dt input {
vertical-align: middle;
}
2014-09-20 12:07:00 +00:00
.tab-logging .properties dd {
display: block;
margin-left: 130px;
height: 20px;
line-height: 20px;
color: silver;
}
2014-09-20 12:07:00 +00:00
.tab-logging .speed {
margin-top: 5px;
width: 80px;
border: 1px solid silver;
}
2014-09-20 12:07:00 +00:00
.tab-logging .info {
margin-top: 10px;
}
2014-09-20 12:07:00 +00:00
.tab-logging .info dt {
float: left;
width: 120px;
height: 20px;
line-height: 20px;
font-weight: bold;
}
2014-09-20 12:07:00 +00:00
.tab-logging .info dd {
display: block;
margin-left: 130px;
height: 20px;
line-height: 20px;
}
2014-05-22 10:13:16 +00:00
.tab-logging .fixed_band {
width: 100%;
bottom: 0px;
2014-09-20 12:07:00 +00:00
}
2015-11-05 16:15:05 +00:00
.tab-logging .save_btn .back {
2014-09-20 12:07:00 +00:00
display: none;
}
2014-05-22 10:13:16 +00:00
2015-11-06 01:38:28 +00:00
.tab-logging .back_btn {
display: none;
2014-09-20 12:07:00 +00:00
}
@media only screen and (max-width: 1055px) , only screen and (max-device-width: 1055px) {
.tab-logging table thead tr:first-child {
font-size: 12px;
height: 22px;
}
}