From: Fabio Comuni Date: Tue, 15 Nov 2011 14:59:53 +0000 (+0100) Subject: duepuntozero: fix input width in aside X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8e588b530ffd6ef0f20425d19152e6288c9ad6b6;p=friendica.git duepuntozero: fix input width in aside --- 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;