betaflight-configurator/tabs/setup.css

221 lines
2.9 KiB
CSS
Raw Normal View History

2015-10-23 05:03:02 +00:00
2015-10-27 15:41:44 +00:00
.model-and-info {
float: left;
}
2015-10-25 21:04:33 +00:00
2015-10-28 10:30:24 +00:00
.tab_setup .default_btn {
margin-bottom:10px;
2015-10-25 21:04:33 +00:00
}
2015-10-28 10:30:24 +00:00
/*
2015-10-27 15:41:44 +00:00
*/
2015-10-25 21:04:33 +00:00
2015-10-27 15:41:44 +00:00
#interactive_block {
position: absolute;
2015-10-30 19:30:27 +00:00
width: calc(75% - 40px);
2015-10-28 10:30:24 +00:00
height: calc(100% - 245px);
2015-10-30 19:30:27 +00:00
background-color:#f9f9f9;
2015-10-27 15:41:44 +00:00
border-radius: 5px;
border:1px solid #e4e4e4;
2015-10-28 12:15:59 +00:00
margin-bottom:10px;
2015-10-28 10:30:24 +00:00
min-height:404px;
2015-10-27 15:41:44 +00:00
}
2015-10-27 15:56:54 +00:00
.attitude_info {
2015-10-27 15:41:44 +00:00
position: absolute;
2015-10-27 15:56:54 +00:00
top:10px;
left:10px;
2015-10-27 15:41:44 +00:00
width:120px;
2015-10-27 15:56:54 +00:00
margin: 0px 0px 0px 0px;
font-weight: normal;
color: #616161;
2015-10-27 15:41:44 +00:00
}
2015-10-25 21:04:33 +00:00
2015-10-27 15:56:54 +00:00
.attitude_info dl {
2015-10-27 15:41:44 +00:00
width:100%;
}
2015-10-25 21:04:33 +00:00
2015-10-27 15:56:54 +00:00
.attitude_info dt {
2015-10-27 15:41:44 +00:00
width:50%;
float:left;
2015-10-25 21:04:33 +00:00
}
2015-10-27 15:56:54 +00:00
.attitude_info dd {
2015-10-27 15:41:44 +00:00
width:50%;
float:left;
}
2015-11-02 22:41:10 +00:00
#interactive_block a.reset {
position: absolute;
display: block;
2015-10-27 15:41:44 +00:00
top: 10px;
right:10px;
z-index:10;
border-radius:3px;
bottom: 10px;
right: 10px;
height: 28px;
line-height: 28px;
padding: 0 15px 0 15px;
text-align: center;
font-weight: bold;
border: 1px solid silver;
background-color: #ececec;
2015-10-27 15:41:44 +00:00
border-radius: 3px:
z-index: 100;
}
2015-10-27 15:41:44 +00:00
#interactive_block a.reset:hover {
background-color: #dedcdc;
}
2015-10-27 15:41:44 +00:00
#canvas_wrapper {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
2015-10-27 15:41:44 +00:00
2015-10-28 17:12:49 +00:00
.gui_box grey .block_wrapper {
font-size: 0;
}
2015-10-28 17:12:49 +00:00
/**/
.gui_box grey .block {
float: left;
display: block;
margin-left: 10px;
border: 1px solid silver;
}
2015-10-28 17:12:49 +00:00
.gui_box grey .block .head {
display: block;
text-align: center;
line-height: 20px;
font-weight: bold;
border-bottom: 1px solid silver;
background-color: #ececec;
}
2015-10-28 17:12:49 +00:00
.gui_box grey .block.info {
display: inline-block;
margin-bottom: 10px;
vertical-align: top;
font-size: 12px;
border: 1px solid silver;
}
2015-10-28 17:12:49 +00:00
.tab-setup .block.info .fields {
padding: 5px 5px 3px 5px;
}
.tab-setup .block.info dt {
float: left;
width: 99px;
height: 20px;
line-height: 20px;
}
.tab-setup .block.info dd {
width: 76px;
height: 20px;
line-height: 20px;
margin-left: 99px;
}
.tab-setup .block.gps {
width: 185px;
2015-02-19 20:39:57 +00:00
margin-bottom: 10px;
}
.tab-setup .block.gps .fields {
padding: 5px 5px 3px 5px;
}
.tab-setup .block.gps dt {
float: left;
width: 85px;
height: 20px;
margin-bottom: 2px;
line-height: 20px;
}
2015-10-27 15:41:44 +00:00
.block.instruments {
width: 285px;
align-content:center;
text-align:center;
ma
2015-02-19 20:39:57 +00:00
}
2015-10-27 15:41:44 +00:00
.buttons {
2015-10-28 17:12:49 +00:00
bottom: 20px;
}
2015-10-27 15:41:44 +00:00
.update {
display: block;
float: right;
height: 28px;
line-height: 28px;
padding: 0 15px 0 15px;
text-align: center;
font-weight: bold;
border: 1px solid silver;
background-color: #ececec;
}
.tab-setup .update:hover {
background-color: #dedcdc;
2015-02-19 20:39:57 +00:00
}
2015-10-27 15:41:44 +00:00
.cell_setup {
border-bottom: solid 1px #ddd;
padding-bottom:8px;
padding-top:7px;
}
2015-10-28 10:30:24 +00:00
@media only screen and (max-width: 1055px), only screen and (max-device-width: 1055px) {
#interactive_block {
position: absolute;
width: calc(75% - 30px);
2015-11-01 22:38:31 +00:00
min-height:356px;
2015-11-02 12:52:40 +00:00
height: calc(100% - 218px);
}
}
2015-10-27 15:41:44 +00:00