Skip to content
Snippets Groups Projects
Commit fbba663b authored by frekk's avatar frekk
Browse files

fix CSS for admin override, broken by django upgrade

parent 266d48fa
Branches
1 merge request!10Add features & fix bugs
...@@ -24,17 +24,17 @@ ...@@ -24,17 +24,17 @@
#header { #header {
padding: 0; padding: 0;
height: auto; height: auto;
display: block;
} }
#admin-header { #admin-header {
padding: 0px 40px; padding: 10px 40px;
} }
#admin-header, #container { #admin-header, #container {
overflow: auto; overflow: auto;
} }
.button { .button {
display: inline-block; display: inline-block;
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment