window_rails 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (180) hide show
  1. data/CHANGELOG.rdoc +0 -0
  2. data/LICENSE +44 -0
  3. data/README.rdoc +68 -0
  4. data/app/controllers/window_rails_controller.rb +32 -0
  5. data/files/javascripts/debug.js +137 -0
  6. data/files/javascripts/extended_debug.js +113 -0
  7. data/files/javascripts/tooltip.js +241 -0
  8. data/files/javascripts/window.js +1872 -0
  9. data/files/javascripts/window_effects.js +157 -0
  10. data/files/javascripts/window_ext.js +115 -0
  11. data/files/themes/alert.css +119 -0
  12. data/files/themes/alert/bottom.gif +0 -0
  13. data/files/themes/alert/bottom_left.gif +0 -0
  14. data/files/themes/alert/bottom_right.gif +0 -0
  15. data/files/themes/alert/left.gif +0 -0
  16. data/files/themes/alert/overlay.png +0 -0
  17. data/files/themes/alert/progress.gif +0 -0
  18. data/files/themes/alert/right.gif +0 -0
  19. data/files/themes/alert/top.gif +0 -0
  20. data/files/themes/alert/top_left.gif +0 -0
  21. data/files/themes/alert/top_right.gif +0 -0
  22. data/files/themes/alert_lite.css +88 -0
  23. data/files/themes/alphacube.css +150 -0
  24. data/files/themes/alphacube/bottom-left-c.gif +0 -0
  25. data/files/themes/alphacube/bottom-middle.gif +0 -0
  26. data/files/themes/alphacube/bottom-right-c.gif +0 -0
  27. data/files/themes/alphacube/button-close-focus.gif +0 -0
  28. data/files/themes/alphacube/button-max-focus.gif +0 -0
  29. data/files/themes/alphacube/button-min-focus.gif +0 -0
  30. data/files/themes/alphacube/frame-left.gif +0 -0
  31. data/files/themes/alphacube/frame-right.gif +0 -0
  32. data/files/themes/alphacube/left-top.gif +0 -0
  33. data/files/themes/alphacube/right-top.gif +0 -0
  34. data/files/themes/alphacube/top-middle.gif +0 -0
  35. data/files/themes/behavior.htc +51 -0
  36. data/files/themes/darkX.css +121 -0
  37. data/files/themes/darkX/button-close-focused.png +0 -0
  38. data/files/themes/darkX/button-maximize-focused.png +0 -0
  39. data/files/themes/darkX/button-minimize-focused.png +0 -0
  40. data/files/themes/darkX/frame-bottom-left-focused.png +0 -0
  41. data/files/themes/darkX/frame-bottom-mid-focused.png +0 -0
  42. data/files/themes/darkX/frame-bottom-right-focused.png +0 -0
  43. data/files/themes/darkX/frame-left-focused.png +0 -0
  44. data/files/themes/darkX/frame-right-focused.png +0 -0
  45. data/files/themes/darkX/titlebar-left-focused.png +0 -0
  46. data/files/themes/darkX/titlebar-mid-focused.png +0 -0
  47. data/files/themes/darkX/titlebar-right-focused.png +0 -0
  48. data/files/themes/debug.css +25 -0
  49. data/files/themes/default.css +155 -0
  50. data/files/themes/default/bottom_left.gif +0 -0
  51. data/files/themes/default/bottom_mid.gif +0 -0
  52. data/files/themes/default/bottom_right.gif +0 -0
  53. data/files/themes/default/bottom_right_resize.gif +0 -0
  54. data/files/themes/default/center_left.gif +0 -0
  55. data/files/themes/default/center_right.gif +0 -0
  56. data/files/themes/default/clear.gif +0 -0
  57. data/files/themes/default/close.gif +0 -0
  58. data/files/themes/default/inspect.gif +0 -0
  59. data/files/themes/default/maximize.gif +0 -0
  60. data/files/themes/default/minimize.gif +0 -0
  61. data/files/themes/default/overlay.png +0 -0
  62. data/files/themes/default/resize.gif +0 -0
  63. data/files/themes/default/sizer.gif +0 -0
  64. data/files/themes/default/top_left.gif +0 -0
  65. data/files/themes/default/top_mid.gif +0 -0
  66. data/files/themes/default/top_right.gif +0 -0
  67. data/files/themes/iefix/blank.gif +0 -0
  68. data/files/themes/iefix/iepngfix.css +3 -0
  69. data/files/themes/iefix/iepngfix.htc +54 -0
  70. data/files/themes/lighting.css +960 -0
  71. data/files/themes/lighting/background_buttons.gif +0 -0
  72. data/files/themes/lighting/bottom-left-blue.png +0 -0
  73. data/files/themes/lighting/bottom-left-darkblue.png +0 -0
  74. data/files/themes/lighting/bottom-left-green.png +0 -0
  75. data/files/themes/lighting/bottom-left-grey.png +0 -0
  76. data/files/themes/lighting/bottom-middle-blue.png +0 -0
  77. data/files/themes/lighting/bottom-middle-darkblue.png +0 -0
  78. data/files/themes/lighting/bottom-middle-green.png +0 -0
  79. data/files/themes/lighting/bottom-middle-grey.png +0 -0
  80. data/files/themes/lighting/bottom-right-blue.png +0 -0
  81. data/files/themes/lighting/bottom-right-darkblue.png +0 -0
  82. data/files/themes/lighting/bottom-right-green.png +0 -0
  83. data/files/themes/lighting/bottom-right-grey.png +0 -0
  84. data/files/themes/lighting/button-close-blue.png +0 -0
  85. data/files/themes/lighting/button-close-darkblue.png +0 -0
  86. data/files/themes/lighting/button-close-green.png +0 -0
  87. data/files/themes/lighting/button-close-grey.png +0 -0
  88. data/files/themes/lighting/button-maximize-blue.png +0 -0
  89. data/files/themes/lighting/button-maximize-darkblue.png +0 -0
  90. data/files/themes/lighting/button-maximize-green.png +0 -0
  91. data/files/themes/lighting/button-maximize-grey.png +0 -0
  92. data/files/themes/lighting/button-minimize-blue.png +0 -0
  93. data/files/themes/lighting/button-minimize-darkblue.png +0 -0
  94. data/files/themes/lighting/button-minimize-green.png +0 -0
  95. data/files/themes/lighting/button-minimize-grey.png +0 -0
  96. data/files/themes/lighting/left-blue.png +0 -0
  97. data/files/themes/lighting/left-darkblue.png +0 -0
  98. data/files/themes/lighting/left-green.png +0 -0
  99. data/files/themes/lighting/left-grey.png +0 -0
  100. data/files/themes/lighting/pngbehavior.htc +67 -0
  101. data/files/themes/lighting/right-blue.png +0 -0
  102. data/files/themes/lighting/right-darkblue.png +0 -0
  103. data/files/themes/lighting/right-green.png +0 -0
  104. data/files/themes/lighting/right-grey.png +0 -0
  105. data/files/themes/lighting/spinner.gif +0 -0
  106. data/files/themes/lighting/top-left-blue.png +0 -0
  107. data/files/themes/lighting/top-left-darkblue.png +0 -0
  108. data/files/themes/lighting/top-left-green.png +0 -0
  109. data/files/themes/lighting/top-left-grey.png +0 -0
  110. data/files/themes/lighting/top-middle-blue.png +0 -0
  111. data/files/themes/lighting/top-middle-darkblue.png +0 -0
  112. data/files/themes/lighting/top-middle-green.png +0 -0
  113. data/files/themes/lighting/top-middle-grey.png +0 -0
  114. data/files/themes/lighting/top-right-blue.png +0 -0
  115. data/files/themes/lighting/top-right-darkblue.png +0 -0
  116. data/files/themes/lighting/top-right-green.png +0 -0
  117. data/files/themes/lighting/top-right-grey.png +0 -0
  118. data/files/themes/mac_os_x.css +333 -0
  119. data/files/themes/mac_os_x/B.png +0 -0
  120. data/files/themes/mac_os_x/BL.png +0 -0
  121. data/files/themes/mac_os_x/BL_Main.png +0 -0
  122. data/files/themes/mac_os_x/BR.png +0 -0
  123. data/files/themes/mac_os_x/BR_Main.png +0 -0
  124. data/files/themes/mac_os_x/B_Main.png +0 -0
  125. data/files/themes/mac_os_x/L.png +0 -0
  126. data/files/themes/mac_os_x/L_Main.png +0 -0
  127. data/files/themes/mac_os_x/R.png +0 -0
  128. data/files/themes/mac_os_x/R_Main.png +0 -0
  129. data/files/themes/mac_os_x/T.png +0 -0
  130. data/files/themes/mac_os_x/TL.png +0 -0
  131. data/files/themes/mac_os_x/TL_Main.png +0 -0
  132. data/files/themes/mac_os_x/TR.png +0 -0
  133. data/files/themes/mac_os_x/TR_Main.png +0 -0
  134. data/files/themes/mac_os_x/T_Main.png +0 -0
  135. data/files/themes/mac_os_x/close.gif +0 -0
  136. data/files/themes/mac_os_x/maximize.gif +0 -0
  137. data/files/themes/mac_os_x/minimize.gif +0 -0
  138. data/files/themes/mac_os_x_dialog.css +160 -0
  139. data/files/themes/mac_os_x_dialog/B.png +0 -0
  140. data/files/themes/mac_os_x_dialog/BL.png +0 -0
  141. data/files/themes/mac_os_x_dialog/BR.png +0 -0
  142. data/files/themes/mac_os_x_dialog/L.png +0 -0
  143. data/files/themes/mac_os_x_dialog/R.png +0 -0
  144. data/files/themes/mac_os_x_dialog/T.png +0 -0
  145. data/files/themes/mac_os_x_dialog/TL.png +0 -0
  146. data/files/themes/mac_os_x_dialog/TR.png +0 -0
  147. data/files/themes/mac_os_x_dialog/bg.gif +0 -0
  148. data/files/themes/mac_os_x_dialog/close.gif +0 -0
  149. data/files/themes/mac_os_x_dialog/maximize.gif +0 -0
  150. data/files/themes/mac_os_x_dialog/minimize.gif +0 -0
  151. data/files/themes/nuncio.css +164 -0
  152. data/files/themes/nuncio/bottom_left.png +0 -0
  153. data/files/themes/nuncio/bottom_mid.png +0 -0
  154. data/files/themes/nuncio/bottom_right.png +0 -0
  155. data/files/themes/nuncio/center_left.png +0 -0
  156. data/files/themes/nuncio/center_right.png +0 -0
  157. data/files/themes/nuncio/close.png +0 -0
  158. data/files/themes/nuncio/minimize.png +0 -0
  159. data/files/themes/nuncio/overlay.png +0 -0
  160. data/files/themes/nuncio/top_left.png +0 -0
  161. data/files/themes/nuncio/top_mid.png +0 -0
  162. data/files/themes/nuncio/top_right.png +0 -0
  163. data/files/themes/spread.css +108 -0
  164. data/files/themes/spread/bottom-left-c.gif +0 -0
  165. data/files/themes/spread/bottom-middle.gif +0 -0
  166. data/files/themes/spread/bottom-right-c.gif +0 -0
  167. data/files/themes/spread/button-close-focus.gif +0 -0
  168. data/files/themes/spread/button-max-focus.gif +0 -0
  169. data/files/themes/spread/button-min-focus.gif +0 -0
  170. data/files/themes/spread/frame-left.gif +0 -0
  171. data/files/themes/spread/frame-right.gif +0 -0
  172. data/files/themes/spread/left-top.gif +0 -0
  173. data/files/themes/spread/right-top.gif +0 -0
  174. data/files/themes/spread/top-middle.gif +0 -0
  175. data/init.rb +1 -0
  176. data/install.rb +32 -0
  177. data/lib/window_rails.rb +164 -0
  178. data/lib/window_rails/version.rb +3 -0
  179. data/uninstall.rb +9 -0
  180. metadata +260 -0
