wakame-vdc-webui 10.12.0 → 11.06.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (152) hide show
  1. data/INSTALL-API.txt +14 -0
  2. data/Rakefile +5 -1
  3. data/app/api/config/environment.rb +9 -0
  4. data/app/controllers/accounts_controller.rb +39 -1
  5. data/app/controllers/application_controller.rb +73 -1
  6. data/app/controllers/instance_specs_controller.rb +11 -0
  7. data/app/controllers/instances_controller.rb +7 -3
  8. data/app/controllers/{images_controller.rb → machine_images_controller.rb} +2 -3
  9. data/app/controllers/sessions_controller.rb +6 -3
  10. data/app/controllers/snapshots_controller.rb +17 -6
  11. data/app/controllers/volumes_controller.rb +6 -2
  12. data/app/helpers/application_helper.rb +9 -5
  13. data/app/helpers/machine_images_helper.rb +2 -0
  14. data/app/models/account.rb +22 -4
  15. data/app/models/base_new.rb +11 -2
  16. data/app/models/dcmgr_resource/base.rb +13 -0
  17. data/app/models/dcmgr_resource/instance_spec.rb +7 -0
  18. data/app/models/dcmgr_resource/volume_snapshot.rb +6 -0
  19. data/app/models/information.rb +1 -1
  20. data/app/models/oauth_consumer.rb +15 -0
  21. data/app/models/oauth_token.rb +10 -0
  22. data/app/models/user.rb +34 -1
  23. data/app/views/accounts/index.html.erb +42 -67
  24. data/app/views/accounts/password.html.erb +35 -0
  25. data/app/views/dialog/attach_volume.html.erb +2 -2
  26. data/app/views/dialog/create_and_edit_security_group.html.erb +61 -28
  27. data/app/views/dialog/create_snapshot.html.erb +11 -4
  28. data/app/views/dialog/create_ssh_keypair.html.erb +2 -2
  29. data/app/views/dialog/create_volume.html.erb +3 -4
  30. data/app/views/dialog/create_volume_from_snapshot.html.erb +1 -1
  31. data/app/views/dialog/delete_security_group.html.erb +1 -1
  32. data/app/views/dialog/delete_snapshot.html.erb +1 -1
  33. data/app/views/dialog/delete_ssh_keypair.html.erb +1 -1
  34. data/app/views/dialog/delete_volume.html.erb +1 -1
  35. data/app/views/dialog/detach_volume.html.erb +1 -1
  36. data/app/views/dialog/launch_instance.html.erb +10 -14
  37. data/app/views/dialog/reboot_instances.html.erb +1 -1
  38. data/app/views/dialog/terminate_instances.html.erb +1 -1
  39. data/app/views/home/index.html.erb +11 -11
  40. data/app/views/host_pools/index.html.erb +87 -92
  41. data/app/views/instances/index.html.erb +50 -52
  42. data/app/views/keypairs/index.html.erb +16 -16
  43. data/app/views/layouts/_header.html.erb +6 -6
  44. data/app/views/layouts/_informationarea.html.erb +5 -5
  45. data/app/views/layouts/_login_header.erb +1 -1
  46. data/app/views/layouts/_sidemenu.html.erb +30 -28
  47. data/app/views/layouts/application.html.erb +19 -3
  48. data/app/views/layouts/login.html.erb +4 -4
  49. data/app/views/{images → machine_images}/index.html.erb +20 -39
  50. data/app/views/security_groups/index.html.erb +20 -23
  51. data/app/views/sessions/new.html.erb +10 -5
  52. data/app/views/snapshots/index.html.erb +28 -26
  53. data/app/views/storage_pools/index.html.erb +17 -22
  54. data/app/views/volumes/index.html.erb +32 -34
  55. data/config/application-cli.rb +33 -0
  56. data/config/{application-api.rb → cli_token.rb} +0 -0
  57. data/config/environment-cli.rb +4 -0
  58. data/config/environments/development.rb +19 -0
  59. data/config/initializers/dcmgr_gui.rb +8 -3
  60. data/config/initializers/sequel.rb +4 -0
  61. data/config/initializers/site.rb +8 -0
  62. data/config/locales/en.yml +307 -1
  63. data/config/locales/ja-JP.yml +4 -0
  64. data/config/locales/ja.yml +309 -0
  65. data/config/routes.rb +16 -9
  66. data/lib/cli/account.rb +264 -0
  67. data/lib/cli/base.rb +74 -0
  68. data/lib/cli/errors.rb +59 -0
  69. data/lib/cli/user.rb +226 -0
  70. data/lib/tasks/dcmgr_api.rake +65 -12
  71. data/lib/tasks/dcmgr_gui.rake +96 -4
  72. data/lib/tasks/dcmgr_oauth.rake +39 -0
  73. data/public/i18n/Messages.properties +0 -0
  74. data/public/images/Chevron.gif +0 -0
  75. data/public/images/ChevronOverlay.png +0 -0
  76. data/public/images/IconHome.gif +0 -0
  77. data/public/images/bg-box-body.gif +0 -0
  78. data/public/images/bg-box-body.png +0 -0
  79. data/public/images/bg-box-bottom.gif +0 -0
  80. data/public/images/bg-box-bottom.png +0 -0
  81. data/public/images/bg-box-top.gif +0 -0
  82. data/public/images/bg-box-top.png +0 -0
  83. data/public/images/cluetip/arrowdown.gif +0 -0
  84. data/public/images/cluetip/arrowleft.gif +0 -0
  85. data/public/images/cluetip/arrowright.gif +0 -0
  86. data/public/images/cluetip/arrowup.gif +0 -0
  87. data/public/images/cluetip/bl.gif +0 -0
  88. data/public/images/cluetip/bl.png +0 -0
  89. data/public/images/cluetip/br.gif +0 -0
  90. data/public/images/cluetip/br.png +0 -0
  91. data/public/images/cluetip/darrowdown.gif +0 -0
  92. data/public/images/cluetip/darrowleft.gif +0 -0
  93. data/public/images/cluetip/darrowright.gif +0 -0
  94. data/public/images/cluetip/darrowup.gif +0 -0
  95. data/public/images/cluetip/itunes.png +0 -0
  96. data/public/images/cluetip/rarrowdown.gif +0 -0
  97. data/public/images/cluetip/rarrowleft.gif +0 -0
  98. data/public/images/cluetip/rarrowright.gif +0 -0
  99. data/public/images/cluetip/rarrowup.gif +0 -0
  100. data/public/images/cluetip/tl.gif +0 -0
  101. data/public/images/cluetip/tl.png +0 -0
  102. data/public/images/cluetip/tr.gif +0 -0
  103. data/public/images/cluetip/tr.png +0 -0
  104. data/public/images/cluetip/wait.gif +0 -0
  105. data/public/images/dialog-error.png +0 -0
  106. data/public/images/dialog-help.png +0 -0
  107. data/public/images/dialog-information.png +0 -0
  108. data/public/images/dialog-warning.png +0 -0
  109. data/public/images/ui-bg_flat_55_fcf0ba_40x100.png +0 -0
  110. data/public/images/ui-bg_glass_10_136d76_1x400.png +0 -0
  111. data/public/images/ui-bg_glass_10_458845_1x400.png +0 -0
  112. data/public/images/ui-bg_highlight-hard_100_f5f3e5_1x100.png +0 -0
  113. data/public/images/ui-bg_highlight-hard_100_fafaf4_1x100.png +0 -0
  114. data/public/images/ui-bg_highlight-soft_50_136d76_1x100.png +0 -0
  115. data/public/images/ui-bg_inset-soft_15_386b3d_1x100.png +0 -0
  116. data/public/images/ui-icons_4c9052_256x240.png +0 -0
  117. data/public/images/ui-icons_847e71_256x240.png +0 -0
  118. data/public/javascripts/dcmgr_gui/account_panel.js +6 -0
  119. data/public/javascripts/dcmgr_gui/application.js +78 -5
  120. data/public/javascripts/dcmgr_gui/core.js +409 -102
  121. data/public/javascripts/dcmgr_gui/dashboard_panel.js +12 -3
  122. data/public/javascripts/dcmgr_gui/host_pool_panel.js +1 -1
  123. data/public/javascripts/dcmgr_gui/image_panel.js +119 -65
  124. data/public/javascripts/dcmgr_gui/instance_panel.js +86 -44
  125. data/public/javascripts/dcmgr_gui/security_group_panel.js +135 -77
  126. data/public/javascripts/dcmgr_gui/snapshot_panel.js +119 -61
  127. data/public/javascripts/dcmgr_gui/sshkeypair_panel.js +71 -47
  128. data/public/javascripts/dcmgr_gui/storage_pool_panel.js +10 -10
  129. data/public/javascripts/dcmgr_gui/volume_panel.js +311 -155
  130. data/public/javascripts/jquery.cluetip.min.js +33 -0
  131. data/public/javascripts/jquery.easing.1.3.js +205 -0
  132. data/public/javascripts/jquery.hoverIntent.js +114 -0
  133. data/public/javascripts/jquery.i18n.properties-min.js +7 -0
  134. data/public/javascripts/jquery.jBreadCrumb.1.1.js +240 -0
  135. data/public/javascripts/sexyalertbox.v1.2.jquery.js +414 -0
  136. data/public/javascripts/ui.selectmenu.js +541 -0
  137. data/public/stylesheets/BreadCrumb.css +109 -0
  138. data/public/stylesheets/common.css +146 -86
  139. data/public/stylesheets/dialog.css +7 -7
  140. data/public/stylesheets/jquery-ui-1.8.4.custom.css +41 -40
  141. data/public/stylesheets/jquery.cluetip.css +179 -0
  142. data/public/stylesheets/sexyalertbox.css +67 -0
  143. data/public/stylesheets/ui.selectmenu.css +24 -0
  144. data/test/functional/{images_controller_test.rb → machine_images_controller_test.rb} +1 -1
  145. data/test/unit/helpers/machine_images_helper_test.rb +4 -0
  146. metadata +350 -221
  147. data/README +0 -256
  148. data/app/api/auth_server.rb +0 -28
  149. data/app/helpers/images_helper.rb +0 -2
  150. data/app/views/information/index.html.erb +0 -25
  151. data/app/views/layouts/_service_health.erb +0 -27
  152. data/test/unit/helpers/images_helper_test.rb +0 -4
