Further testing of adapting css
parent
1760bbfa4d
commit
4b563fe28d
|
@ -10,8 +10,9 @@ function startApplication() {
|
||||||
id: 'main-window',
|
id: 'main-window',
|
||||||
frame: 'chrome',
|
frame: 'chrome',
|
||||||
innerBounds: {
|
innerBounds: {
|
||||||
minWidth: 1150, // changed from 960
|
minWidth: 1024, // changed from 960
|
||||||
minHeight: 700 // changed from 625
|
minHeight: 700 // changed from 625
|
||||||
|
|
||||||
}
|
}
|
||||||
}, function (createdWindow) {
|
}, function (createdWindow) {
|
||||||
createdWindow.contentWindow.addEventListener('load', function () {
|
createdWindow.contentWindow.addEventListener('load', function () {
|
||||||
|
|
21
main.css
21
main.css
|
@ -78,7 +78,6 @@ a:hover {
|
||||||
text-transform:uppercase;
|
text-transform:uppercase;
|
||||||
letter-spacing: 0.03em;
|
letter-spacing: 0.03em;
|
||||||
display:block;
|
display:block;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.cf_doc_version_bt a:hover {
|
.cf_doc_version_bt a:hover {
|
||||||
|
@ -1431,11 +1430,23 @@ dialog {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@media only screen and (max-width: 1200px), only screen and (max-device-width: 1200px) {
|
@media only screen and (max-height: 710px), only screen and (max-device-height: 710px) {
|
||||||
|
|
||||||
|
|
||||||
.tab_title {
|
.tab_title {
|
||||||
display:none;
|
font-size:16px;
|
||||||
|
line-height:18px;
|
||||||
|
height:24px;
|
||||||
|
font-family: 'open_sanslight', Arial;
|
||||||
|
margin-bottom:10px;
|
||||||
|
display:;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cf_doc_version_bt a {
|
||||||
|
padding:1px 5px 1px 5px;
|
||||||
|
margin-top: -35px;
|
||||||
|
font-size:9px;
|
||||||
|
line-height:15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content {
|
#content {
|
||||||
|
@ -1464,4 +1475,8 @@ body {
|
||||||
.default_btn {
|
.default_btn {
|
||||||
margin-bottom:7px;
|
margin-bottom:7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
|
@ -198,7 +198,7 @@ margin-bottom:10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@media only screen and (max-width: 1200px), only screen and (max-device-width: 1200px) {
|
@media only screen and (max-height: 710px), only screen and (max-device-height: 710px) {
|
||||||
|
|
||||||
|
|
||||||
#interactive_block {
|
#interactive_block {
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<div class="cf_doc_version_bt">
|
<div class="cf_doc_version_bt">
|
||||||
<a id="button-documentation" href="https://github.com/cleanflight/cleanflight/releases" target="_blank"></a>
|
<a id="button-documentation" href="https://github.com/cleanflight/cleanflight/releases" target="_blank"></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="cf_column fourth" style="min-height:100px;">
|
<div class="cf_column fourth" style="min-height:100px; width:20%;">
|
||||||
<div class="spacer_right">
|
<div class="spacer_right">
|
||||||
<div class="default_btn"><a class="calibrateAccel" id="default_btn green" href="#" i18n="initialSetupButtonCalibrateAccel"></a></div>
|
<div class="default_btn"><a class="calibrateAccel" id="default_btn green" href="#" i18n="initialSetupButtonCalibrateAccel"></a></div>
|
||||||
<div class="default_btn"><a class="calibrateMag" href="#" i18n="initialSetupButtonCalibrateMag" ></a></div>
|
<div class="default_btn"><a class="calibrateMag" href="#" i18n="initialSetupButtonCalibrateMag" ></a></div>
|
||||||
|
@ -22,7 +22,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="threefourth_right">
|
<div class="threefourth_right" style="width:80%;">
|
||||||
<div class="spacer_left">
|
<div class="spacer_left">
|
||||||
<div class="cell_setup"><span i18n="initialSetupCalibrateAccelText"></span></div>
|
<div class="cell_setup"><span i18n="initialSetupCalibrateAccelText"></span></div>
|
||||||
<div class="cell_setup"><span i18n="initialSetupCalibrateMagText"></span></div>
|
<div class="cell_setup"><span i18n="initialSetupCalibrateMagText"></span></div>
|
||||||
|
|
Loading…
Reference in New Issue