From 2eee3dc8314c2646b7ded1cac536885319fdda21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 2 Apr 2010 13:38:57 +0200 Subject: [PATCH] This way filter better fits. --- themes/darkblue_orange/css/theme_right.css.php | 2 +- themes/original/css/theme_left.css.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/darkblue_orange/css/theme_right.css.php b/themes/darkblue_orange/css/theme_right.css.php index 0a59056fc..c337ceec9 100644 --- a/themes/darkblue_orange/css/theme_right.css.php +++ b/themes/darkblue_orange/css/theme_right.css.php @@ -1281,6 +1281,6 @@ table#serverconnection_trg_local { } #fast_filter { - width: 90%; + width: 85%; padding: 0.1em; } diff --git a/themes/original/css/theme_left.css.php b/themes/original/css/theme_left.css.php index ab794f52c..a7e76579c 100644 --- a/themes/original/css/theme_left.css.php +++ b/themes/original/css/theme_left.css.php @@ -247,6 +247,6 @@ div#left_tableList ul ul { } #fast_filter { - width: 90%; + width: 85%; padding: 0.1em; }