@@ -47,12 +47,8 @@
47
47
  padding: 0 3px 0 3px;
48
48
  }
49
49
 
50
- #launch_instance_dialog #available_groups {
51
- padding-left: 54px;
52
- }
53
-
54
- #launch_instance_dialog #launch_in {
55
- padding-left: 75px;
50
+ #launch_instance_dialog #security_group_field table tr th {
51
+ text-align: center;
56
52
  }
57
53
 
58
54
  #launch_instance_dialog #user_data_field {
@@ -64,4 +60,8 @@
64
60
 
65
61
  #launch_instance_dialog #user_data_field legend {
66
62
  padding: 0 3px 0 3px;
67
- }
63
+ }
64
+
65
+ #create_snapshost_dialog #create_snapshots {
66
+ padding-top: 10px;
67
+ }
@@ -1,7 +1,7 @@
1
1
  /*
2
- * jQuery UI CSS Framework @VERSION
2
+ * jQuery UI CSS Framework 1.8.11
3
3
  *
4
- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
4
+ * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
5
5
  * Dual licensed under the MIT or GPL Version 2 licenses.
6
6
  * http://jquery.org/license
7
7
  *
@@ -11,7 +11,7 @@
11
11
  /* Layout helpers
12
12
  ----------------------------------*/
13
13
  .ui-helper-hidden { display: none; }
