Adding edit and delete input icons

This commit is contained in:
oleonard 2005-01-27 18:11:36 +00:00
parent f8028765a6
commit e87eb5cc52

View file

@ -142,7 +142,7 @@ div.form, div.details {
border : 0px dotted #333333;
margin : 0 auto;
padding : 5px;
width : 95%;
width : 100%;
}
div.details {
@ -538,6 +538,14 @@ input.reserve {
background-image: url(../images/placereserve.gif);
}
input.delete {
background-image: url(../images/delete.gif);
}
input.edit {
background-image: url(../images/edit.gif);
}
.title {
font-style : italic;
font-weight : bold;