diff --git a/changelog.html b/changelog.html index 3262682d..d73671b6 100644 --- a/changelog.html +++ b/changelog.html @@ -1,3 +1,7 @@ +05.08.2014 - 0.39 +
+ - UI enhancements for sensors tab
+
- Bugfix for firmware flasher UI
diff --git a/manifest.json b/manifest.json
index 12c55b8b..cdfdef73 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"minimum_chrome_version": "33",
- "version": "0.38",
+ "version": "0.39",
"author": "cTn",
"name": "Baseflight - Configurator",
diff --git a/tabs/sensors.css b/tabs/sensors.css
index 47d7fc8b..c5738d13 100644
--- a/tabs/sensors.css
+++ b/tabs/sensors.css
@@ -12,7 +12,10 @@
}
.tab-sensors .info input {
vertical-align: middle;
- margin: 0 10px 0 5px;
+ margin: 0 5px 0 15px;
+ }
+ .tab-sensors .info .first {
+ margin: 0 5px 0 0;
}
.tab-sensors .wrapper {
display: none;
diff --git a/tabs/sensors.html b/tabs/sensors.html
index 341180d6..aef419c4 100644
--- a/tabs/sensors.html
+++ b/tabs/sensors.html
@@ -6,11 +6,11 @@
We recommend to only render graphs for sensors you are interested in while using reasonable update periods.