Sort out the spacing and alignment on jog controls

master
Richard Mitchell 2013-02-10 21:12:38 +00:00
parent bd68e0ae54
commit 22e5f656fe
2 changed files with 7 additions and 6 deletions

View File

@ -154,7 +154,7 @@ table th.timelapse_files_action, table td.timelapse_files_action {
#controls .jog-panel {
float: left;
margin-right: 20px;
margin-right: 19px;
}
#controls h1 {
@ -184,12 +184,13 @@ table th.timelapse_files_action, table td.timelapse_files_action {
}
#controls .btn-group {
margin-top: 10px;
margin-bottom: 10px;
}
#controls .btn-group > .btn {
min-width: 50px;
width: 43px;
padding: 3px 0;
height: 30px;
}
.accordion-heading .settings-trigger {

View File

@ -189,9 +189,9 @@
<button class="btn box" data-bind="enable: isOperational() && !isPrinting(), click: function() { $root.sendJogCommand('y',1) }"><i class="icon-arrow-up"></i></button>
</div>
<div>
<button class="btn box" data-bind="enable: isOperational() && !isPrinting(), click: function() { $root.sendJogCommand('x',-1) }"><i class="icon-arrow-left"></i></button>
<button class="btn box" data-bind="enable: isOperational() && !isPrinting(), click: function() { $root.sendHomeCommand('XY') }"><i class="icon-home"></i></button>
<button class="btn box" data-bind="enable: isOperational() && !isPrinting(), click: function() { $root.sendJogCommand('x',1) }"><i class="icon-arrow-right"></i></button>
<button class="btn box" data-bind="enable: isOperational() && !isPrinting(), click: function() { $root.sendJogCommand('x',-1) }"><i class="icon-arrow-left"></i>
</button><button class="btn box" data-bind="enable: isOperational() && !isPrinting(), click: function() { $root.sendHomeCommand('XY') }"><i class="icon-home"></i>
</button><button class="btn box" data-bind="enable: isOperational() && !isPrinting(), click: function() { $root.sendJogCommand('x',1) }"><i class="icon-arrow-right"></i></button>
</div>
<div>
<button class="btn box" data-bind="enable: isOperational() && !isPrinting(), click: function() { $root.sendJogCommand('y',-1) }"><i class="icon-arrow-down"></i></button>