diff --git a/couchpotato/core/plugins/category/static/category.css b/couchpotato/core/plugins/category/static/category.css index 0987c197..3218a79c 100644 --- a/couchpotato/core/plugins/category/static/category.css +++ b/couchpotato/core/plugins/category/static/category.css @@ -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; - } \ No newline at end of file + } diff --git a/couchpotato/core/plugins/profile/static/profile.css b/couchpotato/core/plugins/profile/static/profile.css index e8d6f555..073fa573 100644 --- a/couchpotato/core/plugins/profile/static/profile.css +++ b/couchpotato/core/plugins/profile/static/profile.css @@ -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; } diff --git a/couchpotato/core/plugins/profile/static/handle.png b/couchpotato/static/images/handle.png similarity index 100% rename from couchpotato/core/plugins/profile/static/handle.png rename to couchpotato/static/images/handle.png