Commit cb3c109ff717aba98cfb319e61ffa52b357e9068
1 parent
8756bd96
Showing
1 changed file
with
2 additions
and
2 deletions
400-SOURCECODE/AIAHTML5.Web/index.html
... | ... | @@ -868,7 +868,7 @@ |
868 | 868 | <input type="radio" name="filloption" id="filloption2" value="filloption2" checked style="margin-top:8px;"> |
869 | 869 | |
870 | 870 | |
871 | - <div id="editstylebackgroundcolor" class="form-group" style="display:inline-flex;vertical-align:top;cursor:pointer;margin-right:36px;"> | |
871 | + <div id="editstylebackgroundcolor" class="form-group" style="display:inline-flex;vertical-align:top;cursor:pointer;margin-right:36px;float:left;"> | |
872 | 872 | <span style="font-weight: normal; float: left; padding-top: 5px; padding-right: 5px;">Color</span> |
873 | 873 | <input type="text" class="form-control outerBackgroundColor" data-control="saturation" style="display:none;" value="#0088cc"> |
874 | 874 | </div> |
... | ... | @@ -913,7 +913,7 @@ |
913 | 913 | <div class="col-sm-6 setEnableDisableForEditShapeStyle"> |
914 | 914 | <label class="marginTop5"> |
915 | 915 | <span style="font-weight: normal; float: left; padding-top: 5px; padding-right: 5px;">Color</span> |
916 | - <div class="form-group" id="outlineColor" style="display:inline-flex;vertical-align:top;cursor:pointer;margin-right:36px;"> | |
916 | + <div class="form-group" id="outlineColor" style="display:inline-flex;vertical-align:top;cursor:pointer;margin-right:36px;float:left;"> | |
917 | 917 | |
918 | 918 | <input type="text" class="form-control borderColorCanvasPreview" data-control="saturation" style="display:none;" value="#0088cc"> |
919 | 919 | </div> | ... | ... |