14
- .ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
14
+ .ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
15
15
  .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
16
16
  .ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
17
17
  .ui-helper-clearfix { display: inline-block; }
@@ -30,7 +30,7 @@
30
30
  /* Icons
31
31
  ----------------------------------*/
32
32
 
33
- /* states and ../images */
33
+ /* states and images */
34
34
  .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
35
35
 
36
36
 
@@ -42,15 +42,15 @@
42
42
 
43
43
 
44
44
  /*
45
- * jQuery UI CSS Framework @VERSION
45
+ * jQuery UI CSS Framework 1.8.11
46
46
  *
47
- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
47
+ * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
48
48
  * Dual licensed under the MIT or GPL Version 2 licenses.
49
49
  * http://jquery.org/license
50
50
  *
51
51
  * http://docs.jquery.com/UI/Theming/API
52
52
  *
53
- * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=segoe%20ui,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=ece8da&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=100&borderColorHeader=d4ccb0&fcHeader=433f38&iconColorHeader=847e71&bgColorContent=f5f3e5&bgTextureContent=04_highlight_hard.png&bgImgOpacityContent=100&borderColorContent=dfd9c3&fcContent=312e25&iconColorContent=808080&bgColorDefault=459e00&bgTextureDefault=04_highlight_hard.png&bgImgOpacityDefault=15&borderColorDefault=327E04&fcDefault=ffffff&iconColorDefault=eeeeee&bgColorHover=67b021&bgTextureHover=03_highlight_soft.png&bgImgOpacityHover=25&borderColorHover=327E04&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=fafaf4&bgTextureActive=04_highlight_hard.png&bgImgOpacityActive=100&borderColorActive=d4ccb0&fcActive=459e00&iconColorActive=8DC262&bgColorHighlight=fcf0ba&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=e8e1b5&fcHighlight=363636&iconColorHighlight=8DC262&bgColorError=ffedad&bgTextureError=03_highlight_soft.png&bgImgOpacityError=95&borderColorError=e3a345&fcError=cd5c0a&iconColorError=cd0a0a&bgColorOverlay=2b2922&bgTextureOverlay=05_inset_soft.png&bgImgOpacityOverlay=15&opacityOverlay=90&bgColorShadow=cccccc&bgTextureShadow=04_highlight_hard.png&bgImgOpacityShadow=95&opacityShadow=20&thicknessShadow=12px&offsetTopShadow=-12px&offsetLeftShadow=-12px&cornerRadiusShadow=10px
53
+ * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=segoe%20ui,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=ece8da&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=100&borderColorHeader=d4ccb0&fcHeader=433f38&iconColorHeader=847e71&bgColorContent=f5f3e5&bgTextureContent=04_highlight_hard.png&bgImgOpacityContent=100&borderColorContent=dfd9c3&fcContent=312e25&iconColorContent=808080&bgColorDefault=136d76&bgTextureDefault=02_glass.png&bgImgOpacityDefault=10&borderColorDefault=136d76&fcDefault=ffffff&iconColorDefault=eeeeee&bgColorHover=458845&bgTextureHover=02_glass.png&bgImgOpacityHover=10&borderColorHover=458845&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=fafaf4&bgTextureActive=04_highlight_hard.png&bgImgOpacityActive=100&borderColorActive=d4ccb0&fcActive=4c9052&iconColorActive=4c9052&bgColorHighlight=fcf0ba&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=55&borderColorHighlight=e8e1b5&fcHighlight=363636&iconColorHighlight=4c9052&bgColorError=ffedad&bgTextureError=03_highlight_soft.png&bgImgOpacityError=95&borderColorError=e3a345&fcError=cd5c0a&iconColorError=cd0a0a&bgColorOverlay=2b2922&bgTextureOverlay=05_inset_soft.png&bgImgOpacityOverlay=15&opacityOverlay=90&bgColorShadow=cccccc&bgTextureShadow=04_highlight_hard.png&bgImgOpacityShadow=95&opacityShadow=20&thicknessShadow=12px&offsetTopShadow=-12px&offsetLeftShadow=-12px&cornerRadiusShadow=10px
54
54
  */
