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
path: root/src
diff options
context:
space:
mode:
authorAlberto García Hierro <alberto@garciahierro.com>2018-06-27 22:23:14 +0300
committerAlberto García Hierro <alberto@garciahierro.com>2018-06-27 22:23:14 +0300
commitf943402d4d862356189d04db87dc23551ed56106 (patch)
treee127eb93eb1af9d27564d8293c0dc63a3470efa2 /src
parent60a7b161622d32986e268df56117cdbd8705dc76 (diff)
CSS fixes in the mixer tab
Prevents tables from overflowing their containers with some window widths.
Diffstat (limited to 'src')
-rw-r--r--src/css/tabs/mixer.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/css/tabs/mixer.css b/src/css/tabs/mixer.css
index eb5218ef..2e60d3cd 100644
--- a/src/css/tabs/mixer.css
+++ b/src/css/tabs/mixer.css
@@ -10,6 +10,7 @@
.mixer-table {
width: 100%;
+ text-align: center;
}
.mixer-table thead {
@@ -17,6 +18,11 @@
}
.mixer-table input {
+ width: 80%;
+ margin: 0 5px;
+}
+
+.mixer-table .delete {
width: 75px;
}
@@ -74,4 +80,8 @@
.output-table #function-row td {
background-color: #ebe7e7;
+}
+
+.mixer_btn_add {
+ margin: 15px 0 10px;
} \ No newline at end of file