diff --git a/show.php b/show.php index 38f1f7e..502bc59 100644 --- a/show.php +++ b/show.php @@ -116,10 +116,10 @@ echo ("-->");*/ - " class="link no-print">Télécharger la configuration + " target="_blank" class="link no-print">Télécharger la configuration ← Retour à la liste - \ No newline at end of file + diff --git a/style.css b/style.css index 19d9738..a407325 100644 --- a/style.css +++ b/style.css @@ -63,7 +63,7 @@ h2 { } .file-list a::before { - content: "📄 " + content: "📄 "; } .file-list a { @@ -142,7 +142,7 @@ td { min-width: 2em; height: 2em; mix-blend-mode: darken; - padding: 2px; + /*! padding: 0; */ print-color-adjust: exact; cursor: help; transition: 0.2s background-color; @@ -154,7 +154,7 @@ td { .vlan { color: #ecf0f1; - text-shadow: 0 1px 2px rgba(0,0,0,0.6); + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); background-color: hsl(calc(var(--k) * var(--pvid)) 97% 70%); } @@ -194,17 +194,17 @@ td { .poe::before { content: "⚡"; - font-size: 0.7em; + font-size: 0.65em; position: absolute; - top: 0; - left: 0; + top: -0.2em; + right: -0.25em; } .voice_vlan::after { content: "📞"; - font-size: 0.7em; + font-size: 0.65em; position: absolute; - bottom: 0; + bottom: -0.15em; left: 0; }