Skip to content

Commit

Permalink
template ngDialog should use default class
Browse files Browse the repository at this point in the history
  • Loading branch information
alivesay committed Oct 14, 2015
1 parent 9f39e58 commit 9bae511
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion public/js/app/app.module.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
function settingsClick() {
ngDialog.open({
template: APP_CONFIG.MODULE_PATH + 'settings/settings.index.html',
className: 'ngdialog-theme-default',
scope: $scope
});
}
Expand Down
2 changes: 1 addition & 1 deletion public/styles/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

@media screen and (min-width: 768px) {
.ngdialog-content {
width: 584px !important;
width: 684px !important;
}

body.notLogged {
Expand Down

0 comments on commit 9bae511

Please sign in to comment.