remove inline stylesheet *

* to move it to pi-hole.css
This commit is contained in:
TheME
2017-11-20 20:50:43 +01:00
committed by GitHub
parent cd08ae7141
commit c0518aea4b
-34
View File
@@ -76,40 +76,6 @@ if(strlen($showing) > 0)
$showing = "(".$showing.")";
}
?>
<style type="text/css">
.vertical-alignment-helper {
display: table;
width: 100%;
height: 100%;
pointer-events: none;
}
.vertical-alignment-helper > .vertical-align-center {
display: table-cell;
vertical-align: middle;
}
.vertical-alignment-helper > .vertical-align-center > .modal-content {
width: 250px;
margin-left: auto;
margin-right: auto;
word-wrap: break-word;
pointer-events: all;
}
.alSpinner {
top: 0.1em;
left: 0.1em;
width: 0.8em;
height: 0.8em;
border-radius: 50%;
border: 4px solid silver;
border-right-color: transparent;
-webkit-animation: fa-spin 1s infinite linear;
animation: fa-spin 1s infinite linear;
}
</style>
<!-- Send PHP info to JS -->
<div id="token" hidden><?php echo $token ?></div>