diff --git a/www/public/resources/styles/main.css b/www/public/resources/styles/main.css index ea2b279e..1cbd536b 100644 --- a/www/public/resources/styles/main.css +++ b/www/public/resources/styles/main.css @@ -452,10 +452,12 @@ input::placeholder { display: block; width: 19px; height: 19px; - line-height: 18px !important; + line-height: 19px !important; + padding: unset; text-align: center; border-radius: 50%; - font-size: 9px; + font-size: 7px; + font-family: 'archivo'; box-shadow: rgb(0 0 0) 0px 10px 13px -12px, rgb(0 0 0 / 15%) 0px 0px 10px 2px; } .label-pkg-rpm { diff --git a/www/public/resources/styles/stats-hosts.css b/www/public/resources/styles/stats-hosts.css index 5c71cae8..37a2f933 100644 --- a/www/public/resources/styles/stats-hosts.css +++ b/www/public/resources/styles/stats-hosts.css @@ -33,7 +33,7 @@ min-width: 20px; text-align: center; border-radius: 60px; - padding: 2px 5px; + padding: 0 1px; } .host-additionnal-info { diff --git a/www/views/includes/repos-list.inc.php b/www/views/includes/repos-list.inc.php index e9597def..5e82632f 100644 --- a/www/views/includes/repos-list.inc.php +++ b/www/views/includes/repos-list.inc.php @@ -179,20 +179,11 @@ $printEmptyLine = true; } - /** - * Print empty line - */ - // if ($printEmptyLine) { - // echo '
'; - // continue; - // } - /** * Print double empty line */ if ($printDoubleEmptyLine) { echo ''; - // echo ''; } ?>