More styling

Signed-off-by: Skylar "The Cobra" Widulski <cobra@vern.cc>
This commit is contained in:
Skylar "The Cobra" Widulski 2023-12-02 01:38:03 -05:00
parent f0ac990b88
commit 25cc603e9f
Signed by untrusted user: cobra
GPG Key ID: 4FD8F812083FF6F9
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
$sum = shell_exec('cd /var/www/website; echo "$(($(diff 2>/dev/null -y --suppress-common-lines en/ '.$tl.'/ | grep "|" | wc -l)+$(diff 2>/dev/null -y --suppress-common-lines en/ '.$tl.'/ | grep "^Only in en/" | awk '."'".'{print $NF}'."'".' | while read -r line; do wc -l < en/"$line";printf "+"; done)0))"');
$percent = intdiv(($sum * 100), $const);
return "<li>" . $langs[$tl][0] . " (" . $langs[$tl][1] . ", <code>/$tl/</code>)</li>\n$percent% complete\n<progress max=$const value=$sum>$percent%</progress><br>";
return "<li>" . $langs[$tl][0] . " (" . $langs[$tl][1] . ", <code>/$tl/</code>)</li>\n$percent% complete<br>\n<progress max=$const value=$sum>$percent%</progress><br>";
}
?>
<!--#include file="nav.php" -->

View File

@ -77,7 +77,7 @@ input[type=submit] {
progress {
height: 12px;
width: 70%;
width: 90%;
border-radius: 6px;
border: 1px solid #282c34;
background-color: #bbc2cf;