55
55
 
56
56
 
@@ -66,17 +66,17 @@
66
66
 
67
67
  /* Interaction states
68
68
  ----------------------------------*/
69
- .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #327e04; background: #459e00 url(../images/ui-bg_highlight-hard_15_459e00_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #ffffff; }
69
+ .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #136d76; background: #136d76 url(../images/ui-bg_glass_10_136d76_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #ffffff; }
70
70
  .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #ffffff; text-decoration: none; }
71
- .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #327e04; background: #67b021 url(../images/ui-bg_highlight-soft_25_67b021_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #ffffff; }
71
+ .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #458845; background: #458845 url(../images/ui-bg_glass_10_458845_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #ffffff; }
72
72
  .ui-state-hover a, .ui-state-hover a:hover { color: #ffffff; text-decoration: none; }
73
- .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { background: #fafaf4 url(../images/ui-bg_highlight-hard_100_fafaf4_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #459e00; }
74
- .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #459e00; text-decoration: none; }
73
+ .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #d4ccb0; background: #fafaf4 url(../images/ui-bg_highlight-hard_100_fafaf4_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #4c9052; }
74
+ .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #4c9052; text-decoration: none; }
75
75
  .ui-widget :active { outline: none; }
76
76
 
77
77
  /* Interaction Cues
78
78
  ----------------------------------*/
79
- .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #e8e1b5; background: #fcf0ba url(../images/ui-bg_glass_55_fcf0ba_1x400.png) 50% 50% repeat-x; color: #363636; }
79
+ .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #e8e1b5; background: #fcf0ba url(../images/ui-bg_flat_55_fcf0ba_40x100.png) 50% 50% repeat-x; color: #363636; }
80
80
  .ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
81
81
  .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #e3a345; background: #ffedad url(../images/ui-bg_highlight-soft_95_ffedad_1x100.png) 50% top repeat-x; color: #cd5c0a; }
82
82
  .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd5c0a; }
@@ -88,14 +88,14 @@
88
88
  /* Icons
89
89
  ----------------------------------*/
90
90
 
91
- /* states and ../images */
91
+ /* states and images */
92
92
  .ui-icon { width: 16px; height: 16px; background-image: url(../images/ui-icons_808080_256x240.png); }
93
93
  .ui-widget-content .ui-icon {background-image: url(../images/ui-icons_808080_256x240.png); }
94
94
  .ui-widget-header .ui-icon {background-image: url(../images/ui-icons_847e71_256x240.png); }
95
95
  .ui-state-default .ui-icon { background-image: url(../images/ui-icons_eeeeee_256x240.png); }
96
96
  .ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../images/ui-icons_ffffff_256x240.png); }
