]> gitweb.fluxo.info Git - lorea/saravea_theme.git/commitdiff
Setting width auto to input images.
authorSem <sembrestels@riseup.net>
Fri, 30 Nov 2012 23:23:40 +0000 (00:23 +0100)
committerSem <sembrestels@riseup.net>
Fri, 30 Nov 2012 23:23:40 +0000 (00:23 +0100)
views/default/css/elements/forms.php

index 0a5452bd6be601a8b48cf45472edfa16e36f09cd..50d5b0bd4fe7f402ac3ff6e3ab907458d4bd80f0 100644 (file)
@@ -90,6 +90,9 @@ input[type=file] {
        background: none;
 }
 
+input[type=image] {
+       width: auto;
+}
 
 textarea {
        height: 200px;