style: makes sure dialog windows are not wider than the screen (#6029)

This commit is contained in:
Frédéric Péters 2014-11-28 14:55:27 +01:00
parent befa2157fb
commit e89377a842
1 changed files with 1 additions and 0 deletions

View File

@ -423,6 +423,7 @@ div.ui-dialog {
box-shadow: rgb(102, 102, 102) 0px 0px 20px 2px;
padding: 0;
border-radius: 0;
max-width: 80%;
}
div.ui-dialog .ui-dialog-titlebar {