From: Sem Date: Fri, 30 Nov 2012 23:23:40 +0000 (+0100) Subject: Setting width auto to input images. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d1eb7eecabb31d9da8d0e7a52ed814089fe8cb35;p=lorea%2Fsaravea_theme.git Setting width auto to input images. --- diff --git a/views/default/css/elements/forms.php b/views/default/css/elements/forms.php index 0a5452b..50d5b0b 100644 --- a/views/default/css/elements/forms.php +++ b/views/default/css/elements/forms.php @@ -90,6 +90,9 @@ input[type=file] { background: none; } +input[type=image] { + width: auto; +} textarea { height: 200px;