fix css
This commit is contained in:
parent
9cab084af2
commit
9de5c343bd
Binary file not shown.
@ -10,7 +10,7 @@ e564b860fa0d5022df83c103922665d7 ./include/helpers.php
|
||||
d3d8286046cc7d6edf8f596067c163a2 ./scripts/checkForUpdates.php
|
||||
99a9d58a49a7f6812f18bd4be2b563b9 ./scripts/checkForUpdates.sh
|
||||
677ac9a29993ec57e09ec6a1856f1a11 ./scripts/dockerConvert.php
|
||||
0ac191f93fe43a91a56a1fa1ff1884d8 ./scripts/installMulti.php
|
||||
30751eeab531eaa3793fb3ab70cc6bac ./scripts/installMulti.php
|
||||
e54e7ec1cbc312c11900977181b71380 ./scripts/installMultiPlugin.php
|
||||
524afab04ca930f59117a846f819fb2f ./scripts/installPluginUpdate.sh
|
||||
25b6119a7ce9330fe8a16f4eb969512d ./scripts/installUpdate.php
|
||||
|
@ -7,7 +7,8 @@
|
||||
###############################################################
|
||||
?>
|
||||
<style>
|
||||
.logLine{color:black !important;}
|
||||
.logLine{color:black !important;font-size:12px !important;}
|
||||
body{font-size:12px !important;}
|
||||
</style>
|
||||
<?php
|
||||
$docroot = $docroot ?? $_SERVER['DOCUMENT_ROOT'] ?: "/usr/local/emhttp";
|
||||
@ -83,6 +84,7 @@ function addLog(logLine) {
|
||||
}
|
||||
}
|
||||
function addCloseButton() {
|
||||
alert();
|
||||
addLog("<p class='centered'><button class='logLine' type='button' onclick='" + (top.Shadowbox ? "top.Shadowbox" : "window") + ".close()'><?=tr("Done")?></button></p>");
|
||||
}
|
||||
</script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user