diff --git a/main.css b/main.css index f11cce3e..8a807319 100755 --- a/main.css +++ b/main.css @@ -19,7 +19,18 @@ body { padding:0px; } +a { + text-decoration:none; + color:#000; + font-family: 'open_sanssemibold', Arial; + } +a:hover { + text-decoration: none; + + + } + /* Help-Icon */ @@ -79,19 +90,7 @@ body { /* documentation button end */ -a { - text-decoration:none; - color:#59aa29; - font-family: 'open_sanssemibold', Arial; - } -a:hover { - text-decoration: none; - transition: all ease 0.2s; - - - } - input[type="number"]::-webkit-inner-spin-button { opacity: 1; /* required for chromium 33+ beta */ @@ -108,7 +107,8 @@ input[type="number"]::-webkit-inner-spin-button { } #main-wrapper { padding: 0px 0px 0 0px; /* padding: 5px 5px 0 5px; */ - height: calc(100% - 5px); + height: calc(100% - 7px); + } .headerbar { @@ -291,6 +291,11 @@ input[type="number"]::-webkit-inner-spin-button { margin-top: 3px; margin-right: 5px; } + + +/* Log setup*/ + + #log { margin-bottom: 0px; border: 0px solid silver; /* was 1px*/ @@ -357,6 +362,24 @@ margin-right:20px; text-decoration: underline; } + /* Log switch */ + + + .logswitch { + position:fixed; + right: 7px; + margin-top:-1px; + float:right; + padding:5px; + z-index:10; + } + .logswitch a { + color:#656565; + + } + + + .tab_container { float:left; height:100%; @@ -451,9 +474,6 @@ transition: none; color: #fff; background-image:url(images/icons/cf_icon_info_grey.svg); transition: none; - - - } @@ -463,8 +483,8 @@ transition: none; } #content { margin-top: 0px; /* 31 */ - padding: 0px; /* 10 */ - height:calc(100% - 150px); /* (port picker 105px, log 25px, tab 0px, status bar: 20px) - was: calc(100% - 171px)*/ + padding: 10px; /* 10 */ + height:calc(100% - 170px); /* (port picker 105px, log 25px, tab 0px, status bar: 20px) - was: calc(100% - 171px)*/ background-color: white; overflow-x: hidden; @@ -558,62 +578,7 @@ dialog { } -/* Colums START> */ -.cf_column { - margin-bottom:20px; - - } - - -.full { - float:left; - width:100%; - } - -.half { - float:left; - width:50%; - } - - - -.third_left { - float:left; - width:33%; - } - -.third_center { - display: inline-block; - width:34%; - } - -.third_right { - float:right; - width:33%; - } - - -.fourth { - float:left; - width:25%; - } - - -.threefourth_right { - float:right; - width:75%; - } - -.threefourth_left { - float:left; - width:75%; - } - -.twothird { - float:left; - width:67%; - } .tab_wrapper { padding-left:20px; @@ -879,7 +844,7 @@ dialog { margin-left:3px; } -/* note */ +/* connect button */ .connect_contols { @@ -945,15 +910,25 @@ background-color:#e60000; } - .logswitch { - position:fixed; - right: 7px; - margin-top:-1px; - float:right; - padding:5px; - z-index:10; - } - .logswitch a { - color:#656565; +/* fixing padding for all Tabs*/ - } +.tab-setup, .tab-landing, .tab-adjustments, .tab-auxiliary, .tab-cli, .tab-configuration, .tab-dataflash, .tab-firmware_flasher, .tab-gps, .tab-help, .tab-led-strip, .tab-logging, .tab-modes, .tab-motors, .tab-pid_tuning, .tab-ports, .tab-receiver, .tab-sensors, .tab-servos { + padding:; + } + + + +.properties { + width:800px; + } + + + .properties dl { + width:200px; + } + + + .properties dd { + width:400px; + height:auto !important; + } \ No newline at end of file diff --git a/main.html b/main.html index 4512814c..912b27b5 100755 --- a/main.html +++ b/main.html @@ -235,20 +235,7 @@
Waiting for data ...
- + +