Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
Fix feedback modal dialog when screen width equals to 768px
Browse files Browse the repository at this point in the history
  • Loading branch information
oterral committed Mar 6, 2014
1 parent d867896 commit 32207b7
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions src/style/app.less
Original file line number Diff line number Diff line change
Expand Up @@ -555,23 +555,20 @@ a .ga-icon-separator {
}

.modal-dialog {
padding: 0px;
display: block;
top: unit(@header-height, px);
left: 2%;
right: 2%;
margin: auto;
max-width: 600px;
max-height: none;

&.ga-draggable {
margin-left: -300px;

@media (max-width: @screen-tablet) {
top: 1%;
padding: 0px;
margin: 0px;
}
}
padding: 0px;


@media (max-width: @screen-tablet) {
top: unit(@small-header-height, px);
}
}

.modal-backdrop {
z-index: 1240;
}
Expand Down

0 comments on commit 32207b7

Please sign in to comment.