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/help.css
parentd1d724efb3d49c60892901b6a64e784fc572ee0c (diff)
CSS files moved to src folder
Diffstat (limited to 'src/css/tabs/help.css')
-rw-r--r--src/css/tabs/help.css34
1 files changed, 34 insertions, 0 deletions
diff --git a/src/css/tabs/help.css b/src/css/tabs/help.css
new file mode 100644
index 00000000..69029df4
--- /dev/null
+++ b/src/css/tabs/help.css
@@ -0,0 +1,34 @@
+.tab-help .twothird {
+ width: calc(67% - 15px);
+ margin-right: 15px;
+}
+
+.tab-help .gui_box {
+ min-height: 500px;
+ margin-bottom: 0;
+}
+
+.tab-help ul {
+ margin-bottom:15px;
+}
+
+.tab-help li {
+ border-top: 1px dotted silver;
+ padding-top: 5px;
+ padding-bottom: 5px;
+ background: url(../../../images/arrow.svg) no-repeat 0 8px;
+ background-size: 12px;
+}
+
+.tab-help li span {
+ margin-left: 17px;
+ display:block;
+}
+
+.tab-help li span a {
+ color: #37a8db;
+}
+
+.tab-help .subline {
+ margin-bottom: 5px;
+} \ No newline at end of file