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

208 lines
3.3 KiB
CSS

.tab_setup .model-and-info {
float: left;
9 years ago
}
.tab_setup .default_btn {
margin-bottom: 10px;
}
9 years ago
#interactive_block {
9 years ago
position: absolute;
width: calc(75% - 30px);
height: calc(100% - 245px);
background-color: #f9f9f9;
border-radius: 5px;
border: 1px solid #e4e4e4;
margin-bottom: 10px;
9 years ago
}
9 years ago
.attitude_info {
9 years ago
position: absolute;
top: 10px;
left: 10px;
width: 120px;
9 years ago
margin: 0px 0px 0px 0px;
font-weight: normal;
color: #616161;
9 years ago
}
9 years ago
.attitude_info dl {
width: 100%;
}
9 years ago
.attitude_info dt {
width: 50%;
float: left;
}
9 years ago
.attitude_info dd {
width: 50%;
float: left;
}
9 years ago
#interactive_block a.reset {
position: absolute;
display: block;
top: 10px;
right: 10px;
border-radius: 3px;
bottom: 10px;
height: 28px;
line-height: 28px;
padding: 0 15px 0 15px;
text-align: center;
font-weight: bold;
border: 1px solid silver;
background-color: #ececec;
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;
background-image: url(../images/paper.jpg);
background-size: 100%;
background-position: center;
border-radius: 5px;
}
9 years ago
#canvas {
width: 100% !important;
height: 100% !important;
}
.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;
}
.tab_setup .content_wrapper {
position: initial;
}
.spacerbottom {
margin-bottom: 10px;
}
.initialstyle {
position: initial;
}
.buttonarea {
min-height: 100px;
width: 20%;
}
.halfbuttons {
width: calc(100% - 10px);
}
.setupinfo {
width: 80%;
}
.modelwrapper {
clear: both;
margin-bottom: 5px;
}
.instrumentsbox {
margin-bottom: 0px;
}
@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);
height: calc(100% - 218px);
}
}