Skip to content

Commit

Permalink
make django-shortcuts responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
FinalAngel committed Nov 14, 2013
1 parent 782f2b5 commit 44b1554
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions djangocms_admin_style/sass/partials/_mobile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,8 @@ form {
label { display: inline-block; }
.selector-available input, .selector-chosen input { width: auto; }
}

// shortcuts
.admin_shortcuts .shortcuts li a { background-size:20px 20px; padding:10px 10px 10px 40px; }
.admin_shortcuts .shortcuts li a span { padding:0 !important; }
.admin_shortcuts .shortcuts li:first-child a { padding:10px 20px; }

Large diffs are not rendered by default.

0 comments on commit 44b1554

Please sign in to comment.