Commit 472304164136a272304996bd5860e626e2d251d0
Merge branch 'modelpopupissue' into Develop
Showing
1 changed file
with
6 additions
and
2 deletions
400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/main.css
... | ... | @@ -986,7 +986,10 @@ background-size:cover; |
986 | 986 | { |
987 | 987 | color: #fff; |
988 | 988 | } |
989 | - | |
989 | + #messageModal | |
990 | + { | |
991 | + z-index: 214748; | |
992 | + } | |
990 | 993 | #messageModal .modal-dialog |
991 | 994 | { |
992 | 995 | width:300px |
... | ... | @@ -999,7 +1002,8 @@ background-size:cover; |
999 | 1002 | } |
1000 | 1003 | #messageModal .modal-body |
1001 | 1004 | { |
1002 | - text-align:center; | |
1005 | + text-align: justify; | |
1006 | + text-align-last: center; | |
1003 | 1007 | } |
1004 | 1008 | #messageModal .modal-header |
1005 | 1009 | { | ... | ... |