diff options
Diffstat (limited to 'themes/base/jquery.ui.dialog.css')
-rw-r--r-- | themes/base/jquery.ui.dialog.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/base/jquery.ui.dialog.css b/themes/base/jquery.ui.dialog.css index 986ce8604..370c95da5 100644 --- a/themes/base/jquery.ui.dialog.css +++ b/themes/base/jquery.ui.dialog.css @@ -24,6 +24,10 @@ .ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; + white-space: nowrap; + width: 90%; + overflow: hidden; + text-overflow: ellipsis; } .ui-dialog .ui-dialog-titlebar-close { position: absolute; |