Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichel Pastor <shellixyz@gmail.com>2018-06-15 17:42:00 +0300
committerMichel Pastor <shellixyz@gmail.com>2018-06-16 05:26:35 +0300
commite945c0749cb521d57723e6ec1c2005b61c0c46d6 (patch)
treec9210101fec6793dc650455407a4ee55cfb1a5ed /main.css
parenta1b807fc4b593341bcfe49897e49e56219ea6318 (diff)
Add support for battery profiles
Diffstat (limited to 'main.css')
-rw-r--r--main.css15
1 files changed, 12 insertions, 3 deletions
diff --git a/main.css b/main.css
index b5de12da..85899c73 100644
--- a/main.css
+++ b/main.css
@@ -1609,7 +1609,7 @@ dialog {
color: white;
font-size: 10px;
margin-top: 20px;
- width: 125px;
+ width: 269px;
float: right;
margin-right: 10px;
line-height: 12px;
@@ -1627,7 +1627,16 @@ dialog {
#profile_change {
color: white;
margin-top: 16px;
- width: 125px;
+ width: 130px;
+ float: left;
+ margin-right: 0;
+ line-height: 12px;
+}
+
+#battery_profile_change {
+ color: white;
+ margin-top: 16px;
+ width: 130px;
float: right;
margin-right: 0;
line-height: 12px;
@@ -2035,4 +2044,4 @@ select {
.text-center {
text-align: center;
-} \ No newline at end of file
+}