Commit 86b360b8ec1860b4cce779ce6740568c935f7d53
1 parent
e22d950f
increased z-index
Showing
2 changed files
with
2 additions
and
2 deletions
400-SOURCECODE/AIAHTML5.Web/index.html
@@ -605,7 +605,7 @@ | @@ -605,7 +605,7 @@ | ||
605 | </form> | 605 | </form> |
606 | </div> | 606 | </div> |
607 | </div> | 607 | </div> |
608 | - <div id="setting-spinner" style="display:none;position: fixed; top: 50%; left: 50%; margin-left: -50px; z-index: 1234; overflow: auto; width: 100px;"> | 608 | + <div id="setting-spinner" style="display:none;position: fixed; top: 50%; left: 50%; margin-left: -50px; z-index: 15000; overflow: auto; width: 100px;"> |
609 | <img id="img-spinner" src="content/images/common/loading.gif" alt="Loading"> | 609 | <img id="img-spinner" src="content/images/common/loading.gif" alt="Loading"> |
610 | </div> | 610 | </div> |
611 | <!--Annotation Modal--> | 611 | <!--Annotation Modal--> |
400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/main.css
@@ -777,7 +777,7 @@ textarea { | @@ -777,7 +777,7 @@ textarea { | ||
777 | margin-left: -50px; / half width of the spinner gif / | 777 | margin-left: -50px; / half width of the spinner gif / |
778 | margin-top: -50px; / half height of the spinner gif / | 778 | margin-top: -50px; / half height of the spinner gif / |
779 | text-align: center; | 779 | text-align: center; |
780 | - z-index: 1234; | 780 | + z-index: 15000; |
781 | overflow: auto; | 781 | overflow: auto; |
782 | width: 100px; / width of the spinner gif / | 782 | width: 100px; / width of the spinner gif / |
783 | height: 102px; /*hight of the spinner gif +2px to fix IE8 issue */ | 783 | height: 102px; /*hight of the spinner gif +2px to fix IE8 issue */ |