Просмотр исходного кода

Ostateczne dopieszczenie GUI Benforda

Mariusz Muszyński 7 лет назад
Родитель
Сommit
361991cdc4
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      SE/se-lib/Route/UrlAction/BiAuditGenerate.php

+ 3 - 3
SE/se-lib/Route/UrlAction/BiAuditGenerate.php

@@ -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>