Improve last commit

This commit is contained in:
Steven Barth 2008-08-13 14:29:56 +00:00
parent 5a92c0fc08
commit 40d6a3c57e

View file

@ -261,33 +261,27 @@ input.cbi-button {
} }
input.cbi-button-add { input.cbi-button-add {
background: url('../resources/cbi/add.gif') 1px 1px; background: transparent url('../resources/cbi/add.gif') no-repeat scroll 1px center;
background-repeat: no-repeat;
} }
input.cbi-button-fieldadd { input.cbi-button-fieldadd {
background: url('../resources/cbi/fieldadd.gif') 1px 1px; background: transparent url(../resources/cbi/fieldadd.gif) no-repeat scroll 1px center;
background-repeat: no-repeat;
} }
input.cbi-button-reset { input.cbi-button-reset {
background: url('../resources/cbi/reset.gif') 1px 1px; background: transparent url('../resources/cbi/reset.gif') no-repeat scroll 1px center;
background-repeat: no-repeat;
} }
input.cbi-button-save { input.cbi-button-save {
background: url('../resources/cbi/save.gif') 1px 1px; background: transparent url('../resources/cbi/save.gif') no-repeat scroll 1px center;
background-repeat: no-repeat;
} }
input.cbi-button-apply { input.cbi-button-apply {
background: url('../resources/cbi/apply.gif') 1px 1px; background: transparent url('../resources/cbi/apply.gif') no-repeat scroll 1px center;
background-repeat: no-repeat;
} }
div.cbi-section-remove input { div.cbi-section-remove input {
background: url('../resources/cbi/remove.gif') 1px 1px; background: transparent url('../resources/cbi/remove.gif') no-repeat scroll 1px center;
background-repeat: no-repeat;
padding-left: 17px; padding-left: 17px;
border-bottom: none; border-bottom: none;
} }