| @@ -455,13 +455,13 @@ input[type="reset"]:hover, | |||||
| #save{ | #save{ | ||||
| background: #879A4A url(bouton.png) no-repeat center top; | background: #879A4A url(bouton.png) no-repeat center top; | ||||
| } | } | ||||
| #delete input[type="submit"] { | |||||
| .plugin .uninstall input[type="submit"], #delete input[type="submit"] { | |||||
| background: #AD5151 url(bouton.png) no-repeat center top; | background: #AD5151 url(bouton.png) no-repeat center top; | ||||
| } | } | ||||
| #save:hover { | #save:hover { | ||||
| background: #73833F url(boutonhover.png) no-repeat center top; | background: #73833F url(boutonhover.png) no-repeat center top; | ||||
| } | } | ||||
| #delete input[type="submit"]:hover { | |||||
| .plugin .uninstall input[type="submit"]:hover, #delete input[type="submit"]:hover { | |||||
| background: #BD7474 url(boutonhover.png) no-repeat center top; | background: #BD7474 url(boutonhover.png) no-repeat center top; | ||||
| } | } | ||||
| #attachments input[type="button"], | #attachments input[type="button"], | ||||
| @@ -480,6 +480,17 @@ input[type="reset"]:hover, | |||||
| padding-top: 90px; | padding-top: 90px; | ||||
| width: 148px; | width: 148px; | ||||
| } | } | ||||
| /*Admin forms */ | |||||
| .plugin .uninstall { | |||||
| height:100px; | |||||
| margin:7px 0 18px; | |||||
| margin-top:7px; | |||||
| padding:0; | |||||
| text-align:center; | |||||
| } | |||||
| #attachments input[type="button"]:hover, | #attachments input[type="button"]:hover, | ||||
| #attachments input[type="submit"]:hover, | #attachments input[type="submit"]:hover, | ||||
| #attachments input[type="reset"]:hover, | #attachments input[type="reset"]:hover, | ||||