From 8e588b530ffd6ef0f20425d19152e6288c9ad6b6 Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Tue, 15 Nov 2011 15:59:53 +0100 Subject: [PATCH] duepuntozero: fix input width in aside --- view/theme/duepuntozero/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 8677563020..662518d430 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -1830,6 +1830,10 @@ a.mail-list-link { margin-top: 10px; } +aside input[type='text'] { + width: 180px; +} + .widget { border: 1px solid #DDDDDD; padding: 8px;