From ccf9cd3f71700c756ae858c8fc5db0513b5e3754 Mon Sep 17 00:00:00 2001 From: z3d <z3d@mail.i2p> Date: Fri, 17 Jul 2009 04:18:48 +0000 Subject: [PATCH] Dark I2PTunnels cross-browser css tweaks. --- installer/resources/themes/console/dark/default.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/installer/resources/themes/console/dark/default.css b/installer/resources/themes/console/dark/default.css index 9565be2505..0c278476cd 100644 --- a/installer/resources/themes/console/dark/default.css +++ b/installer/resources/themes/console/dark/default.css @@ -138,11 +138,11 @@ hr { } .control { - margin: 2px 2px; + margin: 6px 0 0 2px !important; padding: 2px 0; overflow: hidden; min-width: 60px; - height: 22px; + max-height: 24px; font-size: 9pt; font-weight: bold; background-color: #b4c8ff; @@ -291,7 +291,7 @@ select { font-family: "Lucida Sans Unicode", Verdana, Tahoma, Helvetica, sans-serif; border: 1px solid #99f; padding: 2px 2px 2px 4px; - height: 24px; + max-height: 24px; } form {} \ No newline at end of file -- GitLab