rademade_admin 0.0.3 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (223) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/fonts/glyphicons-halflings-regular.eot +0 -0
  3. data/app/assets/fonts/glyphicons-halflings-regular.svg +229 -0
  4. data/app/assets/fonts/glyphicons-halflings-regular.ttf +0 -0
  5. data/app/assets/fonts/glyphicons-halflings-regular.woff +0 -0
  6. data/app/assets/images/rademade_admin/ico/btn-attach.png +0 -0
  7. data/app/assets/images/rademade_admin/logos/logo.png +0 -0
  8. data/app/assets/javascripts/rademade_admin.coffee +8 -4
  9. data/app/assets/javascripts/rademade_admin/app/app.coffee +2 -1
  10. data/app/assets/javascripts/rademade_admin/app/common/datetime-picker.coffee +7 -0
  11. data/app/assets/javascripts/rademade_admin/app/common/dnd-sort.coffee +23 -32
  12. data/app/assets/javascripts/rademade_admin/app/common/droplist.coffee +8 -0
  13. data/app/assets/javascripts/rademade_admin/app/common/lang-panel.coffee +6 -0
  14. data/app/assets/javascripts/rademade_admin/app/common/related-index.coffee +6 -9
  15. data/app/assets/javascripts/rademade_admin/app/common/sort-list.coffee +10 -14
  16. data/app/assets/javascripts/rademade_admin/app/common/uploader.coffee +3 -3
  17. data/app/assets/javascripts/rademade_admin/app/form-popup/initializer.coffee +24 -37
  18. data/app/assets/javascripts/rademade_admin/app/form-popup/view.coffee +32 -18
  19. data/app/assets/javascripts/rademade_admin/app/forms/remove.coffee +4 -3
  20. data/app/assets/javascripts/rademade_admin/app/select2/model.coffee +7 -0
  21. data/app/assets/javascripts/rademade_admin/app/select2/related/collection-view.coffee +35 -0
  22. data/app/assets/javascripts/rademade_admin/app/select2/related/collection.coffee +28 -0
  23. data/app/assets/javascripts/rademade_admin/app/select2/related/model.coffee +15 -0
  24. data/app/assets/javascripts/rademade_admin/app/select2/related/view.coffee +40 -0
  25. data/app/assets/javascripts/rademade_admin/app/select2/view.coffee +78 -0
  26. data/app/assets/javascripts/rademade_admin/form/form-ajax.coffee +48 -0
  27. data/app/assets/javascripts/rademade_admin/form/form-initializater.coffee +45 -0
  28. data/app/assets/javascripts/rademade_admin/form/form-validation.coffee +42 -0
  29. data/app/assets/javascripts/rademade_admin/form/form.coffee +62 -0
  30. data/app/assets/javascripts/rademade_admin/library/ckeditor/config.js +14 -12
  31. data/app/assets/stylesheets/{rademade_admin/bootstrap → old/-bootstrap}/bootstrap-overrides.css.erb +0 -0
  32. data/app/assets/stylesheets/{rademade_admin/bootstrap → old/-bootstrap}/main.scss.erb +0 -0
  33. data/app/assets/stylesheets/{rademade_admin/detail_admin → old/-detail_admin}/chart-showcase.scss.erb +0 -0
  34. data/app/assets/stylesheets/{rademade_admin/detail_admin → old/-detail_admin}/datatables.scss.erb +0 -0
  35. data/app/assets/stylesheets/{rademade_admin/detail_admin → old/-detail_admin}/elements.scss.erb +0 -0
  36. data/app/assets/stylesheets/{rademade_admin/detail_admin → old/-detail_admin}/error.scss.erb +0 -0
  37. data/app/assets/stylesheets/{rademade_admin/detail_admin → old/-detail_admin}/form-showcase.scss.erb +0 -0
  38. data/app/assets/stylesheets/{rademade_admin/detail_admin → old/-detail_admin}/form-wizard.scss.erb +0 -0
  39. data/app/assets/stylesheets/{rademade_admin/detail_admin → old/-detail_admin}/gallery.scss.erb +0 -0
  40. data/app/assets/stylesheets/{rademade_admin/detail_admin → old/-detail_admin}/grids.scss.erb +0 -0
  41. data/app/assets/stylesheets/{rademade_admin/detail_admin → old/-detail_admin}/icons.scss.erb +0 -0
  42. data/app/assets/stylesheets/{rademade_admin/detail_admin → old/-detail_admin}/index.scss.erb +0 -0
  43. data/app/assets/stylesheets/{rademade_admin/detail_admin → old/-detail_admin}/layout.scss.erb +0 -0
  44. data/app/assets/stylesheets/{rademade_admin/detail_admin → old/-detail_admin}/new-user.scss.erb +0 -0
  45. data/app/assets/stylesheets/{rademade_admin/detail_admin → old/-detail_admin}/personal-info.scss.erb +0 -0
  46. data/app/assets/stylesheets/{rademade_admin/detail_admin → old/-detail_admin}/popup.scss.erb +0 -0
  47. data/app/assets/stylesheets/{rademade_admin/detail_admin → old/-detail_admin}/signin.scss.erb +0 -0
  48. data/app/assets/stylesheets/{rademade_admin/detail_admin → old/-detail_admin}/tables.scss.erb +0 -0
  49. data/app/assets/stylesheets/{rademade_admin/detail_admin → old/-detail_admin}/ui-elements.scss.erb +0 -0
  50. data/app/assets/stylesheets/{rademade_admin/detail_admin → old/-detail_admin}/user-list.scss.erb +0 -0
  51. data/app/assets/stylesheets/{rademade_admin/detail_admin → old/-detail_admin}/user-profile.scss.erb +0 -0
  52. data/app/assets/stylesheets/{rademade_admin/detail_admin → old/-detail_admin}/web-app-icons.scss.erb +0 -0
  53. data/app/assets/stylesheets/{rademade_admin/lib → old/-lib}/bootstrap.datepicker.css.erb +0 -0
  54. data/app/assets/stylesheets/{rademade_admin/lib → old/-lib}/morris.css.erb +0 -0
  55. data/app/assets/stylesheets/{rademade_admin → old}/base.scss.erb +0 -0
  56. data/app/assets/stylesheets/{rademade_admin → old}/edit.css +0 -0
  57. data/app/assets/stylesheets/{rademade_admin → old}/file-upload.scss.erb +0 -0
  58. data/app/assets/stylesheets/{rademade_admin → old}/notifier.custom.css.erb +0 -0
  59. data/app/assets/stylesheets/{rademade_admin → old}/scaffolds.scss.erb +0 -0
  60. data/app/assets/stylesheets/rademade_admin.sass.erb +96 -0
  61. data/app/assets/stylesheets/rademade_admin/base/main.sass +71 -0
  62. data/app/assets/stylesheets/rademade_admin/blocks/buttons/main.sass +81 -0
  63. data/app/assets/stylesheets/rademade_admin/blocks/form/input.sass +29 -0
  64. data/app/assets/stylesheets/rademade_admin/blocks/form/label.sass +31 -0
  65. data/app/assets/stylesheets/rademade_admin/blocks/form/select.sass +26 -0
  66. data/app/assets/stylesheets/rademade_admin/blocks/form/select2.sass +67 -0
  67. data/app/assets/stylesheets/rademade_admin/blocks/form/table.sass +42 -0
  68. data/app/assets/stylesheets/rademade_admin/blocks/form/texarea.sass +20 -0
  69. data/app/assets/stylesheets/rademade_admin/blocks/header/_logo.sass +7 -0
  70. data/app/assets/stylesheets/rademade_admin/blocks/header/_menu.sass +80 -0
  71. data/app/assets/stylesheets/rademade_admin/blocks/header/_search.sass +37 -0
  72. data/app/assets/stylesheets/rademade_admin/blocks/page/content/_main.sass +11 -0
  73. data/app/assets/stylesheets/rademade_admin/blocks/page/headline/main.sass +44 -0
  74. data/app/assets/stylesheets/rademade_admin/blocks/page/menu/_main.sass +31 -0
  75. data/app/assets/stylesheets/rademade_admin/lib/datepicker.sass +373 -0
  76. data/app/assets/stylesheets/rademade_admin/lib/glyphicon.sass.erb +618 -0
  77. data/app/assets/stylesheets/rademade_admin/lib/notifier.css.erb +661 -0
  78. data/app/assets/stylesheets/rademade_admin/lib/uploader.sass +66 -0
  79. data/app/assets/stylesheets/rademade_admin/mixins/clear.sass +5 -0
  80. data/app/assets/stylesheets/rademade_admin/mixins/fonts.sass +8 -0
  81. data/app/assets/stylesheets/rademade_admin/mixins/sprite.sass +7 -0
  82. data/app/assets/stylesheets/rademade_admin/mixins/text-overflow.sass +6 -0
  83. data/app/assets/stylesheets/rademade_admin/mixins/user-select.sass +5 -0
  84. data/app/assets/stylesheets/rademade_admin/modules/breadcrumbs/main.sass +30 -0
  85. data/app/assets/stylesheets/rademade_admin/modules/errors/error.sass.erb +19 -0
  86. data/app/assets/stylesheets/rademade_admin/modules/form/main.sass +15 -0
  87. data/app/assets/stylesheets/rademade_admin/modules/header/main.sass +6 -0
  88. data/app/assets/stylesheets/rademade_admin/modules/login/_main.sass +79 -0
  89. data/app/assets/stylesheets/rademade_admin/modules/main-menu/main.sass +0 -0
  90. data/app/assets/stylesheets/rademade_admin/modules/page/main.sass +16 -0
  91. data/app/assets/stylesheets/rademade_admin/modules/pagination/main.sass +51 -0
  92. data/app/assets/stylesheets/rademade_admin/modules/popup/new.sass +18 -0
  93. data/app/assets/stylesheets/rademade_admin/var/colors.sass +0 -0
  94. data/app/assets/stylesheets/rademade_admin/var/images.sass +2 -0
  95. data/app/assets/stylesheets/rademade_admin/var/width.sass +13 -0
  96. data/app/controllers/rademade_admin/abstract_controller.rb +18 -2
  97. data/app/controllers/rademade_admin/application_controller.rb +1 -1
  98. data/app/controllers/rademade_admin/dashboard_controller.rb +1 -1
  99. data/app/controllers/rademade_admin/file_controller.rb +25 -0
  100. data/app/controllers/rademade_admin/model_controller.rb +66 -47
  101. data/app/controllers/rademade_admin/sessions_controller.rb +3 -3
  102. data/app/helpers/rademade_admin/field_helper.rb +21 -32
  103. data/app/helpers/rademade_admin/form_helper.rb +57 -27
  104. data/app/helpers/rademade_admin/menu_helper.rb +12 -5
  105. data/app/helpers/rademade_admin/uri_helper.rb +50 -62
  106. data/app/inputs/rademade_admin/date_time_input.rb +13 -0
  107. data/app/inputs/rademade_admin/file_input.rb +72 -0
  108. data/app/inputs/rademade_admin/related_select_input.rb +78 -0
  109. data/app/serializers/autocomplete/link_serializer.rb +6 -4
  110. data/app/services/linker.rb +8 -14
  111. data/app/services/login.rb +5 -3
  112. data/app/services/model_controller/breadcrumbs.rb +36 -0
  113. data/app/services/model_controller/instance_options.rb +7 -5
  114. data/app/services/model_controller/model_options.rb +10 -7
  115. data/app/services/model_controller/notifier.rb +10 -6
  116. data/app/services/model_controller/templates.rb +4 -3
  117. data/app/services/relation_service.rb +11 -0
  118. data/app/services/saver.rb +59 -24
  119. data/app/services/search/conditions/abstract.rb +15 -14
  120. data/app/services/search/conditions/autocomplete.rb +11 -9
  121. data/app/services/search/conditions/list.rb +6 -5
  122. data/app/services/search/conditions/related_list.rb +17 -13
  123. data/app/services/search/{conditions/part/where.rb → part/abstract.rb} +7 -9
  124. data/app/services/search/part/order.rb +17 -0
  125. data/app/services/search/part/where.rb +19 -0
  126. data/app/services/sortable_service.rb +27 -27
  127. data/app/services/template_service.rb +68 -0
  128. data/app/services/upload/preview_service.rb +86 -0
  129. data/app/views/layouts/rademade_admin.html.erb +13 -4
  130. data/app/views/rademade_admin/_blocks/_header.html.erb +35 -28
  131. data/app/views/rademade_admin/_blocks/_menu.html.erb +20 -23
  132. data/app/views/rademade_admin/_blocks/_on_page_select.html.erb +15 -0
  133. data/app/views/rademade_admin/_blocks/_pagination.html.erb +1 -18
  134. data/app/views/rademade_admin/_blocks/_sub_menu.html.erb +3 -3
  135. data/app/views/rademade_admin/_blocks/form/_control.html.erb +3 -0
  136. data/app/views/rademade_admin/_blocks/form/_lang_panel.html.erb +19 -0
  137. data/app/views/rademade_admin/_blocks/sub_menu/_link.html.erb +6 -5
  138. data/app/views/rademade_admin/_blocks/table/_head.html.erb +13 -0
  139. data/app/views/rademade_admin/_layouts/inner.html.erb +21 -33
  140. data/app/views/rademade_admin/_layouts/inner/form.html.erb +6 -13
  141. data/app/views/rademade_admin/_layouts/inner/index_table.html.erb +31 -55
  142. data/app/views/rademade_admin/_layouts/inner/related_index_table.html.erb +26 -54
  143. data/app/views/rademade_admin/abstract/_form.html.erb +6 -9
  144. data/app/views/rademade_admin/abstract/edit.html.erb +3 -8
  145. data/app/views/rademade_admin/abstract/index.html.erb +38 -67
  146. data/app/views/rademade_admin/abstract/new.html.erb +3 -8
  147. data/app/views/rademade_admin/abstract/related.html.erb +48 -0
  148. data/app/views/rademade_admin/dashboard/index.html.erb +4 -5
  149. data/app/views/rademade_admin/dashboard/login.html.erb +19 -30
  150. data/config/initializers/carrier_wave/mongoid.rb +48 -0
  151. data/config/initializers/ckeditor.rb +3 -0
  152. data/config/initializers/kaminari_route_proxy.rb +16 -0
  153. data/config/initializers/simple_form.rb +147 -0
  154. data/config/initializers/simple_form/rademade_component.rb +9 -0
  155. data/config/initializers/simple_form/wrappers.rb +28 -0
  156. data/config/locales/rademade_admin.en.yml +28 -0
  157. data/config/locales/simple_form.en.yml +26 -0
  158. data/config/routes.rb +1 -2
  159. data/lib/rademade_admin.rb +7 -5
  160. data/lib/rademade_admin/bower/performer.rb +1 -1
  161. data/lib/rademade_admin/breadcrumbs/render/rademade.rb +31 -0
  162. data/lib/rademade_admin/engine.rb +2 -2
  163. data/lib/rademade_admin/input/related_select_input/model_data.rb +40 -0
  164. data/lib/rademade_admin/input/related_select_input/related_list.rb +60 -0
  165. data/lib/rademade_admin/model/adapter/data.rb +119 -0
  166. data/lib/rademade_admin/model/adapter/data/active_record.rb +109 -0
  167. data/lib/rademade_admin/model/adapter/data/mongoid.rb +77 -0
  168. data/{app/services/search/query_adapter/abstract.rb → lib/rademade_admin/model/adapter/query.rb} +15 -5
  169. data/lib/rademade_admin/model/adapter/query/active_record.rb +50 -0
  170. data/lib/rademade_admin/model/adapter/query/mongoid.rb +57 -0
  171. data/lib/rademade_admin/model/configuration.rb +43 -16
  172. data/lib/rademade_admin/model/configuration/field_label.rb +16 -0
  173. data/lib/rademade_admin/model/configuration/fields.rb +47 -21
  174. data/lib/rademade_admin/model/configuration/fields_labels.rb +31 -0
  175. data/lib/rademade_admin/model/configuration/form_field.rb +27 -0
  176. data/lib/rademade_admin/model/configuration/form_fields.rb +18 -0
  177. data/lib/rademade_admin/model/configuration/list_field.rb +21 -0
  178. data/lib/rademade_admin/model/configuration/list_fields.rb +18 -0
  179. data/lib/rademade_admin/model/graph.rb +9 -9
  180. data/lib/rademade_admin/model/info.rb +53 -68
  181. data/lib/rademade_admin/model/info/data_item.rb +130 -0
  182. data/lib/rademade_admin/model/info/data_items.rb +130 -0
  183. data/lib/rademade_admin/model/info/field.rb +39 -0
  184. data/lib/rademade_admin/model/info/fields.rb +87 -0
  185. data/lib/rademade_admin/model/info/relation.rb +49 -0
  186. data/lib/rademade_admin/model/info/relations.rb +40 -0
  187. data/lib/rademade_admin/model/info/uploader.rb +16 -0
  188. data/lib/rademade_admin/model/info/uploaders.rb +35 -0
  189. data/lib/rademade_admin/model/reflection.rb +38 -9
  190. data/lib/rademade_admin/routing/mapper.rb +9 -5
  191. data/lib/rademade_admin/search/searcher.rb +22 -0
  192. data/lib/rademade_admin/sortable.rb +1 -0
  193. data/lib/rademade_admin/uploader/photo.rb +1 -0
  194. data/lib/rademade_admin/user.rb +7 -6
  195. data/lib/rademade_admin/version.rb +1 -1
  196. data/lib/tasks/rademade_bower_install.rake +10 -2
  197. data/lib/templates/erb/scaffold/_form.html.erb +13 -0
  198. metadata +195 -109
  199. data/app/assets/javascripts/rademade_admin/app/common/relation-list.coffee +0 -109
  200. data/app/assets/javascripts/rademade_admin/app/form-popup/collection.coffee +0 -20
  201. data/app/assets/javascripts/rademade_admin/app/form-popup/model.coffee +0 -4
  202. data/app/assets/javascripts/rademade_admin/detail_admin/theme.js +0 -56
  203. data/app/assets/javascripts/rademade_admin/form/form-ajax-submit.coffee +0 -157
  204. data/app/assets/stylesheets/rademade_admin.scss.erb +0 -19
  205. data/app/helpers/rademade_admin/name_helper.rb +0 -18
  206. data/app/helpers/rademade_admin/upload_preview_helper.rb +0 -60
  207. data/app/inputs/rademade_admin/admin_file_input.rb +0 -71
  208. data/app/inputs/rademade_admin/admin_select_input.rb +0 -82
  209. data/app/inputs/rademade_admin/admin_textarea_input.rb +0 -6
  210. data/app/inputs/rademade_admin/boolean_input.rb +0 -14
  211. data/app/services/form_builder.rb +0 -4
  212. data/app/services/search/query_adapter/active_record.rb +0 -45
  213. data/app/services/search/query_adapter/mongoid.rb +0 -51
  214. data/app/services/search/searcher.rb +0 -20
  215. data/app/views/rademade_admin/_blocks/_form_control.html.erb +0 -5
  216. data/app/views/rademade_admin/abstract/related_index.html.erb +0 -85
  217. data/config/initializers/devise.rb +0 -251
  218. data/config/initializers/formtastic.rb +0 -13
  219. data/lib/rademade_admin/model/data_adapter.rb +0 -64
  220. data/lib/rademade_admin/model/data_adapter/active_record.rb +0 -59
  221. data/lib/rademade_admin/model/data_adapter/mongoid.rb +0 -54
  222. data/lib/rademade_admin/model/reflection/data.rb +0 -48
  223. data/lib/rademade_admin/model/reflection/uploader.rb +0 -18
