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

200 lines
2.6 KiB
CSS

9 years ago
.model-and-info {
float: left;
}
9 years ago
/*
.tab-setup {
}
9 years ago
*/
9 years ago
#interactive_block {
position: absolute;
width: calc(75% - 35px);
9 years ago
height: calc(100% - 270px);
9 years ago
background-color:#f5f5f5;
border-radius: 5px;
border:1px solid #e4e4e4;
margin-bottom:20px;
9 years ago
min-height:417px;
9 years ago
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;
9 years ago
font-weight: bold;
}
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
.block_wrapper {
font-size: 0;
}
9 years ago
.block {
float: left;
display: block;
margin-left: 10px;
border: 1px solid silver;
}
9 years ago
.block .head {
display: block;
text-align: center;
line-height: 20px;
font-weight: bold;
border-bottom: 1px solid silver;
background-color: #ececec;
}
9 years ago
.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;
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;
}
9 years ago
.block.instruments {
width: 285px;
align-content:center;
text-align:center;
ma
}
9 years ago
.buttons {
width: calc(100% - 20px);
position: absolute;
bottom: 10px;
}
9 years ago
.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;
}
9 years ago
.cell_setup {
border-bottom: solid 1px #ddd;
padding-bottom:8px;
padding-top:7px;
}