97
- .ui-state-active .ui-icon {background-image: url(../images/ui-icons_8dc262_256x240.png); }
98
- .ui-state-highlight .ui-icon {background-image: url(../images/ui-icons_8dc262_256x240.png); }
97
+ .ui-state-active .ui-icon {background-image: url(../images/ui-icons_4c9052_256x240.png); }
98
+ .ui-state-highlight .ui-icon {background-image: url(../images/ui-icons_4c9052_256x240.png); }
99
99
  .ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(../images/ui-icons_cd0a0a_256x240.png); }
100
100
 
101
101
  /* positioning */
@@ -293,9 +293,9 @@
293
293
  /* Overlays */
294
294
  .ui-widget-overlay { background: #2b2922 url(../images/ui-bg_inset-soft_15_2b2922_1x100.png) 50% bottom repeat-x; opacity: .90;filter:Alpha(Opacity=90); }
295
295
  .ui-widget-shadow { margin: -12px 0 0 -12px; padding: 12px; background: #cccccc url(../images/ui-bg_highlight-hard_95_cccccc_1x100.png) 50% top repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; }/*
296
- * jQuery UI Resizable @VERSION
296
+ * jQuery UI Resizable 1.8.11
297
297
  *
298
- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
298
+ * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
299
299
  * Dual licensed under the MIT or GPL Version 2 licenses.
300
300
  * http://jquery.org/license
301
301
  *
@@ -312,9 +312,9 @@
312
312
  .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
313
313
  .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
314
314
  .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*
315
- * jQuery UI Selectable @VERSION
315
+ * jQuery UI Selectable 1.8.11
316
316
  *
317
- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
317
+ * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
318
318
  * Dual licensed under the MIT or GPL Version 2 licenses.
319
319
  * http://jquery.org/license
320
320
  *
@@ -322,9 +322,9 @@
322
322
  */
323
323
  .ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
324
324
  /*
325
- * jQuery UI Accordion @VERSION
325
+ * jQuery UI Accordion 1.8.11
326
326
  *
327
- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
327
+ * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
328
328
  * Dual licensed under the MIT or GPL Version 2 licenses.
329
329
  * http://jquery.org/license
330
330
  *
@@ -339,10 +339,11 @@
339
339
  .ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
340
340
  .ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
341
341
  .ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
342
- .ui-accordion .ui-accordion-content-active { display: block; }/*
343
- * jQuery UI Autocomplete @VERSION
342
+ .ui-accordion .ui-accordion-content-active { display: block; }
343
+ /*
344
+ * jQuery UI Autocomplete 1.8.11
344
345
  *
345
- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
346
+ * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
346
347
  * Dual licensed under the MIT or GPL Version 2 licenses.
347
348
  * http://jquery.org/license
348
349
  *
@@ -354,7 +355,7 @@
354
355
  * html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
355
356
 
356
357
  /*
357
- * jQuery UI Menu @VERSION
358
+ * jQuery UI Menu 1.8.11
358
359
  *
359
360
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
360
361
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -393,9 +394,9 @@
393
394
  margin: -1px;
394
395
  }
395
396
  /*
396
- * jQuery UI Button @VERSION
397
+ * jQuery UI Button 1.8.11
397
398
  *
398
- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
399
+ * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
399
400
  * Dual licensed under the MIT or GPL Version 2 licenses.
400
401
  * http://jquery.org/license
401
402
  *
@@ -431,17 +432,17 @@ input.ui-button { padding: .4em 1em; }
431
432
  /* workarounds */
432
433
  button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
433
434
  /*
434
- * jQuery UI Dialog @VERSION
435
+ * jQuery UI Dialog 1.8.11
435
436
  *
436
- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
437
+ * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
437
438
  * Dual licensed under the MIT or GPL Version 2 licenses.
438
439
  * http://jquery.org/license
439
440
  *
440
441
  * http://docs.jquery.com/UI/Dialog#theming
441
442
  */
442
443
  .ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
443
- .ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em; position: relative; }
444
- .ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; }
444
+ .ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative; }
445
+ .ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }
445
446
  .ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
