bugfix for high dpi glitch on welcome screen
parent
b6e0cdfcc4
commit
63aa7c8092
|
@ -1,3 +1,7 @@
|
|||
<span>05.03.2014 - 0.36</span>
|
||||
<p>
|
||||
- Another bugfix for high dpi displays<br />
|
||||
</p>
|
||||
<span>05.03.2014 - 0.35</span>
|
||||
<p>
|
||||
- Configurator reached 3000+ users on 05.03.2014<br />
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"manifest_version": 2,
|
||||
"minimum_chrome_version": "33",
|
||||
"version": "0.35",
|
||||
"version": "0.36",
|
||||
|
||||
"author": "cTn",
|
||||
"name": "Baseflight - Configurator",
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
.tab-default .left {
|
||||
width: 520px;
|
||||
}
|
||||
.welcome {
|
||||
margin: 0 10px 10px 0;
|
||||
|
||||
width: 499px;
|
||||
margin-bottom: 10px;
|
||||
|
||||
padding: 5px;
|
||||
|
||||
|
@ -14,7 +15,7 @@
|
|||
text-decoration: underline;
|
||||
}
|
||||
.changelog {
|
||||
margin: 0 0 10px 0;
|
||||
margin: 0 0 10px 530px;
|
||||
|
||||
border: 1px solid silver;
|
||||
}
|
||||
|
@ -45,10 +46,6 @@
|
|||
margin-bottom: 5px;
|
||||
}
|
||||
.donate {
|
||||
float: left;
|
||||
|
||||
width: 509px;
|
||||
|
||||
padding: 0 0 5px 0;
|
||||
|
||||
border: 1px solid silver;
|
||||
|
|
|
@ -22,12 +22,10 @@
|
|||
<a href="http://goo.gl/xQMKN" target="_blank" title="Donate"><img src="./images/btn_donate_SM.gif" alt="Paypal" /></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="left">
|
||||
<div class="changelog configurator">
|
||||
<div class="title">Configurator - Changelog</div>
|
||||
<div class="wrapper">
|
||||
</div>
|
||||
<div class="changelog configurator">
|
||||
<div class="title">Configurator - Changelog</div>
|
||||
<div class="wrapper">
|
||||
</div>
|
||||
<a class="firmware_flasher" href="#">Firmware Flasher</a>
|
||||
</div>
|
||||
<a class="firmware_flasher" href="#">Firmware Flasher</a>
|
||||
</div>
|
Loading…
Reference in New Issue