Skip to content

Commit

Permalink
Prevent application of negative margins in admin dialogues
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Feb 24, 2015
1 parent 1d87c08 commit fa3f0b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/app/assets/stylesheets/refinery/layout.css.scss
Expand Up @@ -1196,6 +1196,7 @@ body.dialog #content .search_form {
margin: 0px 10px;
}
#dialog_container, .dialog_container {
margin: 0px;
padding: 12px;
}
ul#image_grid, .pagination_container > ul#image_grid {
Expand Down

0 comments on commit fa3f0b6

Please sign in to comment.