diff --git a/css/style.css b/css/style.css index 534b796ac8..54b0d0b00a 100644 --- a/css/style.css +++ b/css/style.css @@ -350,6 +350,96 @@ a:hover { padding: 5px; line-height: 18px; } + .tab-initial_setup .compass-wrapper { + float: left; + + margin-top: 100px; + margin-left: 80px; + + border: 1px solid silver; + + border-radius: 50%; + } + .tab-initial_setup #compass { + position: relative; + + width: 150px; + height: 150px; + + border: 6px dashed silver; + border-radius: 50%; + } + .tab-initial_setup #compass span { + position: absolute; + font-weight: bold; + } + .tab-initial_setup #compass span:nth-child(1) { + left: 70px; + top: 5px; + } + .tab-initial_setup #compass span:nth-child(2) { + right: 5px; + top: 70px; + } + .tab-initial_setup #compass span:nth-child(3) { + left: 70px; + bottom: 5px; + } + .tab-initial_setup #compass span:nth-child(4) { + left: 5px; + top: 70px; + } + .tab-initial_setup #compass .pointer { + position: absolute; + + height: 150px; + width: 150px; + + -webkit-transform: rotate(0deg); + } + .tab-initial_setup #compass .pointer .tip { + position: absolute; + + margin-top: 14px; + margin-left: -6px; + + width: 0; + height: 0; + + border-left: 10px solid transparent; + border-right: 10px solid transparent; + + border-bottom: 30px solid red; + } + .tab-initial_setup #compass .pointer .stick { + position: absolute; + display: block; + + margin-top: -22px; + margin-right: 69px; + + width: 4px; + height: 30px; + + background-color: black; + } + .tab-initial_setup #compass .value { + position: relative; + + top: 75px; + left: 53px; + + width: 40px; + height: 16px; + line-height: 16px; + + text-align: center; + + background-color: #f2f2f2; + + border: 1px solid silver; + } + .tab-pid_tuning table { width: 100%; border-collapse: collapse; diff --git a/js/main.js b/js/main.js index d854c18c5b..e34995fd6e 100644 --- a/js/main.js +++ b/js/main.js @@ -34,7 +34,6 @@ $(document).ready(function() { }); // temporary - //$('#content').load("./tabs/sensors.html", tab_initialize_sensors); //$('#content').load("./tabs/initial_setup.html", tab_initialize_initial_setup); }); diff --git a/tabs/initial_setup.html b/tabs/initial_setup.html index 4f70a4070b..f53c2643e3 100644 --- a/tabs/initial_setup.html +++ b/tabs/initial_setup.html @@ -64,4 +64,17 @@ +