|
|
@@ -1277,8 +1277,8 @@ function validateCompany(source) {
|
|
|
</div>
|
|
|
</form>
|
|
|
</div>
|
|
|
-<div id="alert">
|
|
|
- <div id="alertMsg"></div>
|
|
|
+<div id="alert" onClick="hideAlert();">
|
|
|
+ <div id="alertMsg" onClick="event.stopPropagation();"></div>
|
|
|
</div>
|
|
|
<style type="text/css">
|
|
|
<!--
|
|
|
@@ -1289,7 +1289,7 @@ function validateCompany(source) {
|
|
|
td {font-size: 12px;}
|
|
|
#benford ::selection {background: transparent;}
|
|
|
#alert {display:none; position: fixed; left: 0; top: 0; width: 100%; height: 100%; text-align: center; z-index: 1000; background-color: rgba(0,0,0,0.5);}
|
|
|
-#alert div {width: 500px; height: auto; margin: 200px auto; background: #fff; padding: 10px; text-align: center; overflow: hidden;}
|
|
|
+#alert div {width: 500px; height: auto; margin: 100px auto; background: #fff; padding: 10px; text-align: center; overflow: hidden;}
|
|
|
-->
|
|
|
</style>
|
|
|
<script src="static/sweetalert2.min.js"></script>
|