Commit e69fb7ac340fb612ec33fedfc14e89dd7ff75028
Merge branch 'PenAlignment' into Develop
Showing
1 changed file
with
2 additions
and
2 deletions
400-SOURCECODE/AIAHTML5.Web/index.html
... | ... | @@ -506,8 +506,8 @@ |
506 | 506 | <div> |
507 | 507 | <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> |
508 | 508 | <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> |
509 | - <div class="marginL2 pull-left"><input type="number" id="amount-2" step="1" style="width:60px;" min="1" max="60" oninput="Brushsize(this)"></div> | |
510 | - <div class="pull-left" style="width:45%; margin-left:2%;"> | |
509 | + <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> | |
510 | + <div class="pull-left" style="width:45%; margin-left:2%;margin-top:5px;"> | |
511 | 511 | <div id="slider-range-min-2"></div> |
512 | 512 | </div> |
513 | 513 | <div class="clearfix"></div> | ... | ... |