File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 20
20
< script src ="../../../ui/jquery.ui.autocomplete.js "> </ script >
21
21
< script src ="../../../ui/jquery.ui.tooltip.js "> </ script >
22
22
23
+ < style >
24
+ body {
25
+ font-size : 62.5% ;
26
+ }
27
+ </ style >
23
28
< script >
24
29
$ ( function ( ) {
25
30
var dialog = $ ( "#dialog" ) . dialog ( {
98
103
99
104
< button id ="open-dialog "> Reopen dialog</ button >
100
105
101
- < div id ="dialog " title ="Basic dialog ">
106
+ < div id ="dialog " title ="Basic dialog, but with a really long title that doesn't quite fit. ">
102
107
< p > This is the default dialog which is useful for displaying information. The dialog window can be moved, resized and closed with the 'x' icon.</ p >
103
108
< p > < button id ="open-datepicker "> Open another window with a datepicker.</ button > </ p >
104
109
< p > < button id ="destroy-dialog "> Self destruct</ button > </ p >
Original file line number Diff line number Diff line change 24
24
.ui-dialog .ui-dialog-title {
25
25
float : left;
26
26
margin : .1em 16px .1em 0 ;
27
+ white-space : nowrap;
28
+ width : 90% ;
29
+ overflow : hidden;
30
+ text-overflow : ellipsis;
27
31
}
28
32
.ui-dialog .ui-dialog-titlebar-close {
29
33
position : absolute;
You can’t perform that action at this time.
0 commit comments