Skip to content

Commit

Permalink
BUGFIX: Min-width on html dialog box (fixes #7541)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrexia committed Jun 25, 2012
1 parent 609eaba commit 5c6ec68
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 5c6ec68

Please sign in to comment.