auto-connect UI (js todo)

10.3.x-maintenance
cTn 2013-12-29 10:57:06 +01:00
parent d635fe0bde
commit fb4ceb5254
2 changed files with 8 additions and 2 deletions

View File

@ -87,7 +87,12 @@ a:hover {
}
#port-picker a.connect.active:hover {
background-color: #13d81d;
}
}
#port-picker .auto_connect {
position: absolute;
margin-top: 4px;
}
#sensor-status {
float: right;

View File

@ -69,7 +69,8 @@
</select>
</li>
<li>
<a class="connect" href="#" title="">Connect</a>
<a class="connect" href="#" title="">Connect</a>
<input class="auto_connect" type="checkbox" title="Auto-Connect" checked="checked"/>
</li>
</ul>
</div>