Skip to content

Commit

Permalink
Minor tweaks for responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghost1227 committed Feb 13, 2014
1 parent 18cfda8 commit 0834113
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions assets/css/edd-admin.css
Expand Up @@ -111,9 +111,9 @@ textarea#edd-payment-note { width: 100%; height: 4em; margin: 0; }
#edd-purchased-files ul li.remove { text-align: right; }
#edd-purchased-files .row { padding: 12px; border-bottom: 1px solid #eee; }
#edd-purchased-files ul { font-size: 0; }
#edd-purchased-files ul li { font-size: 13px; margin-bottom: 0; }
#edd-purchased-files ul li { font-size: 13px; }
@media screen and ( max-width: 782px ) { .order-data-column input[type="email"] { padding: 6px 10px; } }
@media screen and ( max-width: 1280px ) { #edd-purchased-files .inside li.actions { width: 100%; } }
@media screen and ( max-width: 1280px ) { #edd-purchased-files .inside li.actions { width: 35%; } }
@media screen and ( min-width: 851px ) { #edd-purchased-files .inside li.actions { text-align: right; } }
@media screen and ( min-width: 1280px ) {
#edd-edit-order-form .column, #edd-purchased-files.columns-3 .row > ul > li,
Expand Down
2 changes: 1 addition & 1 deletion assets/css/edd-admin.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0834113

Please sign in to comment.