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:
authorPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2017-06-04 20:29:50 +0300
committerPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2017-06-04 20:29:50 +0300
commit36358ae175c2742ab27ead1de41751fd7d1ccc45 (patch)
tree14357eaf3cf69baae9f3e2c2ea79b1f36f2de92a /src/css/tabs/logging.css
parentd1d724efb3d49c60892901b6a64e784fc572ee0c (diff)
CSS files moved to src folder
Diffstat (limited to 'src/css/tabs/logging.css')
-rw-r--r--src/css/tabs/logging.css68
1 files changed, 68 insertions, 0 deletions
diff --git a/src/css/tabs/logging.css b/src/css/tabs/logging.css
new file mode 100644
index 00000000..405fd3b5
--- /dev/null
+++ b/src/css/tabs/logging.css
@@ -0,0 +1,68 @@
+.tab-logging .properties {
+ margin-top: 10px;
+}
+
+.tab-logging .properties dt {
+ float: left;
+ width: 120px;
+ height: 20px;
+ line-height: 20px;
+ font-weight: bold;
+}
+
+.tab-logging .properties dt input {
+ vertical-align: middle;
+}
+
+.tab-logging .properties dd {
+ display: block;
+ margin-left: 130px;
+ height: 20px;
+ line-height: 20px;
+ color: silver;
+}
+
+.tab-logging .speed {
+ margin-top: 5px;
+ width: 80px;
+ border: 1px solid silver;
+}
+
+.tab-logging .info {
+ margin-top: 10px;
+}
+
+.tab-logging .info dt {
+ float: left;
+ width: 120px;
+ height: 20px;
+ line-height: 20px;
+ font-weight: bold;
+}
+
+.tab-logging .info dd {
+ display: block;
+ margin-left: 130px;
+ height: 20px;
+ line-height: 20px;
+}
+
+.tab-logging .fixed_band {
+ width: 100%;
+ bottom: 0;
+}
+
+.tab-logging .save_btn .back {
+ display: none;
+}
+
+.tab-logging .back_btn {
+ display: none;
+}
+
+@media only screen and (max-width: 1055px) , only screen and (max-device-width: 1055px) {
+ .tab-logging table thead tr:first-child {
+ font-size: 12px;
+ height: 22px;
+ }
+} \ No newline at end of file