You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
inav-configurator/tabs/setup.css

195 lines
2.7 KiB
CSS

.tab_setup .model-and-info {
9 years ago
float: left;
}
9 years ago
.tab_setup .default_btn {
margin-bottom:10px;
}
9 years ago
9 years ago
9 years ago
#interactive_block {
position: absolute;
width: calc(75% - 30px);
9 years ago
height: calc(100% - 245px);
9 years ago
background-color:#f9f9f9;
9 years ago
border-radius: 5px;
border:1px solid #e4e4e4;
9 years ago
margin-bottom:10px;
9 years ago
/* min-height:400px; */
9 years ago
}
9 years ago
.attitude_info {
9 years ago
position: absolute;
9 years ago
top:10px;
left:10px;
9 years ago
width:120px;
9 years ago
margin: 0px 0px 0px 0px;
font-weight: normal;
color: #616161;
9 years ago
}
9 years ago
.attitude_info dl {
9 years ago
width:100%;
}
9 years ago
.attitude_info dt {
9 years ago
width:50%;
float:left;
}
9 years ago
.attitude_info dd {
9 years ago
width:50%;
float:left;
}
9 years ago
#interactive_block a.reset {
position: absolute;
display: block;
9 years ago
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;
9 years ago
border-radius: 3px:
z-index: 100;
}
9 years ago
#interactive_block a.reset:hover {
background-color: #dedcdc;
}
9 years ago
#canvas_wrapper {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
9 years ago
.gui_box grey .block_wrapper {
font-size: 0;
}
/**/
.gui_box grey .block {
float: left;
display: block;
margin-left: 10px;
border: 1px solid silver;
}
.gui_box grey .block .head {
display: block;
text-align: center;
line-height: 20px;
font-weight: bold;
border-bottom: 1px solid silver;
background-color: #ececec;
}
.gui_box grey .block.info {
display: inline-block;
margin-bottom: 10px;
vertical-align: top;
font-size: 12px;
border: 1px solid silver;
}
.block.info .fields {
padding: 5px 5px 3px 5px;
}
.block.info dt {
float: left;
width: 99px;
height: 20px;
line-height: 20px;
}
.block.info dd {
width: 76px;
height: 20px;
line-height: 20px;
margin-left: 99px;
}
.block.gps {
width: 185px;
margin-bottom: 10px;
}
.block.gps .fields {
padding: 5px 5px 3px 5px;
}
.block.gps dt {
float: left;
width: 85px;
height: 20px;
margin-bottom: 2px;
line-height: 20px;
}
9 years ago
.block.instruments {
width: 285px;
align-content:center;
text-align:center;
}
9 years ago
.buttons {
bottom: 20px;
}
9 years ago
.cell_setup {
border-bottom: solid 1px #ddd;
padding-bottom:8px;
padding-top:7px;
}
@media only screen and (max-width: 1055px), only screen and (max-device-width: 1055px) {
.block.instrument .attitude {
width:50px !important;
height:50px !important;
}
.block.instrument .heading {
width:50px;
height:50px;
}
#interactive_block {
position: absolute;
width: calc(75% - 20px);
min-height:300px;
9 years ago
height: calc(100% - 218px);
}
}