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:
authorPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2018-03-30 20:38:21 +0300
committerPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2018-03-30 20:38:21 +0300
commita7b387a2dc639619cd895c267b7dfc056b13d925 (patch)
treec74cead683127ea42973c3377a0df6af42330c0d /src
parent4f48ecff1bcdc46d264017cff1ec1643b171db63 (diff)
Basic layout
Diffstat (limited to 'src')
-rw-r--r--src/css/tabs/mixer.css43
-rw-r--r--src/css/tabs/servos.css17
2 files changed, 43 insertions, 17 deletions
diff --git a/src/css/tabs/mixer.css b/src/css/tabs/mixer.css
index e69de29b..96522ad7 100644
--- a/src/css/tabs/mixer.css
+++ b/src/css/tabs/mixer.css
@@ -0,0 +1,43 @@
+.mixer-load-button {
+ position: absolute;
+ right: 0;
+ bottom: 1em;
+}
+
+.mixer-load-button > div {
+ margin-left: 1em;
+}
+
+.mixer-table {
+ width: 100%;
+}
+
+.mixer-table thead {
+ display: table-header-group !important;
+}
+
+.mixer-table input {
+ width: 75px;
+}
+
+.mixer-table .btn {
+ float: none;
+}
+
+/* .mixer-table tbody tr:first-child, */
+.mixer-table thead tr {
+ border-left: 1px solid #e4e4e4;
+ border-right: 1px solid #e4e4e4;
+ background-color: #828885;
+ color: #FFF;
+}
+
+.mixer-table td,
+.mixer-table th {
+ padding: 2px;
+ height: 2.5em;
+}
+
+.mixer-table tr:nth-child(even) td {
+ background-color: #ebe7e7;
+} \ No newline at end of file
diff --git a/src/css/tabs/servos.css b/src/css/tabs/servos.css
index 2ce99376..5b1694f7 100644
--- a/src/css/tabs/servos.css
+++ b/src/css/tabs/servos.css
@@ -50,23 +50,6 @@
background-color: #f9f9f9;
}
-#servo-mix-table input {
- width: 75px;
-}
-
-#servo-mix-table .btn {
- float: none;
-}
-
-#servo-config-table tr:first-child,
-#servo-mix-table thead tr {
- border-left: 1px solid #e4e4e4;
- border-right: 1px solid #e4e4e4;
- background-color: #828885;
- color: #FFF;
- line-height: 14px;
-}
-
.tab-servos table td:nth-child(2) {
width: 140px;
}