446
447
  .ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
447
448
  .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
@@ -452,9 +453,9 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad
452
453
  .ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
453
454
  .ui-draggable .ui-dialog-titlebar { cursor: move; }
454
455
  /*
455
- * jQuery UI Slider @VERSION
456
+ * jQuery UI Slider 1.8.11
456
457
  *
457
- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
458
+ * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
458
459
  * Dual licensed under the MIT or GPL Version 2 licenses.
459
460
  * http://jquery.org/license
460
461
  *
@@ -475,9 +476,9 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad
475
476
  .ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
476
477
  .ui-slider-vertical .ui-slider-range-min { bottom: 0; }
477
478
  .ui-slider-vertical .ui-slider-range-max { top: 0; }/*
478
- * jQuery UI Tabs @VERSION
479
+ * jQuery UI Tabs 1.8.11
479
480
  *
480
- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
481
+ * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
481
482
  * Dual licensed under the MIT or GPL Version 2 licenses.
482
483
  * http://jquery.org/license
483
484
  *
@@ -493,15 +494,15 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad
493
494
  .ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
494
495
  .ui-tabs .ui-tabs-hide { display: none !important; }
495
496
  /*
496
- * jQuery UI Datepicker @VERSION
497
+ * jQuery UI Datepicker 1.8.11
497
498
  *
498
- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
499
+ * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
499
500
  * Dual licensed under the MIT or GPL Version 2 licenses.
500
501
  * http://jquery.org/license
501
502
  *
502
503
  * http://docs.jquery.com/UI/Datepicker#theming
503
504
  */
504
- .ui-datepicker { width: 17em; padding: .2em .2em 0; }
505
+ .ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
505
506
  .ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
506
507
  .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
507
508
  .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
@@ -560,9 +561,9 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad
560
561
  width: 200px; /*must have*/
561
562
  height: 200px; /*must have*/
