Skip to content
Snippets Groups Projects
Commit 7575ecb9 authored by Dylann Cordel's avatar Dylann Cordel :crossed_swords:
Browse files

remove admin skin, this is not in the scope of this app

parent ef8aac7d
No related branches found
No related tags found
No related merge requests found
......@@ -20,10 +20,7 @@ from newsbox.admin import NewsboxBaseAdmin, remove_field_from_fieldsets, add_fie
class CustomModelCMSAdmin(admin.ModelAdmin):
class Media:
css = {
"all": ("newsbox_cms/custom_model.css",)
}
pass
def CustomModelCMSAdminFactory(
......
body.change-list #result_list td a.edit {
float:right;
background:url("../cms/img/pagetree/sprite.png") no-repeat scroll 0px 0px transparent;
width:18px;
height:18px;
display:inline-block;
background-position: -40px -20px;
margin-top: 0px;
vertical-align: middle;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment