File tree Expand file tree Collapse file tree 1 file changed +37
-6
lines changed Expand file tree Collapse file tree 1 file changed +37
-6
lines changed Original file line number Diff line number Diff line change 9
9
* http://api.jqueryui.com/dialog/#theming
10
10
*/
11
11
.ui-dialog {
12
- overflow : hidden;
13
12
position : absolute;
14
13
top : 0 ;
15
14
left : 0 ;
58
57
margin : .5em .4em .5em 0 ;
59
58
cursor : pointer;
60
59
}
60
+ .ui-dialog .ui-resizable-n {
61
+ height : 2px ;
62
+ top : 0 ;
63
+ }
64
+ .ui-dialog .ui-resizable-e {
65
+ width : 2px ;
66
+ right : 0 ;
67
+ }
68
+ .ui-dialog .ui-resizable-s {
69
+ height : 2px ;
70
+ bottom : 0 ;
71
+ }
72
+ .ui-dialog .ui-resizable-w {
73
+ width : 2px ;
74
+ left : 0 ;
75
+ }
76
+ .ui-dialog .ui-resizable-se ,
77
+ .ui-dialog .ui-resizable-sw ,
78
+ .ui-dialog .ui-resizable-ne ,
79
+ .ui-dialog .ui-resizable-nw {
80
+ width : 7px ;
81
+ height : 7px ;
82
+ }
61
83
.ui-dialog .ui-resizable-se {
62
- width : 12px ;
63
- height : 12px ;
64
- right : -5px ;
65
- bottom : -5px ;
66
- background-position : 16px 16px ;
84
+ right : 0 ;
85
+ bottom : 0 ;
86
+ }
87
+ .ui-dialog .ui-resizable-sw {
88
+ left : 0 ;
89
+ bottom : 0 ;
90
+ }
91
+ .ui-dialog .ui-resizable-ne {
92
+ right : 0 ;
93
+ top : 0 ;
94
+ }
95
+ .ui-dialog .ui-resizable-nw {
96
+ left : 0 ;
97
+ top : 0 ;
67
98
}
68
99
.ui-draggable .ui-dialog-titlebar {
69
100
cursor : move;
You can’t perform that action at this time.
0 commit comments