diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php index d747631ec2..5b92cd53d4 100644 --- a/themes/original/css/theme_right.css.php +++ b/themes/original/css/theme_right.css.php @@ -2229,7 +2229,7 @@ span.mysql-number { border: 0; margin: 0; padding: 0.3em 0.5em; - min-width: 2.5em; + min-width: 1.5em; font-weight: bold; } diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php index a8c8960f1e..8ea13db077 100644 --- a/themes/pmahomme/css/theme_right.css.php +++ b/themes/pmahomme/css/theme_right.css.php @@ -2565,7 +2565,6 @@ span.mysql-number { } .navigation { - background: #E5E5E5; margin: 0.8em 0; border-radius: 5px; @@ -2600,9 +2599,9 @@ span.mysql-number { .navigation input[type=submit] { background: none; border: 0; + filter: none; margin: 0; padding: 0.8em 0.5em; - min-width: 2.5em; border-radius: 0; -webkit-border-radius: 0; @@ -2619,6 +2618,7 @@ span.mysql-number { background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#555555)); background: -moz-linear-gradient(top, #333333, #555555); background: -o-linear-gradient(top, #333333, #555555); + } .navigation select {