Browse Source

Fix handle image url

pull/3009/head
Ruud 11 years ago
parent
commit
72f6516a1c
  1. 6
      couchpotato/core/plugins/category/static/category.css
  2. 6
      couchpotato/core/plugins/profile/static/profile.css
  3. 0
      couchpotato/static/images/handle.png

6
couchpotato/core/plugins/category/static/category.css

@ -22,7 +22,7 @@
.category > .delete:hover { .category > .delete:hover {
opacity: 1; opacity: 1;
} }
.category .ctrlHolder:hover { .category .ctrlHolder:hover {
background: none; background: none;
} }
@ -69,7 +69,7 @@
} }
#category_ordering li .handle { #category_ordering li .handle {
background: url('../../static/profile_plugin/handle.png') center; background: url('../../images/handle.png') center;
width: 20px; width: 20px;
float: right; float: right;
} }
@ -79,4 +79,4 @@
float: right; float: right;
width: 250px; width: 250px;
margin: 0; margin: 0;
} }

6
couchpotato/core/plugins/profile/static/profile.css

@ -22,7 +22,7 @@
.profile > .delete:hover { .profile > .delete:hover {
opacity: 1; opacity: 1;
} }
.profile .ctrlHolder:hover { .profile .ctrlHolder:hover {
background: none; background: none;
} }
@ -120,7 +120,7 @@
} }
.profile .types .type .handle { .profile .types .type .handle {
background: url('../../plugin/profile_plugin/handle.png') center; background: url('../../images/handle.png') center;
display: inline-block; display: inline-block;
height: 20px; height: 20px;
width: 20px; width: 20px;
@ -180,7 +180,7 @@
} }
#profile_ordering li .handle { #profile_ordering li .handle {
background: url('../../plugin/profile_plugin/handle.png') center; background: url('../../images/handle.png') center;
width: 20px; width: 20px;
float: right; float: right;
} }

0
couchpotato/core/plugins/profile/static/handle.png → couchpotato/static/images/handle.png

Before

Width:  |  Height:  |  Size: 160 B

After

Width:  |  Height:  |  Size: 160 B

Loading…
Cancel
Save