betaflight-configurator/tabs/setup.css

202 lines
2.6 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 {
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;
width: calc(75% - 35px);
2015-10-28 10:30:24 +00:00
height: calc(100% - 245px);
2015-10-27 15:41:44 +00:00
background-color:#f5f5f5;
border-radius: 5px;
border:1px solid #e4e4e4;
margin-bottom:20px;
2015-10-28 10:30:24 +00:00
min-height:404px;
2015-10-27 15:41:44 +00:00
2015-10-25 21:04:33 +00:00
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;
2015-10-27 15:41:44 +00:00
font-weight: bold;
}
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-10-25 21:04:33 +00:00
}
2015-10-27 15:41:44 +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
.block_wrapper {
font-size: 0;
}
2015-10-27 15:41:44 +00:00
.block {
float: left;
display: block;
margin-left: 10px;
border: 1px solid silver;
}
2015-10-27 15:41:44 +00:00
.block .head {
display: block;
text-align: center;
line-height: 20px;
font-weight: bold;
border-bottom: 1px solid silver;
background-color: #ececec;
}
2015-10-27 15:41:44 +00:00
.block.info {
display: inline-block;
margin-bottom: 10px;
vertical-align: top;
font-size: 12px;
border: 1px solid silver;
}
.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 {
width: calc(100% - 20px);
position: absolute;
bottom: 10px;
}
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
2015-10-27 15:41:44 +00:00