|
|
@@ -1500,8 +1500,8 @@ function validateCompany(source) {
|
|
|
#benford table { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
|
|
|
td {font-size: 12px;}
|
|
|
#benford ::selection {background: transparent;}
|
|
|
-#details,#message {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);}
|
|
|
-#details,#message div {width: 500px; height: auto; margin: 100px auto; background: #fff; padding: 10px; text-align: center; overflow: hidden; border-radius: 5px; box-shadow: 0 0 7px 7px rgba(0,0,0,0.25);}
|
|
|
+#details, #message {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);}
|
|
|
+#details div, #message div {width: 500px; height: auto; margin: 100px auto; background: #fff; padding: 10px; text-align: center; overflow: hidden; border-radius: 5px; box-shadow: 0 0 7px 7px rgba(0,0,0,0.25);}
|
|
|
.benfordLoader {border: 4px solid #f3f3f3; border-radius: 50%; border-top: 4px solid #000000; width: 32px; height: 32px; -webkit-animation: spin 1s linear infinite; animation: spin 1s linear infinite;}
|
|
|
@-webkit-keyframes spin {0% {-webkit-transform: rotate(0deg);} 100% {-webkit-transform: rotate(360deg);}}
|
|
|
@keyframes spin {0% {transform: rotate(0deg);} 100% {transform: rotate(360deg);}}
|