Commit 0cdff253cb32bde053d8f6c9b8165b456a8d334c
1 parent
e7eda75a
Merge Request #655
Showing
1 changed file
with
5 additions
and
6 deletions
400-SOURCECODE/AIAHTML5.Web/index.html
... | ... | @@ -510,12 +510,11 @@ |
510 | 510 | <button class="btn btn-sm btn-success" id="laxiconLangRemove">Remove</button> |
511 | 511 | </div> |
512 | 512 | </div> |
513 | - <div class="col-sm-6"> | |
514 | - <div class="form-group"> | |
515 | - <label for="SystemFont" class="font13">Available Lexicon</label> | |
516 | - <select class="form-control" size="8" id="lexiconLangDropdown"> | |
517 | - </select> | |
518 | - </div> | |
513 | + <div class="col-sm-6" style="padding-left:13px;padding-right:13px;"> | |
514 | + <div class=" form-group"> | |
515 | + <label for="SystemFont" class="font13">Available Lexicons</label> | |
516 | + <select class="form-control" size="8" id="lexiconLangDropdown"></select> | |
517 | + </div> | |
519 | 518 | <p class="font11"><strong>Note :</strong> Some languages require special system fonts to display correctly</p> |
520 | 519 | </div> |
521 | 520 | <div class="clearfix"></div> | ... | ... |