| @@ -236,17 +236,17 @@ input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hove | |||||
| .buttons input[type="button"], .buttons input[type="submit"], .buttons input[type="reset"] { | .buttons input[type="button"], .buttons input[type="submit"], .buttons input[type="reset"] { | ||||
| background: #2C1F1C url(bouton.png) no-repeat center top; | background: #2C1F1C url(bouton.png) no-repeat center top; | ||||
| color: #fff; | color: #fff; | ||||
| border: 0; | |||||
| border: 1px solid #2C1F1C; | |||||
| -moz-border-radius: 4px; | -moz-border-radius: 4px; | ||||
| padding-top: 21px; | |||||
| min-width:100px; | |||||
| padding-top: 70px; | |||||
| min-width:150px; | |||||
| } | } | ||||
| .buttons input[type="button"]:hover, .buttons input[type="submit"]:hover, .buttons input[type="reset"]:hover { | .buttons input[type="button"]:hover, .buttons input[type="submit"]:hover, .buttons input[type="reset"]:hover { | ||||
| background: #fff url(boutonhover.png) no-repeat center top; | background: #fff url(boutonhover.png) no-repeat center top; | ||||
| border: 0; | |||||
| border: 1px solid #2C1F1C; | |||||
| color: #2C1F1C; | color: #2C1F1C; | ||||
| padding-top: 21px; | |||||
| min-width:100px; | |||||
| padding-top: 70px; | |||||
| min-width: 150px; | |||||
| } | } | ||||
| input[type="text"], input.textwidget, textarea { | input[type="text"], input.textwidget, textarea { | ||||