Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
django-newsbox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
WebU
shared
django-newsbox
Commits
7575ecb9
Commit
7575ecb9
authored
7 years ago
by
Dylann Cordel
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
newsbox_cms/admin.py
+1
-4
1 addition, 4 deletions
newsbox_cms/admin.py
newsbox_cms/static/newsbox_cms/custom_model.css
+0
-11
0 additions, 11 deletions
newsbox_cms/static/newsbox_cms/custom_model.css
with
1 addition
and
15 deletions
newsbox_cms/admin.py
+
1
−
4
View file @
7575ecb9
...
...
@@ -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
(
...
...
This diff is collapsed.
Click to expand it.
newsbox_cms/static/newsbox_cms/custom_model.css
deleted
100644 → 0
+
0
−
11
View file @
ef8aac7d
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
;
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment