From d50d4a21c5eff7c51e996c2a4691d75db2f97992 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marek=20St=C4=99pniowski?= Date: Wed, 10 Sep 2008 17:45:48 +0200 Subject: [PATCH] Again changed width of search box on non-catalogue sites. --- wolnelektury/media/css/master.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/wolnelektury/media/css/master.css b/wolnelektury/media/css/master.css index 995ba45f9..57e05e522 100644 --- a/wolnelektury/media/css/master.css +++ b/wolnelektury/media/css/master.css @@ -157,16 +157,11 @@ em { color: #444; } -/* TODO: Shouldn't be needed */ -#book-detail #search-form { - padding: 0.75em 0.5em; -} - .ac_input { width: 18em; } -#main-page .ac_input { +p .ac_input { width: 28em; } -- 2.20.1