Commit 1aa20f6bccb0dcf7bd5fe53dfd2ca084f2f5cc0b
1 parent
6b654e27
fixed issue, introduced by merged changes from merge request
Showing
1 changed file
with
1 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/index.html
... | ... | @@ -770,7 +770,7 @@ |
770 | 770 | <!--Edit Shape Modal--> |
771 | 771 | |
772 | 772 | |
773 | - <div class="modeleditstyle" id="modeleditstyle" style="z-index: 1000000000; background: white; height: 433px; width: 302px;position:absolute;left:40%;right:0;top:70px;"> | |
773 | + <div class="modeleditstyle" id="modeleditstyle" style="z-index: 1000000000; background: white;width: 302px;position:absolute;left:40%;right:0;top:70px;"> | |
774 | 774 | <div class="modal-content"> |
775 | 775 | <div class="modal-header annotation-modal-header"> |
776 | 776 | <h4 class="modal-title" id="myModalLabel33">Edit Shape Style</h4> | ... | ... |