Skip to content

Commit

Permalink
Merge pull request #571 from adrexia/7541-dialog
Browse files Browse the repository at this point in the history
BUGFIX: Min-width on html dialog box (fixes #7541)
  • Loading branch information
chillu committed Jun 25, 2012
2 parents 340a161 + 5c6ec68 commit 3a54d4a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions admin/css/screen.css

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

10 changes: 8 additions & 2 deletions admin/scss/_style.scss
Expand Up @@ -1280,8 +1280,14 @@ form.member-profile-form {
background-image: none;
}

.cms .ui-dialog .ss-ui-dialog.ui-dialog-content {
padding-top: 0px; //removes padding so that tabs are flush with header
.cms .ui-dialog{
min-width:570px;
.htmleditorfield-dialog{
min-width:570px;
}
.ss-ui-dialog.ui-dialog-content {
padding-top: 0px; //removes padding so that tabs are flush with header
}
}

// Elements with this class can either frame inline markup or an iframe,
Expand Down

0 comments on commit 3a54d4a

Please sign in to comment.