Small css fix

This commit is contained in:
Aleksander Machniak
2013-06-11 13:18:02 +02:00
parent bba7814efe
commit a201e0704c

View File

@@ -367,7 +367,7 @@ a.button.disabled
display: inline-block;
width: 16px;
height: 16px;
background: url(images/erase.png) -1px -1px no-repeat #eee;
background: url(images/erase.png) -1px 0 no-repeat #eee;
cursor: pointer;
}