Adding edit and delete input icons
authoroleonard <oleonard>
Thu, 27 Jan 2005 18:11:36 +0000 (18:11 +0000)
committeroleonard <oleonard>
Thu, 27 Jan 2005 18:11:36 +0000 (18:11 +0000)
koha-tmpl/opac-tmpl/npl/en/includes/opac.css

index 0ad2d8b..e838af8 100644 (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;