@@ -0,0 +1,150 @@
1
+ .overlay_alphacube {
2
+ background-color: #85BBEF;
3
+ filter:alpha(opacity=60);
4
+ -moz-opacity: 0.6;
5
+ opacity: 0.6;
6
+ }
7
+
8
+ .alphacube_nw {
9
+ background: transparent url(alphacube/left-top.gif) no-repeat 0 0;
10
+ width:10px;
11
+ height:25px;
12
+ }
13
+
14
+ .alphacube_n {
15
+ background: transparent url(alphacube/top-middle.gif) repeat-x 0 0;
16
+ height:25px;
17
+ }
18
+
19
+ .alphacube_ne {
20
+ background: transparent url(alphacube/right-top.gif) no-repeat 0 0;
21
+ width:10px;
22
+ height:25px;
23
+ }
24
+
25
+ .alphacube_w {
26
+ background: transparent url(alphacube/frame-left.gif) repeat-y top left;
27
+ width:7px;
28
+ }
29
+
30
+ .alphacube_e {
31
+ background: transparent url(alphacube/frame-right.gif) repeat-y top right;
32
+ width:7px;
33
+ }
34
+
35
+ .alphacube_sw {
36
+ background: transparent url(alphacube/bottom-left-c.gif) no-repeat 0 0;
37
+ width:7px;
38
+ height:7px;
39
+ }
40
+
41
+ .alphacube_s {
42
+ background: transparent url(alphacube/bottom-middle.gif) repeat-x 0 0;
43
+ height:7px;
44
+ }
45
+
46
+ .alphacube_se, .alphacube_sizer {
47
+ background: transparent url(alphacube/bottom-right-c.gif) no-repeat 0 0;
48
+ width:7px;
49
+ height:7px;
50
+ }
51
+
52
+ .alphacube_sizer {
53
+ cursor:se-resize;
54
+ }
55
+
56
+ .alphacube_close {
57
+ width: 23px;
58
+ height: 23px;
59
+ background: transparent url(alphacube/button-close-focus.gif) no-repeat 0 0;
60
+ position:absolute;
61
+ top:0px;
62
+ right:11px;
63
+ cursor:pointer;
64
+ z-index:1000;
65
+ }
66
+
67
+ .alphacube_minimize {
68
+ width: 23px;
69
+ height: 23px;
70
+ background: transparent url(alphacube/button-min-focus.gif) no-repeat 0 0;
71
+ position:absolute;
72
+ top:0px;
73
+ right:55px;
74
+ cursor:pointer;
75
+ z-index:1000;
76
+ }
77
+
78
+ .alphacube_maximize {
79
+ width: 23px;
80
+ height: 23px;
81
+ background: transparent url(alphacube/button-max-focus.gif) no-repeat 0 0;
82
+ position:absolute;
83
+ top:0px;
84
+ right:33px;
85
+ cursor:pointer;
86
+ z-index:1000;
87
+ }
88
+
89
+ .alphacube_title {
90
+ float:left;
91
+ height:14px;
92
+ font-size:14px;
93
+ text-align:center;
94
+ margin-top:2px;
95
+ width:100%;
96
+ color:#123456;
97
+ }
98
+
99
+ .alphacube_content {
100
+ overflow:auto;
101
+ color: #000;
102
+ font-family: Tahoma, Arial, sans-serif;
103
+ font: 12px arial;
104
+ background:#FDFDFD;
105
+ }
106
+
107
+ /* For alert/confirm dialog */
108
+ .alphacube_window {
109
+ border:1px solid #F00;
110
+ background: #FFF;
111
+ padding:20px;
112
+ margin-left:auto;
113
+ margin-right:auto;
114
+ width:400px;
115
+ }
116
+
117
+ .alphacube_message {
118
+ font: 12px arial;
119
+ text-align:center;
120
+ width:100%;
121
+ padding-bottom:10px;
122
+ }
123
+
124
+ .alphacube_buttons {
125
+ text-align:center;
126
+ width:100%;
127
+ }
128
+
129
+ .alphacube_buttons input {
130
+ width:20%;
131
+ margin:10px;
132
+ }
133
+
134
+ .alphacube_progress {
135
+ float:left;
136
+ margin:auto;
137
+ text-align:center;
138
+ width:100%;
139
+ height:16px;
140
+ background: #FFF url('alert/progress.gif') no-repeat center center
141
+ }
142
+
143
+ .alphacube_wired_frame {
144
+ background: #FFF;
145
+ filter:alpha(opacity=60);
146
+ -moz-opacity: 0.6;
147
+ opacity: 0.6;
148
+ }
149
+
150
+
Binary file
@@ -0,0 +1,51 @@
1
+ <public:component>
2
+ <public:attach event="onpropertychange" onevent="propertyChanged()" />
3
+ <script>
4
+
5
+ var supported = /MSIE (5\.5)|[6789]/.test(navigator.userAgent) && navigator.platform == "Win32";
6
+ var realSrc;
7
+ var blankSrc = "blank.gif";
8
+
9
+ if (supported) fixImage();
10
+
11
+ function propertyChanged() {
12
+ if (!supported) return;
13
+
14
+ var pName = event.propertyName;
15
+ if (pName != "src") return;
16
+ // if not set to blank
17
+ if ( ! new RegExp(blankSrc).test(src))
18
+ fixImage();
19
+ };
20
+
21
+ function fixImage() {
22
+ // get src
23
+ var src = element.src;
24
+
25
+ // check for real change
26
+ if (src == realSrc) {
27
+ element.src = blankSrc;
28
+ return;
29
+ }
30
+
31
+ if ( ! new RegExp(blankSrc).test(src)) {
32
+ // backup old src
33
+ realSrc = src;
34
+ }
35
+
36
+ // test for png
37
+ if ( /\.png$/.test( realSrc.toLowerCase() ) ) {
38
+ // set blank image
39
+ element.src = blankSrc;
40
+ // set filter
41
+ element.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" +
42
+ src + "',sizingMethod='scale')";
43
+ }
44
+ else {
45
+ // remove filter
46
+ element.runtimeStyle.filter = "";
47
+ }
48
+ }
49
+
50
+ </script>
51
+ </public:component>
@@ -0,0 +1,121 @@
1
+ .overlay_darkX {
2
+ background-color: #85BBEF;
3
+ filter:alpha(opacity=60);
4
+ -moz-opacity: 0.6;
5
+ opacity: 0.6;
6
+ }
7
+
8
+ .darkX_nw {
9
+ background: transparent url(darkX/titlebar-left-focused.png) no-repeat 0 0;
10
+ width:6px;
11
+ height:21px;
12
+ }
13
+ .darkX_n {
14
+ background: transparent url(darkX/titlebar-mid-focused.png) repeat-x 0 0;
15
+ height:21px;
16
+ }
17
+ .darkX_ne {
18
+ background: transparent url(darkX/titlebar-right-focused.png) no-repeat 0 0;
19
+ width:6px;
20
+ height:21px;
21
+ }
22
+ .darkX_w {
23
+ background: transparent url(darkX/frame-left-focused.png) repeat-y top left;
24
+ width:3px;
25
+ }
26
+
27
+ .darkX_e {
28
+ background: transparent url(darkX/frame-right-focused.png) repeat-y top right;
29
+ width:3px;
30
+ }
31
+
32
+ .darkX_sw {
33
+ background: transparent url(darkX/frame-bottom-left-focused.png) no-repeat 0 0;
34
+ width:5px;
35
+ height:3px;
36
+ }
37
+ .darkX_s {
38
+ background: transparent url(darkX/frame-bottom-mid-focused.png) repeat-x 0 0;
39
+ height:3px;
40
+ }
41
+ .darkX_se, .darkX_sizer {
42
+ background: transparent url(darkX/frame-bottom-right-focused.png) no-repeat 0 0;
43
+ width:5px;
44
+ height:3px;
45
+ }
46
+
47
+ .darkX_sizer {
48
+ cursor:se-resize;
49
+ }
50
+
51
+ .darkX_close {
52
+ width: 21px;
53
+ height: 21px;
54
+ background: transparent url(darkX/button-close-focused.png) no-repeat 0 0;
55
+ position:absolute;
56
+ top:0px;
57
+ right:5px;
58
+ cursor:pointer;
59
+ z-index:1000;
60
+ }
61
+
62
+ .darkX_minimize {
63
+ width: 21px;
64
+ height: 21px;
65
+ background: transparent url(darkX/button-minimize-focused.png) no-repeat 0 0;
66
+ position:absolute;
67
+ top:0px;
68
+ right:26px;
69
+ cursor:pointer;
70
+ z-index:1000;
71
+ }
72
+
73
+ .darkX_maximize {
74
+ width: 21px;
75
+ height: 21px;
76
+ background: transparent url(darkX/button-maximize-focused.png) no-repeat 0 0;
77
+ position:absolute;
78
+ top:0px;
79
+ right:47px;
80
+ cursor:pointer;
81
+ z-index:1000;
82
+ }
83
+
84
+
85
+ .darkX_title {
86
+ float:left;
87
+ height:14px;
88
+ font-size:12px;
89
+ text-align:center;
90
+ margin-top:2px;
91
+ width:100%;
92
+ color:#FFF;
93
+ }
94
+
95
+ .darkX_content {
96
+ overflow:auto;
97
+ color: #E6DF2A;
98
+ font-family: Tahoma, Arial, sans-serif;
99
+ font-size: 14px;
100
+ background:#5E5148;
101
+ }
102
+
103
+
104
+ /* FOR IE */
105
+ * html .darkX_minimize {
106
+ background-color: transparent;
107
+ background-image: none;
108
+ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/darkX/button-minimize-focused.png", sizingMethod="crop");
109
+ }
110
+
111
+ * html .darkX_maximize {
112
+ background-color: transparent;
113
+ background-image: none;
114
+ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/darkX/button-maximize-focused.png", sizingMethod="scale");
115
+ }
116
+
117
+ * html .darkX_close {
118
+ background-color: transparent;
119
+ background-image: none;
120
+ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/darkX/button-close-focused.png", sizingMethod="crop");
121
+ }
@@ -0,0 +1,25 @@
1
+ div.inspector div.inspectable {
2
+ padding: 0.25em 0 0.25em 1em;
3
+ background-color: Gray;
4
+ color: white;
5
+ border: outset 2px white;
6
+ cursor: pointer;
7
+ }
8
+
9
+ div.inspector div.child {
10
+ margin: 0 0 0 1em;
11
+ }
12
+
13
+ #debug_window_content { /* DIV container for debug sizing*/
14
+ width:250px;
15
+ height:100px;
16
+ background-color:#000;
17
+ }
18
+
19
+ #debug { /* DIV container for debug contents*/
20
+ padding:3px;
21
+ color:#0f0;
22
+ font-family:monaco, Tahoma, Verdana, Arial, Helvetica, sans-serif;
23
+ font-size:10px;
24
+ }
25
+
@@ -0,0 +1,155 @@
1
+ .overlay_dialog {
2
+ background-color: #666666;
3
+ filter:alpha(opacity=60);
4
+ -moz-opacity: 0.6;
5
+ opacity: 0.6;
6
+ }
7
+
8
+ .overlay___invisible__ {
9
+ background-color: #666666;
10
+ filter:alpha(opacity=0);
11
+ -moz-opacity: 0;
12
+ opacity: 0;
13
+ }
14
+
15
+ .dialog_nw {
16
+ width: 9px;
17
+ height: 23px;
18
+ background: transparent url(default/top_left.gif) no-repeat 0 0;
19
+ }
20
+
21
+ .dialog_n {
22
+ background: transparent url(default/top_mid.gif) repeat-x 0 0;
23
+ height: 23px;
24
+ }
25
+
26
+ .dialog_ne {
27
+ width: 9px;
28
+ height: 23px;
29
+ background: transparent url(default/top_right.gif) no-repeat 0 0;
30
+ }
31
+
32
+ .dialog_e {
33
+ width: 2px;
34
+ background: transparent url(default/center_right.gif) repeat-y 0 0;
35
+ }
36
+
37
+ .dialog_w {
38
+ width: 2px;
39
+ background: transparent url(default/center_left.gif) repeat-y 0 0;
40
+ }
41
+
42
+ .dialog_sw {
43
+ width: 9px;
44
+ height: 19px;
45
+ background: transparent url(default/bottom_left.gif) no-repeat 0 0;
46
+ }
47
+
48
+ .dialog_s {
49
+ background: transparent url(default/bottom_mid.gif) repeat-x 0 0;
50
+ height: 19px;
51
+ }
52
+
53
+ .dialog_se {
54
+ width: 9px;
55
+ height: 19px;
56
+ background: transparent url(default/bottom_right.gif) no-repeat 0 0;
57
+ }
58
+
59
+ .dialog_sizer {
60
+ width: 9px;
61
+ height: 19px;
62
+ background: transparent url(default/sizer.gif) no-repeat 0 0;
63
+ cursor:se-resize;
64
+ }
65
+
66
+ .dialog_close {
67
+ width: 14px;
68
+ height: 14px;
69
+ background: transparent url(default/close.gif) no-repeat 0 0;
70
+ position:absolute;
71
+ top:5px;
72
+ left:8px;
73
+ cursor:pointer;
74
+ z-index:2000;
75
+ }
76
+
77
+ .dialog_minimize {
78
+ width: 14px;
79
+ height: 15px;
80
+ background: transparent url(default/minimize.gif) no-repeat 0 0;
81
+ position:absolute;
82
+ top:5px;
83
+ left:28px;
84
+ cursor:pointer;
85
+ z-index:2000;
86
+ }
87
+
88
+ .dialog_maximize {
89
+ width: 14px;
90
+ height: 15px;
91
+ background: transparent url(default/maximize.gif) no-repeat 0 0;
92
+ position:absolute;
93
+ top:5px;
94
+ left:49px;
95
+ cursor:pointer;
96
+ z-index:2000;
97
+ }
98
+
99
+ .dialog_title {
100
+ float:left;
101
+ height:14px;
102
+ font-family: Tahoma, Arial, sans-serif;
103
+ font-size:12px;
104
+ text-align:center;
105
+ width:100%;
106
+ color:#000;
107
+ }
108
+
109
+ .dialog_content {
110
+ overflow:auto;
111
+ color: #DDD;
112
+ font-family: Tahoma, Arial, sans-serif;
113
+ font-size: 10px;
114
+ background-color:#123;
115
+ }
116
+
117
+ .top_draggable, .bottom_draggable {
118
+ cursor:move;
119
+ }
120
+
121
+ .status_bar {
122
+ font-size:12px;
123
+ }
124
+ .status_bar input{
125
+ font-size:12px;
126
+ }
127
+
128
+ .wired_frame {
129
+ display: block;
130
+ position: absolute;
131
+ border: 1px #000 dashed;
132
+ }
133
+
134
+ /* DO NOT CHANGE THESE VALUES*/
135
+ .dialog {
136
+ display: block;
137
+ position: absolute;
138
+ }
139
+
140
+ .dialog table.table_window {
141
+ border-collapse: collapse;
142
+ border-spacing: 0;
143
+ width: 100%;
144
+ margin: 0px;
145
+ padding:0px;
146
+ }
147
+
148
+ .dialog table.table_window td , .dialog table.table_window th {
149
+ padding: 0;
150
+ }
151
+
152
+ .dialog .title_window {
153
+ -moz-user-select:none;
154
+ }
155
+