Commit f09a118c5daca7e6761647c037b40410b718e9e4
1 parent
cb305f4d
Alignment issue
Showing
1 changed file
with
3 additions
and
2 deletions
400-SOURCECODE/AIAHTML5.Web/index.html
... | ... | @@ -474,8 +474,9 @@ |
474 | 474 | <div> |
475 | 475 | <button type="button" class="btn btn-primary btn-xs pull-left btn-annotation" id="paintLine" data-toggle="tooltip" data-placement="top" title="Paint" style="margin-right:1%;" ng-click="paintBrush()"><i class="fa fa-paint-brush"></i></button> |
476 | 476 | <button type="button" class="btn btn-primary btn-xs pull-left btn-annotation" data-toggle="tooltip" data-placement="top" title="Erase" ng-click="EraseDrawing()"><i class="fa fa-eraser"></i></button> |
477 | - <div class="marginL2 pull-left"><input type="number" id="amount-2" step="1" style="width:60px;" min="1" max="60" oninput="Brushsize(this)"></div> | |
478 | - <div class="pull-left" style="width:45%; margin-left:2%;"> | |
477 | + <!--alignment issue--> | |
478 | + <div class="marginL2 pull-left"><input type="number" id="amount-2" step="1" style="width:60px;height:21px;" min="1" max="60" oninput="Brushsize(this)"></div> | |
479 | + <div class="pull-left" style="width:45%; margin-left:2%;margin-top:5px;"> | |
479 | 480 | <div id="slider-range-min-2"></div> |
480 | 481 | </div> |
481 | 482 | <div class="clearfix"></div> | ... | ... |