562
563
  }/*
563
- * jQuery UI Progressbar @VERSION
564
+ * jQuery UI Progressbar 1.8.11
564
565
  *
565
- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
566
+ * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
566
567
  * Dual licensed under the MIT or GPL Version 2 licenses.
567
568
  * http://jquery.org/license
568
569
  *
@@ -0,0 +1,179 @@
1
+ /* global */
2
+ div.ui-cluetip {
3
+ font-size: 1em;
4
+ }
5
+ .ui-cluetip-header,
6
+ .ui-cluetip-content {
7
+ padding: 12px;
8
+ }
9
+ .ui-cluetip-header {
10
+ font-size: 1em;
11
+ margin: 0;
12
+ overflow: hidden;
13
+ }
14
+
15
+ #cluetip-title #cluetip-close {
16
+ float: right;
17
+ position: relative;
18
+ }
19
+ #cluetip-close img {
20
+ border: 0;
21
+ }
22
+
23
+ #cluetip-waitimage {
24
+ width: 43px;
25
+ height: 11px;
26
+ position: absolute;
27
+ background-image: url(../images/cluetip/wait.gif);
28
+ }
29
+ .cluetip-arrows {
30
+ display: none;
31
+ position: absolute;
32
+ top: 0;
33
+ left: -11px;
34
+ height: 22px;
35
+ width: 11px;
36
+ background-repeat: no-repeat;
37
+ background-position: 0 0;
38
+ }
39
+ #cluetip-extra {
40
+ display: none;
41
+ }
42
+
43
+ /***************************************
44
+ =cluetipClass: 'default'
45
+ -------------------------------------- */
46
+
47
+ .cluetip-default {
48
+ background-color: #d9d9c2;
49
+ }
50
+ .cluetip-default .ui-cluetip-header {
51
+ background-color: #87876a;
52
+ }
53
+
54
+
55
+ /*
56
+ .cluetip-default #cluetip-outer {
57
+ position: relative;
58
+ margin: 0;
59
+ background-color: #d9d9c2;
60
+ }
61
+ .cluetip-default h3#cluetip-title {
62
+ margin: 0 0 5px;
63
+ padding: 8px 10px 4px;
64
+ font-size: 1.1em;
65
+ font-weight: normal;
66
+ background-color: #87876a;
67
+ color: #fff;
68
+ }
69
+ .cluetip-default #cluetip-title a {
70
+ color: #d9d9c2;
71
+ font-size: 0.95em;
72
+ }
73
+ .cluetip-default #cluetip-inner {
74
+ padding: 10px;
75
+ }
76
+ .cluetip-default div#cluetip-close {
77
+ text-align: right;
78
+ margin: 0 5px 5px;
79
+ color: #900;
80
+ }
81
+ */
82
+ /* default arrows */
83
+
84
+ .clue-right-default .cluetip-arrows {
85
+ background-image: url(../images/cluetip/darrowleft.gif);
86
+ }
87
+ .clue-left-default .cluetip-arrows {
88
+ background-image: url(../images/cluetip/darrowright.gif);
89
+ left: 100%;
90
+ margin-right: -11px;
91
+ }
92
+ .clue-top-default .cluetip-arrows {
93
+ background-image: url(../images/cluetip/darrowdown.gif);
94
+ top: 100%;
95
+ left: 50%;
96
+ margin-left: -11px;
97
+ height: 11px;
98
+ width: 22px;
99
+ }
100
+ .clue-bottom-default .cluetip-arrows {
101
+ background-image: url(../images/cluetip/darrowup.gif);
102
+ top: -11px;
103
+ left: 50%;
104
+ margin-left: -11px;
105
+ height: 11px;
106
+ width: 22px;
107
+ }
108
+
109
+ /***************************************
110
+ =cluetipClass: 'jtip'
111
+ -------------------------------------- */
112
+ .cluetip-jtip {
113
+ background-color: #fff;
114
+ }
115
+ .cluetip-jtip #cluetip-outer {
116
+ border: 2px solid #ccc;
117
+ position: relative;
118
+ }
119
+
120
+ .cluetip-jtip #cluetip-inner {
121
+ padding: 5px;
122
+ display: inline-block;
123
+ }
124
+ .cluetip-jtip div#cluetip-close {
125
+ text-align: right;
126
+ margin: 0 5px 0;
127
+ color: #900;
128
+ }
129
+
130
+ .cluetip-jtip .ui-cluetip-header {
131
+ background-color: #ccc;
132
+ padding: 6px;
133
+ /* margin-bottom: 1em;*/
134
+ }
135
+
136
+ /* jtip arrows */
137
+
138
+ .clue-right-jtip .cluetip-arrows {
139
+ background-image: url(../images/cluetip/arrowleft.gif);
140
+ }
141
+ .clue-left-jtip .cluetip-arrows {
142
+ background-image: url(../images/cluetip/arrowright.gif);
143
+ left: 100%;
144
+ margin-right: -11px;
145
+ }
146
+ .clue-top-jtip .cluetip-arrows {
147
+ background-image: url(../images/cluetip/arrowdown.gif);
148
+ top: 100%;
149
+ left: 50%;
150
+ margin-left: -11px;
151
+ height: 11px;
152
+ width: 22px;
153
+ }
154
+ .clue-bottom-jtip .cluetip-arrows {
155
+ background-image: url(../images/cluetip/arrowup.gif);
156
+ top: -11px;
157
+ left: 50%;
158
+ margin-left: -11px;
159
+ height: 11px;
160
+ width: 22px;
161
+ }
162
+
163
+ /***************************************
164
+ =cluetipClass: 'rounded'
165
+ -------------------------------------- */
166
+ .cluetip-rounded {
167
+ -webkit-border-radius: 1em;
168
+ -moz-border-radius: 1em;
169
+ border-radius: 1em;
170
+ background-color: #fff;
171
+ border: 1px solid #ccc;
172
+ }
173
+
174
+
175
+ /* stupid IE6 HasLayout hack */
176
+ .cluetip-rounded #cluetip-title,
177
+ .cluetip-rounded #cluetip-inner {
178
+ zoom: 1;
179
+ }
@@ -0,0 +1,67 @@
1
+ #SexyAlertBox-Box {
2
+ padding-bottom: 24px;
3
+ background: url('../images/bg-box-bottom.png') bottom left no-repeat !important;
4
+ background: url('../images/bg-box-bottom.gif') bottom left no-repeat;
5
+ }
6
+
7
+ #SexyAlertBox-InBox {
8
+ padding-top: 14px;
9
+ background: url('../images/bg-box-top.png') top left no-repeat !important;
10
+ background: url('../images/bg-box-top.gif') top left no-repeat;
11
+ }
12
+
13
+ #SexyAlertBox-BoxContent {
14
+ background: url('../images/bg-box-body.png') top left repeat-y !important;
15
+ background: url('../images/bg-box-body.gif') top left repeat-y;
16
+ padding: 0px 20px;
17
+ }
18
+
19
+ #SexyAlertBox-BoxContenedor {
20
+ padding: 10px 0px 2px 55px;
21
+ text-align: left;
22
+ font-family:Verdana;
23
+ font-size:12px;
24
+ color:#000;
25
+ }
26
+
27
+ #SexyAlertBox-BoxContenedor h1,#SexyAlertBox-BoxContenedor h2,#SexyAlertBox-BoxContenedor h3,#SexyAlertBox-BoxContenedor b,#SexyAlertBox-BoxContenedor strong{
28
+ text-align: left;
29
+ font-family:Verdana;
30
+ font-size:12px;
31
+ color:#000;
32
+ font-weight:bold;
33
+ margin:0px;
34
+ padding:0px;
35
+ }
36
+
37
+ #SexyAlertBox-Buttons{
38
+ text-align:right;
39
+ }
40
+
41
+ #SexyAlertBox-Buttons input {
42
+ margin: 10px 10px;
43
+ }
44
+
45
+ #SexyAlertBox-BoxContenedor #BoxPromptInput{
46
+ margin-top:5px;
47
+ }
48
+
49
+ #SexyAlertBox-Box .BoxAlert {
50
+ background: url('../images/dialog-warning.png') top left no-repeat;
51
+ }
52
+
53
+ #SexyAlertBox-Box .BoxConfirm {
54
+ background: url('../images/dialog-help.png') top left no-repeat;
55
+ }
56
+
57
+ #SexyAlertBox-Box .BoxPrompt {
58
+ background: url('../images/dialog-help.png') top left no-repeat;
59
+ }
60
+
61
+ #SexyAlertBox-Box .BoxInfo {
62
+ background: url('../images/dialog-information.png') top left no-repeat;
63
+ }
64
+
65
+ #SexyAlertBox-Box .BoxError {
66
+ background: url('../images/dialog-error.png') top left no-repeat;
67
+ }