@@ -0,0 +1,661 @@
1
+ /*!
2
+ * Backbone.Notifier v0.2.5 - Base Styles
3
+ * Copyright 2012, Eyal Weiss
4
+ */
5
+ /*---------------------------------------------------
6
+ LESS Elements 0.6
7
+ -----------------------------------------------------*/
8
+ /*!
9
+ * Backbone.Notifier v0.2.5 - Variables Config
10
+ * Copyright 2012, Eyal Weiss
11
+ */
12
+ .notifier-screen {
13
+ background-color: #000;
14
+ z-index: 90000022;
15
+ }
16
+ .notifier {
17
+ z-index: 90000025;
18
+ position: fixed;
19
+ top: -32px;
20
+ left: 0;
21
+ right: 0;
22
+ width: auto;
23
+ height: 0;
24
+ overflow: visible;
25
+ }
26
+ .notifier > div {
27
+ cursor: default;
28
+ display: inline-block;
29
+ zoom: 1;
30
+ *display: inline;
31
+ position: relative;
32
+ }
33
+ .notifier > div em {
34
+ font-weight: bold;
35
+ font-style: italic;
36
+ }
37
+ .notifier button.default {
38
+ font-weight: bold;
39
+ }
40
+ .notifier button.link {
41
+ border-width: 0 0 1px 0!important;
42
+ background-color: transparent!important;
43
+ -webkit-box-shadow: none !important;
44
+ -moz-box-shadow: none !important;
45
+ box-shadow: none !important;
46
+ -webkit-border-radius: 0 !important;
47
+ -moz-border-radius: 0 !important;
48
+ border-radius: 0 !important;
49
+ -moz-background-clip: padding !important;
50
+ -webkit-background-clip: padding-box !important;
51
+ background-clip: padding-box !important;
52
+ padding-right: 0!important;
53
+ padding-left: 0!important;
54
+ padding-bottom: 0!important;
55
+ }
56
+ .notifier-with-loader .notifier-message {
57
+ display: inline;
58
+ }
59
+ .notifier-loader {
60
+ display: inline-block;
61
+ zoom: 1;
62
+ *display: inline;
63
+ }
64
+ .notifier-close {
65
+ position: absolute;
66
+ border: 0 none;
67
+ top: 13px;
68
+ right: 13px;
69
+ width: 18px;
70
+ height: 18px;
71
+ cursor: pointer;
72
+ -webkit-border-radius: 9px;
73
+ -moz-border-radius: 9px;
74
+ border-radius: 9px;
75
+ -moz-background-clip: padding;
76
+ -webkit-background-clip: padding-box;
77
+ background-clip: padding-box;
78
+ padding: 0;
79
+ /*background: white;*/
80
+
81
+ text-align: center;
82
+ font-size: 11px;
83
+ line-height: 11px;
84
+ font-family: Arial, Helvetica, "sans-serif";
85
+ color: rgba(102, 102, 102, 0.39);
86
+ background: transparent;
87
+ }
88
+ .notifier-close:hover {
89
+ background: rgba(109, 109, 109, 0.2) !important;
90
+ color: white;
91
+ text-shadow: -1px -1px 0 rgba(68, 68, 68, 0.2);
92
+ }
93
+ /*!
94
+ * Backbone.Notifier v0.2.5 - 'Clean' Theme
95
+ * Copyright 2012, Eyal Weiss
96
+ */
97
+ /*---------------------------------------------------
98
+ LESS Elements 0.6
99
+ -----------------------------------------------------*/
100
+ /*!
101
+ * Backbone.Notifier v0.2.5 - Variables Config
102
+ * Copyright 2012, Eyal Weiss
103
+ */
104
+ .notifier-screen.notifier-theme-clean {
105
+ background-color: #fff;
106
+ }
107
+ .notifier.notifier-theme-clean {
108
+ font-size: 13px;
109
+ text-align: center;
110
+ }
111
+ .notifier.notifier-theme-clean .notifier-loader {
112
+ width: 16px;
113
+ height: 16px;
114
+ margin-left: 10px;
115
+ background: url('../imgs/notifier-loader-clean.gif') center center no-repeat;
116
+ }
117
+ .notifier.notifier-theme-clean .notifier-close {
118
+ top: 5px;
119
+ right: 5px;
120
+ }
121
+ .notifier.notifier-theme-clean .notifier-message {
122
+ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
123
+ }
124
+ .notifier.notifier-theme-clean .notifier-btns {
125
+ margin: 30px 0 0;
126
+ text-align: center;
127
+ }
128
+ .notifier.notifier-theme-clean .notifier-btns button {
129
+ border: solid 1px #D1D1D1;
130
+ background-color: white;
131
+ padding: 5px 30px;
132
+ margin: 0 40px;
133
+ text-shadow: 0 1px 0 #E9E9E9;
134
+ -webkit-transition: all 100ms ease-out;
135
+ -moz-transition: all 100ms ease-out;
136
+ transition: all 100ms ease-out;
137
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 1px rgba(111, 111, 111, 0.18), inset 0 0 8px rgba(150, 150, 150, 0.21);
138
+ -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 1px rgba(111, 111, 111, 0.18), inset 0 0 8px rgba(150, 150, 150, 0.21);
139
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 1px rgba(111, 111, 111, 0.18), inset 0 0 8px rgba(150, 150, 150, 0.21);
140
+ }
141
+ .notifier.notifier-theme-clean .notifier-btns button:hover,
142
+ .notifier.notifier-theme-clean .notifier-btns button.hover {
143
+ border: solid 1px silver;
144
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75), 0 2px 2px rgba(48, 48, 48, 0.21), inset 0 0 8px rgba(117, 117, 117, 0.21);
145
+ -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75), 0 2px 2px rgba(48, 48, 48, 0.21), inset 0 0 8px rgba(117, 117, 117, 0.21);
146
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75), 0 2px 2px rgba(48, 48, 48, 0.21), inset 0 0 8px rgba(117, 117, 117, 0.21);
147
+ }
148
+ .notifier.notifier-theme-clean .notifier-btns button:active,
149
+ .notifier.notifier-theme-clean .notifier-btns button.active {
150
+ border: solid 1px silver;
151
+ -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 1px rgba(48, 48, 48, 0.4), inset 0 0 20px rgba(117, 117, 117, 0.3);
152
+ -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 1px rgba(48, 48, 48, 0.4), inset 0 0 20px rgba(117, 117, 117, 0.3);
153
+ box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 1px rgba(48, 48, 48, 0.4), inset 0 0 20px rgba(117, 117, 117, 0.3);
154
+ }
155
+ .notifier.notifier-theme-clean .notifier-btns button.link {
156
+ text-shadow: 0 1px 0 #E9E9E9;
157
+ color: #444;
158
+ border-bottom: dotted 1px #444;
159
+ padding: 9px 0 1px;
160
+ }
161
+ .notifier.notifier-theme-clean .notifier-btns button.link:hover,
162
+ .notifier.notifier-theme-clean .notifier-btns button.link.hover {
163
+ color: #000;
164
+ border-bottom: solid 1px #000;
165
+ text-shadow: 0 1px 0 #DBDBDB;
166
+ }
167
+ .notifier.notifier-theme-clean > div {
168
+ background-color: #fff;
169
+ border: solid 1px #fff;
170
+ border-top: solid 1px #646464;
171
+ -webkit-box-shadow: 0 -1px 2px rgba( 100 , 100 , 100 ,.4), 0 2px 20px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2);
172
+ -moz-box-shadow: 0 -1px 2px rgba( 100 , 100 , 100 ,.4), 0 2px 20px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2);
173
+ box-shadow: 0 -1px 2px rgba( 100 , 100 , 100 ,.4), 0 2px 20px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2);
174
+ background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.29) 0%, rgba(100, 100, 100, 0.08) 27%, rgba(100, 100, 100, 0.01) 100%);
175
+ /* FF3.6+ */
176
+
177
+ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(100, 100, 100, 0.29)), color-stop(27%, rgba(100, 100, 100, 0.08)), color-stop(100%, rgba(100, 100, 100, 0.01)));
178
+ /* Chrome,Safari4+ */
179
+
180
+ background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.29) 0%, rgba(100, 100, 100, 0.08) 27%, rgba(100, 100, 100, 0.01) 100%);
181
+ /* Chrome10+,Safari5.1+ */
182
+
183
+ background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.29) 0%, rgba(100, 100, 100, 0.08) 27%, rgba(100, 100, 100, 0.01) 100%);
184
+ /* Opera 11.10+ */
185
+
186
+ background-image: -ms-linear-gradient(top, rgba(100, 100, 100, 0.29) 0%, rgba(100, 100, 100, 0.08) 27%, rgba(100, 100, 100, 0.01) 100%);
187
+ /* IE10+ */
188
+
189
+ background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.29) 0%, rgba(100, 100, 100, 0.08) 27%, rgba(100, 100, 100, 0.01) 100%);
190
+ /* W3C */
191
+
192
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorStr= #b8b8b8 , EndColorStr= #ffffff );
193
+ padding: 30px 30px 30px;
194
+ max-width: 460px;
195
+ }
196
+ .notifier.notifier-theme-clean.notifier-warning > div {
197
+ border: solid 1px #fff;
198
+ border-top: solid 1px #ffa21d;
199
+ -webkit-box-shadow: 0 -1px 2px rgba( 255 , 162 , 29 ,.4), 0 2px 20px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2);
200
+ -moz-box-shadow: 0 -1px 2px rgba( 255 , 162 , 29 ,.4), 0 2px 20px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2);
201
+ box-shadow: 0 -1px 2px rgba( 255 , 162 , 29 ,.4), 0 2px 20px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2);
202
+ background-image: -moz-linear-gradient(top, rgba(255, 162, 29, 0.29) 0%, rgba(255, 162, 29, 0.08) 27%, rgba(255, 162, 29, 0.01) 100%);
203
+ /* FF3.6+ */
204
+
205
+ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 162, 29, 0.29)), color-stop(27%, rgba(255, 162, 29, 0.08)), color-stop(100%, rgba(255, 162, 29, 0.01)));
206
+ /* Chrome,Safari4+ */
207
+
208
+ background-image: -webkit-linear-gradient(top, rgba(255, 162, 29, 0.29) 0%, rgba(255, 162, 29, 0.08) 27%, rgba(255, 162, 29, 0.01) 100%);
209
+ /* Chrome10+,Safari5.1+ */
210
+
211
+ background-image: -o-linear-gradient(top, rgba(255, 162, 29, 0.29) 0%, rgba(255, 162, 29, 0.08) 27%, rgba(255, 162, 29, 0.01) 100%);
212
+ /* Opera 11.10+ */
213
+
214
+ background-image: -ms-linear-gradient(top, rgba(255, 162, 29, 0.29) 0%, rgba(255, 162, 29, 0.08) 27%, rgba(255, 162, 29, 0.01) 100%);
215
+ /* IE10+ */
216
+
217
+ background-image: linear-gradient(to bottom, rgba(255, 162, 29, 0.29) 0%, rgba(255, 162, 29, 0.08) 27%, rgba(255, 162, 29, 0.01) 100%);
218
+ /* W3C */
219
+
220
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorStr= #ffe7c5 , EndColorStr= #ffffff );
221
+ }
222
+ .notifier.notifier-theme-clean.notifier-error > div {
223
+ border: solid 1px #fff;
224
+ border-top: solid 1px #da4f49;
225
+ -webkit-box-shadow: 0 -1px 2px rgba( 218 , 79 , 73 ,.4), 0 2px 20px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2);
226
+ -moz-box-shadow: 0 -1px 2px rgba( 218 , 79 , 73 ,.4), 0 2px 20px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2);
227
+ box-shadow: 0 -1px 2px rgba( 218 , 79 , 73 ,.4), 0 2px 20px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2);
228
+ background-image: -moz-linear-gradient(top, rgba(218, 79, 73, 0.29) 0%, rgba(218, 79, 73, 0.08) 27%, rgba(218, 79, 73, 0.01) 100%);
229
+ /* FF3.6+ */
230
+
231
+ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(218, 79, 73, 0.29)), color-stop(27%, rgba(218, 79, 73, 0.08)), color-stop(100%, rgba(218, 79, 73, 0.01)));
232
+ /* Chrome,Safari4+ */
233
+
234
+ background-image: -webkit-linear-gradient(top, rgba(218, 79, 73, 0.29) 0%, rgba(218, 79, 73, 0.08) 27%, rgba(218, 79, 73, 0.01) 100%);
235
+ /* Chrome10+,Safari5.1+ */
236
+
237
+ background-image: -o-linear-gradient(top, rgba(218, 79, 73, 0.29) 0%, rgba(218, 79, 73, 0.08) 27%, rgba(218, 79, 73, 0.01) 100%);
238
+ /* Opera 11.10+ */
239
+
240
+ background-image: -ms-linear-gradient(top, rgba(218, 79, 73, 0.29) 0%, rgba(218, 79, 73, 0.08) 27%, rgba(218, 79, 73, 0.01) 100%);
241
+ /* IE10+ */
242
+
243
+ background-image: linear-gradient(to bottom, rgba(218, 79, 73, 0.29) 0%, rgba(218, 79, 73, 0.08) 27%, rgba(218, 79, 73, 0.01) 100%);
244
+ /* W3C */
245
+
246
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorStr= #f6d6d5 , EndColorStr= #ffffff );
247
+ }
248
+ .notifier.notifier-theme-clean.notifier-info > div {
249
+ border: solid 1px #fff;
250
+ border-top: solid 1px #49afcd;
251
+ -webkit-box-shadow: 0 -1px 2px rgba( 73 , 175 , 205 ,.4), 0 2px 20px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2);
252
+ -moz-box-shadow: 0 -1px 2px rgba( 73 , 175 , 205 ,.4), 0 2px 20px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2);
253
+ box-shadow: 0 -1px 2px rgba( 73 , 175 , 205 ,.4), 0 2px 20px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2);
254
+ background-image: -moz-linear-gradient(top, rgba(73, 175, 205, 0.29) 0%, rgba(73, 175, 205, 0.08) 27%, rgba(73, 175, 205, 0.01) 100%);
255
+ /* FF3.6+ */
256
+
257
+ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(73, 175, 205, 0.29)), color-stop(27%, rgba(73, 175, 205, 0.08)), color-stop(100%, rgba(73, 175, 205, 0.01)));
258
+ /* Chrome,Safari4+ */
259
+
260
+ background-image: -webkit-linear-gradient(top, rgba(73, 175, 205, 0.29) 0%, rgba(73, 175, 205, 0.08) 27%, rgba(73, 175, 205, 0.01) 100%);
261
+ /* Chrome10+,Safari5.1+ */
262
+
263
+ background-image: -o-linear-gradient(top, rgba(73, 175, 205, 0.29) 0%, rgba(73, 175, 205, 0.08) 27%, rgba(73, 175, 205, 0.01) 100%);
264
+ /* Opera 11.10+ */
265
+
266
+ background-image: -ms-linear-gradient(top, rgba(73, 175, 205, 0.29) 0%, rgba(73, 175, 205, 0.08) 27%, rgba(73, 175, 205, 0.01) 100%);
267
+ /* IE10+ */
268
+
269
+ background-image: linear-gradient(to bottom, rgba(73, 175, 205, 0.29) 0%, rgba(73, 175, 205, 0.08) 27%, rgba(73, 175, 205, 0.01) 100%);
270
+ /* W3C */
271
+
272
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorStr= #cde9f1 , EndColorStr= #ffffff );
273
+ }
274
+ .notifier.notifier-theme-clean.notifier-success > div {
275
+ border: solid 1px #fff;
276
+ border-top: solid 1px #4cff4c;
277
+ -webkit-box-shadow: 0 -1px 2px rgba( 76 , 255 , 76 ,.4), 0 2px 20px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2);
278
+ -moz-box-shadow: 0 -1px 2px rgba( 76 , 255 , 76 ,.4), 0 2px 20px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2);
279
+ box-shadow: 0 -1px 2px rgba( 76 , 255 , 76 ,.4), 0 2px 20px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2);
280
+ background-image: -moz-linear-gradient(top, rgba(76, 255, 76, 0.29) 0%, rgba(76, 255, 76, 0.08) 27%, rgba(76, 255, 76, 0.01) 100%);
281
+ /* FF3.6+ */
282
+
283
+ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(76, 255, 76, 0.29)), color-stop(27%, rgba(76, 255, 76, 0.08)), color-stop(100%, rgba(76, 255, 76, 0.01)));
284
+ /* Chrome,Safari4+ */
285
+
286
+ background-image: -webkit-linear-gradient(top, rgba(76, 255, 76, 0.29) 0%, rgba(76, 255, 76, 0.08) 27%, rgba(76, 255, 76, 0.01) 100%);
287
+ /* Chrome10+,Safari5.1+ */
288
+
289
+ background-image: -o-linear-gradient(top, rgba(76, 255, 76, 0.29) 0%, rgba(76, 255, 76, 0.08) 27%, rgba(76, 255, 76, 0.01) 100%);
290
+ /* Opera 11.10+ */
291
+
292
+ background-image: -ms-linear-gradient(top, rgba(76, 255, 76, 0.29) 0%, rgba(76, 255, 76, 0.08) 27%, rgba(76, 255, 76, 0.01) 100%);
293
+ /* IE10+ */
294
+
295
+ background-image: linear-gradient(to bottom, rgba(76, 255, 76, 0.29) 0%, rgba(76, 255, 76, 0.08) 27%, rgba(76, 255, 76, 0.01) 100%);
296
+ /* W3C */
297
+
298
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorStr= #f4fff4 , EndColorStr= #ffffff );
299
+ }
300
+ .notifier.notifier-theme-clean.notifier-dialog > div {
301
+ padding-top: 12px;
302
+ }
303
+ .notifier.notifier-theme-clean.notifier-dialog .notifier-message {
304
+ text-align: left;
305
+ }
306
+ .notifier.notifier-theme-clean.notifier-dialog .notifier-close {
307
+ top: 13px;
308
+ right: 13px;
309
+ }
310
+ .notifier.notifier-theme-clean.notifier-dialog .notifier-btns {
311
+ background: rgba(255, 255, 255, 0.47);
312
+ padding: 13px 10px 14px 10px;
313
+ -webkit-box-shadow: 0 -1px 0 white, inset 0 2px 3px rgba(185, 185, 185, 0.27);
314
+ -moz-box-shadow: 0 -1px 0 white, inset 0 2px 3px rgba(185, 185, 185, 0.27);
315
+ box-shadow: 0 -1px 0 white, inset 0 2px 3px rgba(185, 185, 185, 0.27);
316
+ border-top: solid 1px rgba(0, 0, 0, 0.14);
317
+ margin: 25px -30px -30px;
318
+ }
319
+ .notifier.notifier-theme-clean.notifier-dialog .notifier-title {
320
+ font-weight: bold;
321
+ text-shadow: 0 1px 0 white;
322
+ -webkit-box-shadow: 0 1px 0px #fff;
323
+ -moz-box-shadow: 0 1px 0px #fff;
324
+ box-shadow: 0 1px 0px #fff;
325
+ border-bottom: solid 1px rgba(0, 0, 0, 0.06);
326
+ margin: 0 -30px 20px;
327
+ padding: 0 30px 10px;
328
+ }
329
+ .notifier.notifier-theme-clean.notifier-with-close-btn .notifier-title {
330
+ padding-right: 60px;
331
+ }
332
+ /*!
333
+ * Backbone.Notifier v0.2.5 - 'Plastic' Theme
334
+ * Copyright 2012, Eyal Weiss
335
+ */
336
+ /*---------------------------------------------------
337
+ LESS Elements 0.6
338
+ -----------------------------------------------------*/
339
+ /*!
340
+ * Backbone.Notifier v0.2.5 - Variables Config
341
+ * Copyright 2012, Eyal Weiss
342
+ */
343
+ .notifier-loader.notifier-theme-plastic {
344
+ background-color: #000;
345
+ }
346
+ .notifier.notifier-theme-plastic {
347
+ font-size: 13px;
348
+ text-align: center;
349
+ }
350
+ .notifier.notifier-theme-plastic .notifier-loader {
351
+ width: 16px;
352
+ height: 16px;
353
+ margin-left: 10px;
354
+ background: url('../imgs/notifier-loader-plastic.gif') center center no-repeat;
355
+ }
356
+ .notifier.notifier-theme-plastic button.notifier-close {
357
+ top: 8px;
358
+ right: 6px;
359
+ padding: 1px 7px;
360
+ height: 22px;
361
+ text-align: center;
362
+ width: auto;
363
+ font-size: 11px;
364
+ opacity: 0.5;
365
+ margin: 0!important;
366
+ }
367
+ .notifier.notifier-theme-plastic button.notifier-close:hover {
368
+ opacity: 1;
369
+ }
370
+ .notifier.notifier-theme-plastic button.notifier-close:active {
371
+ background: transparent;
372
+ }
373
+ .notifier.notifier-theme-plastic button {
374
+ border: solid 1px rgba(0, 0, 0, 0.5);
375
+ margin: -3px 0 -3px 10px;
376
+ background: rgba(255, 255, 255, 0.35);
377
+ -webkit-border-top-right-radius: 3px;
378
+ -webkit-border-bottom-right-radius: 3px;
379
+ -webkit-border-bottom-left-radius: 3px;
380
+ -webkit-border-top-left-radius: 3px;
381
+ -moz-border-radius-topright: 3px;
382
+ -moz-border-radius-bottomright: 3px;
383
+ -moz-border-radius-bottomleft: 3px;
384
+ -moz-border-radius-topleft: 3px;
385
+ border-top-right-radius: 3px;
386
+ border-bottom-right-radius: 3px;
387
+ border-bottom-left-radius: 3px;
388
+ border-top-left-radius: 3px;
389
+ -moz-background-clip: padding;
390
+ -webkit-background-clip: padding-box;
391
+ background-clip: padding-box;
392
+ color: rgba(0, 0, 0, 0.8);
393
+ padding: 3px 13px;
394
+ -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 0 rgba(1,1,1,.1);
395
+ -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 0 rgba(1,1,1,.1);
396
+ box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 0 rgba(1,1,1,.1);
397
+ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
398
+ -webkit-transition: all 100ms ease-out;
399
+ -moz-transition: all 100ms ease-out;
400
+ transition: all 100ms ease-out;
401
+ }
402
+ .notifier.notifier-theme-plastic button:hover,
403
+ .notifier.notifier-theme-plastic button.hover {
404
+ border: solid 1px rgba(0, 0, 0, 0.6);
405
+ background: rgba(255, 255, 255, 0.35);
406
+ color: rgba(0, 0, 0, 0.9);
407
+ -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 1px 0 rgba(255,255,255,.3), inset 0 -1px 0 rgba(1,1,1,.2);
408
+ -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 1px 0 rgba(255,255,255,.3), inset 0 -1px 0 rgba(1,1,1,.2);
409
+ box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 1px 0 rgba(255,255,255,.3), inset 0 -1px 0 rgba(1,1,1,.2);
410
+ }
411
+ .notifier.notifier-theme-plastic button:active,
412
+ .notifier.notifier-theme-plastic button.active {
413
+ border: solid 1px rgba(0, 0, 0, 0.6);
414
+ background: rgba(255, 255, 255, 0.3);
415
+ color: rgba(0, 0, 0, 0.9);
416
+ -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 1px 0 rgba(255,255,255,.4), inset 0 1px 0 rgba(0,0,0,.5);
417
+ -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 1px 0 rgba(255,255,255,.4), inset 0 1px 0 rgba(0,0,0,.5);
418
+ box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 1px 0 rgba(255,255,255,.4), inset 0 1px 0 rgba(0,0,0,.5);
419
+ }
420
+ .notifier.notifier-theme-plastic button.link {
421
+ text-shadow: none;
422
+ border-bottom: dotted 1px #444;
423
+ padding: 5px 0 1px!important;
424
+ }
425
+ .notifier.notifier-theme-plastic button.link:hover,
426
+ .notifier.notifier-theme-plastic button.link.hover {
427
+ color: #000;
428
+ border-bottom: solid 1px #000;
429
+ }
430
+ .notifier.notifier-theme-plastic.notifier-pos-top .notifier-inner {
431
+ -webkit-border-top-right-radius: 0;
432
+ -webkit-border-bottom-right-radius: 4px;
433
+ -webkit-border-bottom-left-radius: 4px;
434
+ -webkit-border-top-left-radius: 0;
435
+ -moz-border-radius-topright: 0;
436
+ -moz-border-radius-bottomright: 4px;
437
+ -moz-border-radius-bottomleft: 4px;
438
+ -moz-border-radius-topleft: 0;
439
+ border-top-right-radius: 0;
440
+ border-bottom-right-radius: 4px;
441
+ border-bottom-left-radius: 4px;
442
+ border-top-left-radius: 0;
443
+ -moz-background-clip: padding;
444
+ -webkit-background-clip: padding-box;
445
+ background-clip: padding-box;
446
+ }
447
+ .notifier.notifier-theme-plastic.notifier-pos-bottom .notifier-inner {
448
+ -webkit-border-top-right-radius: 4px;
449
+ -webkit-border-bottom-right-radius: 0;
450
+ -webkit-border-bottom-left-radius: 0;
451
+ -webkit-border-top-left-radius: 4px;
452
+ -moz-border-radius-topright: 4px;
453
+ -moz-border-radius-bottomright: 0;
454
+ -moz-border-radius-bottomleft: 0;
455
+ -moz-border-radius-topleft: 4px;
456
+ border-top-right-radius: 4px;
457
+ border-bottom-right-radius: 0;
458
+ border-bottom-left-radius: 0;
459
+ border-top-left-radius: 4px;
460
+ -moz-background-clip: padding;
461
+ -webkit-background-clip: padding-box;
462
+ background-clip: padding-box;
463
+ }
464
+ .notifier.notifier-theme-plastic.notifier-pos-center .notifier-inner {
465
+ -webkit-border-radius: 4px;
466
+ -moz-border-radius: 4px;
467
+ border-radius: 4px;
468
+ -moz-background-clip: padding;
469
+ -webkit-background-clip: padding-box;
470
+ background-clip: padding-box;
471
+ }
472
+ .notifier.notifier-theme-plastic.notifier-with-buttons button {
473
+ margin: 10px 20px 0;
474
+ }
475
+ .notifier.notifier-theme-plastic.notifier-dialog .notifier-inner {
476
+ padding: 0;
477
+ -webkit-box-shadow: 0 0 220px rgba(0, 0, 0, 0.18), 0 3px 3px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.25);
478
+ -moz-box-shadow: 0 0 220px rgba(0, 0, 0, 0.18), 0 3px 3px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.25);
479
+ box-shadow: 0 0 220px rgba(0, 0, 0, 0.18), 0 3px 3px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.25);
480
+ max-width: 480px;
481
+ }
482
+ .notifier.notifier-theme-plastic.notifier-dialog .notifier-message {
483
+ padding: 25px 50px;
484
+ margin: 0 1px 1px;
485
+ background: #fff;
486
+ display: block;
487
+ *display: block;
488
+ text-shadow: none;
489
+ color: #000;
490
+ text-align: left;
491
+ }
492
+ .notifier.notifier-theme-plastic.notifier-dialog .notifier-btns {
493
+ background: rgba(255, 255, 255, 0.9);
494
+ padding: 5px 0 13px;
495
+ margin: -1px 1px 1px;
496
+ border-top: solid 1px #D1CECE;
497
+ -webkit-box-shadow: inset 0 1px 0 #FCFCFC;
498
+ -moz-box-shadow: inset 0 1px 0 #FCFCFC;
499
+ box-shadow: inset 0 1px 0 #FCFCFC;
500
+ -webkit-border-bottom-right-radius: 4px;
501
+ -webkit-border-bottom-left-radius: 4px;
502
+ -moz-border-radius-bottomright: 4px;
503
+ -moz-border-radius-bottomleft: 4px;
504
+ border-bottom-right-radius: 4px;
505
+ border-bottom-left-radius: 4px;
506
+ }
507
+ .notifier.notifier-theme-plastic.notifier-dialog .notifier-btns button {
508
+ margin: 10px 30px 0;
509
+ padding: 3px 25px;
510
+ }
511
+ .notifier.notifier-theme-plastic.notifier-dialog .notifier-title {
512
+ padding: 8px 20px 6px;
513
+ border-bottom: solid 1px rgba(0, 0, 0, 0.13);
514
+ }
515
+ .notifier.notifier-theme-plastic .notifier-inner {
516
+ cursor: default;
517
+ padding: 11px 30px 10px;
518
+ color: #fff;
519
+ text-shadow: 0 1px 0 #000;
520
+ background: #7c7c7c;
521
+ /* Old browsers */
522
+
523
+ background: -moz-linear-gradient(top, #7c7c7c 0%, #303030 100%);
524
+ /* FF3.6+ */
525
+
526
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7c7c7c), color-stop(100%, #303030));
527
+ /* Chrome,Safari4+ */
528
+
529
+ background: -webkit-linear-gradient(top, #7c7c7c 0%, #303030 100%);
530
+ /* Chrome10+,Safari5.1+ */
531
+
532
+ background: -moz-linear-gradient(top, #7c7c7c 0%, #303030 100%);
533
+ /* Chrome10+,Safari5.1+ */
534
+
535
+ background: -o-linear-gradient(top, #7c7c7c 0%, #303030 100%);
536
+ /* Chrome10+,Safari5.1+ */
537
+
538
+ background: -ms-linear-gradient(top, #7c7c7c 0%, #303030 100%);
539
+ /* Chrome10+,Safari5.1+ */
540
+
541
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #7c7c7c , EndColorStr= #303030 );
542
+ -webkit-box-shadow: 0 0px 8px rgba(255,255,255,0.1), 0 0px 1px rgba(255,255,255,0.3), inset 0 0px 2px #000;
543
+ -moz-box-shadow: 0 0px 8px rgba(255,255,255,0.1), 0 0px 1px rgba(255,255,255,0.3), inset 0 0px 2px #000;
544
+ box-shadow: 0 0px 8px rgba(255,255,255,0.1), 0 0px 1px rgba(255,255,255,0.3), inset 0 0px 2px #000;
545
+ }
546
+ .notifier.notifier-theme-plastic.notifier-warning .notifier-inner {
547
+ background: #edd482;
548
+ /* Old browsers */
549
+
550
+ background: -moz-linear-gradient(top, #edd482 0%, #ce9e00 100%);
551
+ /* FF3.6+ */
552
+
553
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #edd482), color-stop(100%, #ce9e00));
554
+ /* Chrome,Safari4+ */
555
+
556
+ background: -webkit-linear-gradient(top, #edd482 0%, #ce9e00 100%);
557
+ /* Chrome10+,Safari5.1+ */
558
+
559
+ background: -moz-linear-gradient(top, #edd482 0%, #ce9e00 100%);
560
+ /* Chrome10+,Safari5.1+ */
561
+
562
+ background: -o-linear-gradient(top, #edd482 0%, #ce9e00 100%);
563
+ /* Chrome10+,Safari5.1+ */
564
+
565
+ background: -ms-linear-gradient(top, #edd482 0%, #ce9e00 100%);
566
+ /* Chrome10+,Safari5.1+ */
567
+
568
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #edd482 , EndColorStr= #ce9e00 );
569
+ -webkit-box-shadow: 0 0px 8px rgba(255,255,255,0.1), 0 0px 1px rgba(255,255,255,0.3), inset 0 0px 2px #000, inset 0 0 70px rgba(255, 183, 15,.5);
570
+ -moz-box-shadow: 0 0px 8px rgba(255,255,255,0.1), 0 0px 1px rgba(255,255,255,0.3), inset 0 0px 2px #000, inset 0 0 70px rgba(255, 183, 15,.5);
571
+ box-shadow: 0 0px 8px rgba(255,255,255,0.1), 0 0px 1px rgba(255,255,255,0.3), inset 0 0px 2px #000, inset 0 0 70px rgba(255, 183, 15,.5);
572
+ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), 0 0px 10px #ffb70f;
573
+ color: rgba(0, 0, 0, 0.8);
574
+ }
575
+ .notifier.notifier-theme-plastic.notifier-error .notifier-inner {
576
+ background: #e86161;
577
+ /* Old browsers */
578
+
579
+ background: -moz-linear-gradient(top, #e86161 0%, #ad0000 100%);
580
+ /* FF3.6+ */
581
+
582
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e86161), color-stop(100%, #ad0000));
583
+ /* Chrome,Safari4+ */
584
+
585
+ background: -webkit-linear-gradient(top, #e86161 0%, #ad0000 100%);
586
+ /* Chrome10+,Safari5.1+ */
587
+
588
+ background: -moz-linear-gradient(top, #e86161 0%, #ad0000 100%);
589
+ /* Chrome10+,Safari5.1+ */
590
+
591
+ background: -o-linear-gradient(top, #e86161 0%, #ad0000 100%);
592
+ /* Chrome10+,Safari5.1+ */
593
+
594
+ background: -ms-linear-gradient(top, #e86161 0%, #ad0000 100%);
595
+ /* Chrome10+,Safari5.1+ */
596
+
597
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #e86161 , EndColorStr= #ad0000 );
598
+ -webkit-box-shadow: 0 0px 8px rgba(255,255,255,0.1), 0 0px 1px rgba(255,255,255,0.3), inset 0 0px 2px #000, inset 0 0 70px rgba(173, 0, 0,.5);
599
+ -moz-box-shadow: 0 0px 8px rgba(255,255,255,0.1), 0 0px 1px rgba(255,255,255,0.3), inset 0 0px 2px #000, inset 0 0 70px rgba(173, 0, 0,.5);
600
+ box-shadow: 0 0px 8px rgba(255,255,255,0.1), 0 0px 1px rgba(255,255,255,0.3), inset 0 0px 2px #000, inset 0 0 70px rgba(173, 0, 0,.5);
601
+ text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8), 0 0px 10px #b00000;
602
+ color: rgba(255, 255, 255, 0.9);
603
+ }
604
+ .notifier.notifier-theme-plastic.notifier-info .notifier-inner {
605
+ background: #6ba8ff;
606
+ /* Old browsers */
607
+
608
+ background: -moz-linear-gradient(top, #6ba8ff 0%, #0072ff 100%);
609
+ /* FF3.6+ */
610
+
611
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6ba8ff), color-stop(100%, #0072ff));
612
+ /* Chrome,Safari4+ */
613
+
614
+ background: -webkit-linear-gradient(top, #6ba8ff 0%, #0072ff 100%);
615
+ /* Chrome10+,Safari5.1+ */
616
+
617
+ background: -moz-linear-gradient(top, #6ba8ff 0%, #0072ff 100%);
618
+ /* Chrome10+,Safari5.1+ */
619
+
620
+ background: -o-linear-gradient(top, #6ba8ff 0%, #0072ff 100%);
621
+ /* Chrome10+,Safari5.1+ */
622
+
623
+ background: -ms-linear-gradient(top, #6ba8ff 0%, #0072ff 100%);
624
+ /* Chrome10+,Safari5.1+ */
625
+
626
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #6ba8ff , EndColorStr= #0072ff );
627
+ -webkit-box-shadow: 0 0px 8px rgba(255,255,255,0.1), 0 0px 1px rgba(255,255,255,0.3), inset 0 0px 2px #000, inset 0 0 70px rgba(0,114,255,.5);
628
+ -moz-box-shadow: 0 0px 8px rgba(255,255,255,0.1), 0 0px 1px rgba(255,255,255,0.3), inset 0 0px 2px #000, inset 0 0 70px rgba(0,114,255,.5);
629
+ box-shadow: 0 0px 8px rgba(255,255,255,0.1), 0 0px 1px rgba(255,255,255,0.3), inset 0 0px 2px #000, inset 0 0 70px rgba(0,114,255,.5);
630
+ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), 0 0px 10px #66ceff;
631
+ color: rgba(0, 0, 0, 0.9);
632
+ }
633
+ .notifier.notifier-theme-plastic.notifier-success .notifier-inner {
634
+ background: #d5ff87;
635
+ /* Old browsers */
636
+
637
+ background: -moz-linear-gradient(top, #d5ff87 0%, #2cbf00 100%);
638
+ /* FF3.6+ */
639
+
640
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d5ff87), color-stop(100%, #2cbf00));
641
+ /* Chrome,Safari4+ */
642
+
643
+ background: -webkit-linear-gradient(top, #d5ff87 0%, #2cbf00 100%);
644
+ /* Chrome10+,Safari5.1+ */
645
+
646
+ background: -moz-linear-gradient(top, #d5ff87 0%, #2cbf00 100%);
647
+ /* Chrome10+,Safari5.1+ */
648
+
649
+ background: -o-linear-gradient(top, #d5ff87 0%, #2cbf00 100%);
650
+ /* Chrome10+,Safari5.1+ */
651
+
652
+ background: -ms-linear-gradient(top, #d5ff87 0%, #2cbf00 100%);
653
+ /* Chrome10+,Safari5.1+ */
654
+
655
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #d5ff87 , EndColorStr= #2cbf00 );
656
+ -webkit-box-shadow: 0 0px 8px rgba(255,255,255,0.1), 0 0px 1px rgba(255,255,255,0.3), inset 0 0px 2px #000, inset 0 0 70px rgba(2,155,0,.5);
657
+ -moz-box-shadow: 0 0px 8px rgba(255,255,255,0.1), 0 0px 1px rgba(255,255,255,0.3), inset 0 0px 2px #000, inset 0 0 70px rgba(2,155,0,.5);
658
+ box-shadow: 0 0px 8px rgba(255,255,255,0.1), 0 0px 1px rgba(255,255,255,0.3), inset 0 0px 2px #000, inset 0 0 70px rgba(2,155,0,.5);
659
+ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), 0 0px 10px #00c83e;
660
+ color: rgba(0, 0, 0, 0.9);
661
+ }