Skip to content

Commit

Permalink
more consistent input for object frame window
Browse files Browse the repository at this point in the history
  • Loading branch information
riedelcastro committed Nov 12, 2017
1 parent 62493aa commit 4ed5eab
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 38 deletions.
11 changes: 9 additions & 2 deletions egal/static/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,12 +166,19 @@
<li data-toggle="tooltip" title="Stroke width">
wi <input class="wi" type="text" size="2"/>
</li>
<li class="stepBackward" data-toggle="tooltip" title="Step Backward">
<i class="fa fa-step-backward fa-1x"></i>
</li>
<li data-toggle="tooltip" title="First Frame">
<i class="fa fa-chevron-right fa-1x"></i> <input class="firstFrame" type="text" size="2"/>
<input class="firstFrame" type="text" size="2" style="font-size: 13px;vertical-align: bottom;"/>
</li>
<li data-toggle="tooltip" title="Last Frame">
<i class="fa fa-chevron-left fa-1x"></i> <input class="lastFrame" type="text" size="2"/>
<input class="lastFrame" type="text" size="2" style="font-size: 13px;vertical-align: bottom;"/>
</li>
<li class="stepForward" data-toggle="tooltip" title="Step Forward">
<i class="fa fa-step-forward fa-1x"></i>
</li>


</ul>
</div>
Expand Down
Loading

0 comments on commit 4ed5eab

Please sign in to comment.