Fix handle image url

This commit is contained in:
Ruud
2014-03-22 23:01:03 +01:00
parent 7bb723d6b3
commit 72f6516a1c
3 changed files with 6 additions and 6 deletions
@@ -22,7 +22,7 @@
.category > .delete:hover {
opacity: 1;
}
.category .ctrlHolder:hover {
background: none;
}
@@ -69,7 +69,7 @@
}
#category_ordering li .handle {
background: url('../../static/profile_plugin/handle.png') center;
background: url('../../images/handle.png') center;
width: 20px;
float: right;
}
@@ -79,4 +79,4 @@
float: right;
width: 250px;
margin: 0;
}
}
@@ -22,7 +22,7 @@
.profile > .delete:hover {
opacity: 1;
}
.profile .ctrlHolder:hover {
background: none;
}
@@ -120,7 +120,7 @@
}
.profile .types .type .handle {
background: url('../../plugin/profile_plugin/handle.png') center;
background: url('../../images/handle.png') center;
display: inline-block;
height: 20px;
width: 20px;
@@ -180,7 +180,7 @@
}
#profile_ordering li .handle {
background: url('../../plugin/profile_plugin/handle.png') center;
background: url('../../images/handle.png') center;
width: 20px;
float: right;
}

Before

Width:  |  Height:  |  Size: 160 B

After

Width:  |  Height:  |  Size: 160 B