Adding edit and delete input icons
This commit is contained in:
parent
f8028765a6
commit
e87eb5cc52
1 changed files with 9 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue