diff --git a/en/translations.php b/en/translations.php index ad8254d..2659210 100644 --- a/en/translations.php +++ b/en/translations.php @@ -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 "
  • " . $langs[$tl][0] . " (" . $langs[$tl][1] . ", /$tl/)
  • \n$percent% complete\n$percent%
    "; + return "
  • " . $langs[$tl][0] . " (" . $langs[$tl][1] . ", /$tl/)
  • \n$percent% complete
    \n$percent%
    "; } ?> diff --git a/media/style.css b/media/style.css index 8daaf09..0cf7280 100644 --- a/media/style.css +++ b/media/style.css @@ -77,7 +77,7 @@ input[type=submit] { progress { height: 12px; - width: 70%; + width: 90%; border-radius: 6px; border: 1px solid #282c34; background-color: #bbc2cf;