Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
responsive fixes
  • Loading branch information
alesdotio committed Nov 16, 2012
1 parent d08a39f commit a5000c2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion djangocms_admin_style/sass/djangocms-admin-frontend.scss
@@ -1,3 +1,3 @@
#header, .breadcrumbs { display: none; }
.login #header { display: block; }
#container { margin-top: 40px; }
#container { padding-top: 40px; }
2 changes: 1 addition & 1 deletion djangocms_admin_style/sass/djangocms-admin-mobile.scss
Expand Up @@ -3,7 +3,7 @@
// base
html, body { height: auto; }
#content { margin: 0 5px; }
#container { margin: 0; min-width: 200px !important; }
#container { margin: 0; min-width: 240px !important; }
#branding { display: none; }
.login #branding { display: block; }
#user-tools { position: relative; text-align: center; }
Expand Down
Expand Up @@ -2,4 +2,4 @@

.login #header { display: block; }

#container { margin-top: 40px; }
#container { padding-top: 40px; }
Expand Up @@ -2,7 +2,7 @@ html, body { height: auto; }

#content { margin: 0 5px; }

#container { margin: 0; min-width: 200px !important; }
#container { margin: 0; min-width: 240px !important; }

#branding { display: none; }

Expand Down

0 comments on commit a5000c2

Please sign in to comment.