bookyt 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (357) hide show
  1. data/app/assets/images/16x16/add.png +0 -0
  2. data/app/assets/images/16x16/alert.png +0 -0
  3. data/app/assets/images/16x16/combolink.png +0 -0
  4. data/app/assets/images/16x16/copy.png +0 -0
  5. data/app/assets/images/16x16/delete.png +0 -0
  6. data/app/assets/images/16x16/edit.png +0 -0
  7. data/app/assets/images/16x16/filter.png +0 -0
  8. data/app/assets/images/16x16/index.png +0 -0
  9. data/app/assets/images/16x16/notice.png +0 -0
  10. data/app/assets/images/16x16/pdf.png +0 -0
  11. data/app/assets/images/16x16/print.png +0 -0
  12. data/app/assets/images/16x16/show.png +0 -0
  13. data/app/assets/images/22x22/arrow-right.png +0 -0
  14. data/app/assets/images/22x22/edit.png +0 -0
  15. data/app/assets/images/22x22/insert_booking.png +0 -0
  16. data/app/assets/images/22x22/remove.png +0 -0
  17. data/app/assets/images/32x32/edit.png +0 -0
  18. data/app/assets/images/32x32/remove.png +0 -0
  19. data/app/assets/images/48x48/accounting.png +0 -0
  20. data/app/assets/images/48x48/basic_claims_data.png +0 -0
  21. data/app/assets/images/48x48/contacts.png +0 -0
  22. data/app/assets/images/48x48/invoicing.png +0 -0
  23. data/app/assets/images/48x48/nav_users.png +0 -0
  24. data/app/assets/images/48x48/settings.png +0 -0
  25. data/app/assets/images/48x48/store.png +0 -0
  26. data/app/assets/images/button_bg.png +0 -0
  27. data/app/assets/images/crystal-icons/16x16/filter.png +0 -0
  28. data/app/assets/images/down.png +0 -0
  29. data/app/assets/images/favicon.ico +0 -0
  30. data/app/assets/images/flavour-extended/48x48/invoice.png +0 -0
  31. data/app/assets/images/free-business-desktop-icons/48x48/business.png +0 -0
  32. data/app/assets/images/gnome-web-icons/48x48/Gnome-X-Office-Address-Book-48.png +0 -0
  33. data/app/assets/images/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  34. data/app/assets/images/jquery-ui/ui-bg_flat_55_fbec88_40x100.png +0 -0
  35. data/app/assets/images/jquery-ui/ui-bg_glass_75_759fcf_1x400.png +0 -0
  36. data/app/assets/images/jquery-ui/ui-bg_glass_85_aeb9cf_1x400.png +0 -0
  37. data/app/assets/images/jquery-ui/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  38. data/app/assets/images/jquery-ui/ui-bg_gloss-wave_55_aeb9cf_500x100.png +0 -0
  39. data/app/assets/images/jquery-ui/ui-bg_inset-hard_100_759fcf_1x100.png +0 -0
  40. data/app/assets/images/jquery-ui/ui-bg_inset-hard_100_f6f6f6_1x100.png +0 -0
  41. data/app/assets/images/jquery-ui/ui-icons_217bc0_256x240.png +0 -0
  42. data/app/assets/images/jquery-ui/ui-icons_2e83ff_256x240.png +0 -0
  43. data/app/assets/images/jquery-ui/ui-icons_469bdd_256x240.png +0 -0
  44. data/app/assets/images/jquery-ui/ui-icons_6da8d5_256x240.png +0 -0
  45. data/app/assets/images/jquery-ui/ui-icons_cd0a0a_256x240.png +0 -0
  46. data/app/assets/images/jquery-ui/ui-icons_d8e7f3_256x240.png +0 -0
  47. data/app/assets/images/jquery-ui/ui-icons_f9bd01_256x240.png +0 -0
  48. data/app/assets/images/jquery/tooltip/black_arrow.png +0 -0
  49. data/app/assets/images/letter-logo.alpha.png +0 -0
  50. data/app/assets/images/letter-logo.big.png +0 -0
  51. data/app/assets/images/letter-logo.orig.png +0 -0
  52. data/app/assets/images/letter-logo.png +0 -0
  53. data/app/assets/images/loading.gif +0 -0
  54. data/app/assets/images/logo.png +0 -0
  55. data/app/assets/images/oxygen-icons/16x16/application-pdf.png +0 -0
  56. data/app/assets/images/oxygen-icons/16x16/document-preview.png +0 -0
  57. data/app/assets/images/oxygen-icons/16x16/document-print.png +0 -0
  58. data/app/assets/images/oxygen-icons/16x16/edit-copy.png +0 -0
  59. data/app/assets/images/oxygen-icons/16x16/go-next.png +0 -0
  60. data/app/assets/images/oxygen-icons/16x16/mail-mark-notjunk.png +0 -0
  61. data/app/assets/images/oxygen-icons/16x16/status_unknown.png +0 -0
  62. data/app/assets/images/oxygen-icons/48x48/system-users.png +0 -0
  63. data/app/assets/images/rails.png +0 -0
  64. data/app/assets/images/up.png +0 -0
  65. data/app/assets/javascripts/application.js +49 -0
  66. data/app/assets/javascripts/cyt.js +86 -0
  67. data/app/assets/javascripts/jquery-ui.js +11437 -0
  68. data/app/assets/javascripts/jquery.dirtyform.js +242 -0
  69. data/app/assets/javascripts/jquery.form.js +785 -0
  70. data/app/assets/javascripts/jquery.js +8936 -0
  71. data/app/assets/javascripts/jquery.meio.mask.js +683 -0
  72. data/app/assets/javascripts/jquery.remotipart.js +46 -0
  73. data/app/assets/javascripts/jquery.ui.combobox.js +77 -0
  74. data/app/assets/javascripts/jquery_ujs.js +316 -0
  75. data/app/assets/javascripts/nested_form.js +51 -0
  76. data/app/assets/javascripts/tooltip.js +343 -0
  77. data/app/assets/stylesheets/.gitkeep +0 -0
  78. data/app/assets/stylesheets/ie.scss +16 -0
  79. data/app/assets/stylesheets/ie6.scss +4 -0
  80. data/app/assets/stylesheets/partials/_base.sass +39 -0
  81. data/app/assets/stylesheets/partials/_content.sass +60 -0
  82. data/app/assets/stylesheets/partials/_jquery.sass +2 -0
  83. data/app/assets/stylesheets/partials/_layout.sass +21 -0
  84. data/app/assets/stylesheets/partials/_sidebar.sass +5 -0
  85. data/app/assets/stylesheets/partials/content/_accounting.sass +41 -0
  86. data/app/assets/stylesheets/partials/content/_ajax_indicator.sass +28 -0
  87. data/app/assets/stylesheets/partials/content/_app.sass +43 -0
  88. data/app/assets/stylesheets/partials/content/_combobox.sass +8 -0
  89. data/app/assets/stylesheets/partials/content/_cyt.sass +200 -0
  90. data/app/assets/stylesheets/partials/content/_fancy_buttons.sass +10 -0
  91. data/app/assets/stylesheets/partials/content/_flash_errors.sass +46 -0
  92. data/app/assets/stylesheets/partials/content/_form_view.sass +20 -0
  93. data/app/assets/stylesheets/partials/content/_icons.sass +35 -0
  94. data/app/assets/stylesheets/partials/content/_invoice.sass +6 -0
  95. data/app/assets/stylesheets/partials/content/_overview.sass +40 -0
  96. data/app/assets/stylesheets/partials/content/_pagination.sass +61 -0
  97. data/app/assets/stylesheets/partials/content/_person.sass +5 -0
  98. data/app/assets/stylesheets/partials/content/_scaffold.sass +67 -0
  99. data/app/assets/stylesheets/partials/content/_table_list.sass +26 -0
  100. data/app/assets/stylesheets/partials/content/formtastic/_formtastic.sass +201 -0
  101. data/app/assets/stylesheets/partials/content/formtastic/_formtastic_cyt.sass +90 -0
  102. data/app/assets/stylesheets/partials/formtastic/_custom_fields.sass +2 -0
  103. data/app/assets/stylesheets/partials/formtastic/_formtastic_base.sass +652 -0
  104. data/app/assets/stylesheets/partials/jquery/_jquery_ui.sass +1461 -0
  105. data/app/assets/stylesheets/partials/jquery/_tooltip.sass +21 -0
  106. data/app/assets/stylesheets/partials/layout/_header.sass +29 -0
  107. data/app/assets/stylesheets/partials/layout/_navigation.sass +2 -0
  108. data/app/assets/stylesheets/partials/layout/navigation/_main.sass +34 -0
  109. data/app/assets/stylesheets/partials/layout/navigation/_sidebar.sass +18 -0
  110. data/app/assets/stylesheets/partials/print/_app.sass +21 -0
  111. data/app/assets/stylesheets/partials/print/_layout.sass +24 -0
  112. data/app/assets/stylesheets/print.scss +5 -0
  113. data/app/assets/stylesheets/screen.scss +12 -0
  114. data/app/controllers/account_types_controller.rb +2 -0
  115. data/app/controllers/accounts_controller.rb +30 -0
  116. data/app/controllers/application_controller.rb +12 -0
  117. data/app/controllers/attachments_controller.rb +15 -0
  118. data/app/controllers/authorized_controller.rb +24 -0
  119. data/app/controllers/bank_accounts_controller.rb +2 -0
  120. data/app/controllers/booking_imports_controller.rb +2 -0
  121. data/app/controllers/booking_templates_controller.rb +8 -0
  122. data/app/controllers/bookings_controller.rb +64 -0
  123. data/app/controllers/charge_booking_templates_controller.rb +2 -0
  124. data/app/controllers/charge_rates_controller.rb +2 -0
  125. data/app/controllers/companies_controller.rb +8 -0
  126. data/app/controllers/credit_invoices_controller.rb +29 -0
  127. data/app/controllers/customers_controller.rb +12 -0
  128. data/app/controllers/debit_invoices_controller.rb +43 -0
  129. data/app/controllers/direct_bookings_controller.rb +17 -0
  130. data/app/controllers/employees_controller.rb +3 -0
  131. data/app/controllers/employments_controller.rb +2 -0
  132. data/app/controllers/invoices_controller.rb +21 -0
  133. data/app/controllers/notes_controller.rb +34 -0
  134. data/app/controllers/overview_controller.rb +6 -0
  135. data/app/controllers/people_controller.rb +13 -0
  136. data/app/controllers/salaries_controller.rb +46 -0
  137. data/app/controllers/tenants_controller.rb +39 -0
  138. data/app/controllers/users_controller.rb +26 -0
  139. data/app/helpers/application_helper.rb +52 -0
  140. data/app/helpers/booking_helper.rb +10 -0
  141. data/app/helpers/booking_template_helper.rb +17 -0
  142. data/app/helpers/charge_rate_helper.rb +5 -0
  143. data/app/helpers/invoice_helper.rb +9 -0
  144. data/app/helpers/vat_rate_helper.rb +10 -0
  145. data/app/inputs/combobox_input.rb +23 -0
  146. data/app/inputs/date_field_input.rb +5 -0
  147. data/app/inputs/hour_field_input.rb +5 -0
  148. data/app/models/ability.rb +34 -0
  149. data/app/models/attachment.rb +13 -0
  150. data/app/models/booking_import.rb +8 -0
  151. data/app/models/booking_import_observer.rb +7 -0
  152. data/app/models/booking_reference.rb +4 -0
  153. data/app/models/booking_template.rb +92 -0
  154. data/app/models/charge_booking_template.rb +57 -0
  155. data/app/models/charge_rate.rb +30 -0
  156. data/app/models/civil_status.rb +5 -0
  157. data/app/models/company.rb +5 -0
  158. data/app/models/credit_invoice.rb +32 -0
  159. data/app/models/customer.rb +4 -0
  160. data/app/models/debit_invoice.rb +24 -0
  161. data/app/models/employee.rb +6 -0
  162. data/app/models/employment.rb +28 -0
  163. data/app/models/invoice.rb +145 -0
  164. data/app/models/line_item.rb +22 -0
  165. data/app/models/note.rb +8 -0
  166. data/app/models/person.rb +65 -0
  167. data/app/models/product.rb +2 -0
  168. data/app/models/profit.rb +9 -0
  169. data/app/models/religion.rb +5 -0
  170. data/app/models/role.rb +9 -0
  171. data/app/models/salary.rb +93 -0
  172. data/app/models/tenant.rb +43 -0
  173. data/app/models/user.rb +44 -0
  174. data/app/models/vat_rate.rb +11 -0
  175. data/app/uploaders/attachment_uploader.rb +12 -0
  176. data/app/views/account_types/_account_type.html.haml +6 -0
  177. data/app/views/account_types/_form.html.haml +7 -0
  178. data/app/views/account_types/_list.html.haml +7 -0
  179. data/app/views/account_types/index.html.haml +6 -0
  180. data/app/views/account_types/show.html.haml +6 -0
  181. data/app/views/accounts/_account.html.haml +12 -0
  182. data/app/views/accounts/_booking_item.html.haml +15 -0
  183. data/app/views/accounts/_booking_list.html.haml +19 -0
  184. data/app/views/accounts/_booking_list_footer.html.haml +2 -0
  185. data/app/views/accounts/_booking_list_header.html.haml +8 -0
  186. data/app/views/accounts/_booking_list_paginate.html.haml +5 -0
  187. data/app/views/accounts/_booking_list_saldo.html.haml +8 -0
  188. data/app/views/accounts/_booking_list_turnover.html.haml +9 -0
  189. data/app/views/accounts/_carry_booking.html.haml +9 -0
  190. data/app/views/accounts/_form.html.haml +10 -0
  191. data/app/views/accounts/_list_footer.html.haml +2 -0
  192. data/app/views/accounts/_list_header.html.haml +5 -0
  193. data/app/views/accounts/index.html.haml +8 -0
  194. data/app/views/accounts/show.html.haml +10 -0
  195. data/app/views/application/_form.html.haml +7 -0
  196. data/app/views/application/_list.html.haml +15 -0
  197. data/app/views/application/_search_form.html.haml +5 -0
  198. data/app/views/application/_show.html.haml +2 -0
  199. data/app/views/application/create.js.erb +3 -0
  200. data/app/views/application/destroy.js.erb +2 -0
  201. data/app/views/application/edit.html.haml +5 -0
  202. data/app/views/application/edit.js.erb +3 -0
  203. data/app/views/application/index.html.haml +7 -0
  204. data/app/views/application/new.html.haml +5 -0
  205. data/app/views/application/new.js.erb +3 -0
  206. data/app/views/application/show.html.haml +5 -0
  207. data/app/views/application/update.js.erb +3 -0
  208. data/app/views/attachments/_attachment.html.haml +5 -0
  209. data/app/views/attachments/_form.html.haml +15 -0
  210. data/app/views/attachments/_list.html.haml +6 -0
  211. data/app/views/bank_accounts/_bank_account.html.haml +1 -0
  212. data/app/views/booking_imports/_booking_import.html.haml +5 -0
  213. data/app/views/booking_imports/_form.html.haml +6 -0
  214. data/app/views/booking_imports/_list.html.haml +7 -0
  215. data/app/views/booking_imports/create.js.erb +4 -0
  216. data/app/views/booking_imports/index.html.haml +6 -0
  217. data/app/views/booking_imports/show.html.haml +6 -0
  218. data/app/views/booking_templates/_booking_template.html.haml +16 -0
  219. data/app/views/booking_templates/_form.html.haml +12 -0
  220. data/app/views/booking_templates/_list.html.haml +10 -0
  221. data/app/views/booking_templates/index.html.haml +6 -0
  222. data/app/views/bookings/_booking.html.haml +17 -0
  223. data/app/views/bookings/_form.html.haml +14 -0
  224. data/app/views/bookings/_list.html.haml +11 -0
  225. data/app/views/bookings/_new_form.html.haml +8 -0
  226. data/app/views/bookings/_sidebar.html.haml +7 -0
  227. data/app/views/bookings/_simple_form.html.haml +12 -0
  228. data/app/views/bookings/index.html.haml +9 -0
  229. data/app/views/bookings/new.html.haml +8 -0
  230. data/app/views/bookings/select.html.haml +11 -0
  231. data/app/views/bookings/show.html.haml +27 -0
  232. data/app/views/bookings/simple_edit.html.haml +4 -0
  233. data/app/views/charge_booking_templates/_charge_booking_template.html.haml +15 -0
  234. data/app/views/charge_booking_templates/_form.html.haml +12 -0
  235. data/app/views/charge_booking_templates/_list.html.haml +10 -0
  236. data/app/views/charge_rates/_form.html.haml +14 -0
  237. data/app/views/companies/_company.html.haml +5 -0
  238. data/app/views/companies/_form.html.haml +8 -0
  239. data/app/views/companies/_list.html.haml +6 -0
  240. data/app/views/companies/index.html.haml +6 -0
  241. data/app/views/companies/show.html.haml +27 -0
  242. data/app/views/credit_invoices/_credit_invoice.html.haml +9 -0
  243. data/app/views/credit_invoices/_form.html.haml +41 -0
  244. data/app/views/credit_invoices/_list.html.haml +20 -0
  245. data/app/views/credit_invoices/index.html.haml +7 -0
  246. data/app/views/credit_invoices/show.html.haml +56 -0
  247. data/app/views/customers/_customer.html.haml +5 -0
  248. data/app/views/customers/_form.html.haml +8 -0
  249. data/app/views/customers/_list.html.haml +6 -0
  250. data/app/views/customers/index.html.haml +6 -0
  251. data/app/views/customers/show.html.haml +22 -0
  252. data/app/views/debit_invoices/_debit_invoice.html.haml +9 -0
  253. data/app/views/debit_invoices/_form.html.haml +38 -0
  254. data/app/views/debit_invoices/_invoice_body.html.haml +8 -0
  255. data/app/views/debit_invoices/_invoice_info.html.haml +10 -0
  256. data/app/views/debit_invoices/_invoice_parties.html.haml +9 -0
  257. data/app/views/debit_invoices/_list.html.haml +21 -0
  258. data/app/views/debit_invoices/index.html.haml +7 -0
  259. data/app/views/debit_invoices/letter.html.haml +9 -0
  260. data/app/views/debit_invoices/letter.pdf.prawn +57 -0
  261. data/app/views/debit_invoices/show.html.haml +56 -0
  262. data/app/views/devise/confirmations/new.html.haml +10 -0
  263. data/app/views/devise/mailer/confirmation_instructions.html.haml +6 -0
  264. data/app/views/devise/mailer/reset_password_instructions.html.haml +10 -0
  265. data/app/views/devise/mailer/unlock_instructions.html.haml +8 -0
  266. data/app/views/devise/passwords/edit.html.haml +15 -0
  267. data/app/views/devise/passwords/new.html.haml +11 -0
  268. data/app/views/devise/sessions/new.html.haml +13 -0
  269. data/app/views/devise/shared/_links.haml +15 -0
  270. data/app/views/devise/unlocks/new.html.haml +11 -0
  271. data/app/views/direct_bookings/_form.html.haml +12 -0
  272. data/app/views/direct_bookings/_item.html.haml +17 -0
  273. data/app/views/direct_bookings/_list.html.haml +10 -0
  274. data/app/views/direct_bookings/_list_footer.html.haml +6 -0
  275. data/app/views/direct_bookings/_show.html.haml +3 -0
  276. data/app/views/direct_bookings/_show_all.html.haml +8 -0
  277. data/app/views/direct_bookings/list.js.erb +2 -0
  278. data/app/views/direct_bookings/new.js.erb +2 -0
  279. data/app/views/employees/_employee.html.haml +5 -0
  280. data/app/views/employees/_form.html.haml +19 -0
  281. data/app/views/employees/_list.html.haml +6 -0
  282. data/app/views/employees/index.html.haml +6 -0
  283. data/app/views/employees/show.html.haml +31 -0
  284. data/app/views/employments/_employment.html.haml +10 -0
  285. data/app/views/employments/_form.html.haml +24 -0
  286. data/app/views/employments/_list.html.haml +11 -0
  287. data/app/views/employments/_show.html.haml +9 -0
  288. data/app/views/employments/index.html.haml +5 -0
  289. data/app/views/invoices/_form.html.haml +13 -0
  290. data/app/views/invoices/_invoice.html.haml +7 -0
  291. data/app/views/invoices/_list.html.haml +20 -0
  292. data/app/views/invoices/_sidebar.html.haml +11 -0
  293. data/app/views/invoices/index.html.haml +17 -0
  294. data/app/views/invoices/show.html.haml +56 -0
  295. data/app/views/layouts/_flash_new.html.haml +1 -0
  296. data/app/views/layouts/_list_item_actions_for.html.haml +3 -0
  297. data/app/views/layouts/application.html.haml +46 -0
  298. data/app/views/line_items/_form.html.haml +6 -0
  299. data/app/views/line_items/_line_item.html.haml +7 -0
  300. data/app/views/line_items/_list_footer.html.haml +7 -0
  301. data/app/views/notes/_form.html.haml +10 -0
  302. data/app/views/notes/_list.html.haml +15 -0
  303. data/app/views/notes/index.html.haml +9 -0
  304. data/app/views/notes/show.html.haml +12 -0
  305. data/app/views/overview/index.html.haml +14 -0
  306. data/app/views/people/_form.html.haml +8 -0
  307. data/app/views/people/_list.html.haml +7 -0
  308. data/app/views/people/_person.html.haml +6 -0
  309. data/app/views/people/_show.html.haml +6 -0
  310. data/app/views/people/show.html.haml +21 -0
  311. data/app/views/persons/_civil.html.haml +5 -0
  312. data/app/views/persons/_show.html.haml +6 -0
  313. data/app/views/salaries/_form.html.haml +14 -0
  314. data/app/views/salaries/_list.html.haml +12 -0
  315. data/app/views/salaries/_salary.html.haml +10 -0
  316. data/app/views/salaries/_salary_certificate.html.haml +25 -0
  317. data/app/views/salaries/payslip.html.haml +40 -0
  318. data/app/views/salaries/show.html.haml +30 -0
  319. data/app/views/salaries/statistics.html.haml +6 -0
  320. data/app/views/tenants/_account.html.haml +7 -0
  321. data/app/views/tenants/_account_group_sheet.html.haml +8 -0
  322. data/app/views/tenants/_form.html.haml +17 -0
  323. data/app/views/tenants/_list.html.haml +7 -0
  324. data/app/views/tenants/_tenant.html.haml +7 -0
  325. data/app/views/tenants/balance_sheet.html.haml +43 -0
  326. data/app/views/tenants/index.html.haml +6 -0
  327. data/app/views/tenants/new.js.erb +1 -0
  328. data/app/views/tenants/profit_sheet.html.haml +26 -0
  329. data/app/views/tenants/show.html.haml +18 -0
  330. data/app/views/users/_demo.de-CH.html.haml +7 -0
  331. data/app/views/users/_demo.de.html.haml +7 -0
  332. data/app/views/users/_demo.html.haml +7 -0
  333. data/app/views/users/_form.html.haml +17 -0
  334. data/app/views/users/_list.html.haml +9 -0
  335. data/app/views/users/_show.html.haml +13 -0
  336. data/app/views/users/_user.html.haml +7 -0
  337. data/app/views/users/index.html.haml +6 -0
  338. data/app/views/users/new.js.erb +1 -0
  339. data/app/views/users/show.html.haml +14 -0
  340. data/lib/acts_as_csv.rb +113 -0
  341. data/lib/bookyt/engine.rb +18 -0
  342. data/lib/bookyt/version.rb +3 -0
  343. data/lib/float.rb +17 -0
  344. data/lib/pagination_list_link_renderer.rb +63 -0
  345. data/lib/parse_date.rb +27 -0
  346. data/lib/prawn/letter_document.rb +136 -0
  347. data/lib/raiffeisen_importer.rb +15 -0
  348. data/lib/recipes/bookyt.rb +15 -0
  349. data/lib/simple_navigation/renderer/list.rb +20 -0
  350. data/lib/simple_navigation/renderer/overview.rb +46 -0
  351. data/lib/sqlite3_extensions.rb +45 -0
  352. data/lib/tasks/.gitkeep +0 -0
  353. data/lib/tasks/bookyt.rake +15 -0
  354. data/lib/tasks/cucumber.rake +53 -0
  355. data/lib/tasks/environment_seeds.rake +7 -0
  356. data/lib/tasks/users.rake +46 -0
  357. metadata +423 -0
@@ -0,0 +1,1461 @@
1
+ /* jQuery UI CSS Framework @VERSION
2
+ *
3
+ * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
4
+ * Dual licensed under the MIT or GPL Version 2 licenses.
5
+ * http://jquery.org/license
6
+ *
7
+ * http://docs.jquery.com/UI/Theming/API
8
+
9
+ /* Layout helpers
10
+ *----------------------------------
11
+
12
+ .ui-helper-hidden
13
+ display: none
14
+
15
+ .ui-helper-hidden-accessible
16
+ position: absolute
17
+ left: -99999999px
18
+
19
+ .ui-helper-reset
20
+ margin: 0
21
+ padding: 0
22
+ border: 0
23
+ outline: 0
24
+ line-height: 1.3
25
+ text-decoration: none
26
+ font-size: 100%
27
+ list-style: none
28
+
29
+ .ui-helper-clearfix
30
+ &:after
31
+ content: "."
32
+ display: block
33
+ height: 0
34
+ clear: both
35
+ visibility: hidden
36
+ display: inline-block
37
+
38
+ /* required comment for clearfix to work in Opera \
39
+
40
+ * html .ui-helper-clearfix
41
+ height: 1%
42
+
43
+ .ui-helper-clearfix
44
+ display: block
45
+
46
+ /* end clearfix
47
+
48
+ .ui-helper-zfix
49
+ width: 100%
50
+ height: 100%
51
+ top: 0
52
+ left: 0
53
+ position: absolute
54
+ opacity: 0
55
+ filter: Alpha(Opacity = 0)
56
+
57
+ /* Interaction Cues
58
+ *----------------------------------
59
+
60
+ .ui-state-disabled
61
+ cursor: default !important
62
+
63
+ /* Icons
64
+ *----------------------------------
65
+
66
+ /* states and images
67
+
68
+ .ui-icon
69
+ display: block
70
+ text-indent: -99999px
71
+ overflow: hidden
72
+ background-repeat: no-repeat
73
+
74
+ /* Misc visuals
75
+ *----------------------------------
76
+
77
+ /* Overlays
78
+
79
+ .ui-widget-overlay
80
+ position: absolute
81
+ top: 0
82
+ left: 0
83
+ width: 100%
84
+ height: 100%
85
+
86
+ /* jQuery UI CSS Framework @VERSION
87
+ *
88
+ * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
89
+ * Dual licensed under the MIT or GPL Version 2 licenses.
90
+ * http://jquery.org/license
91
+ *
92
+ * http://docs.jquery.com/UI/Theming/API
93
+ *
94
+ * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,Helvetica,sans-serif&fwDefault=bold&fsDefault=12px&cornerRadius=5px&bgColorHeader=AEB9CF&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=55&borderColorHeader=7e89a0&fcHeader=ffffff&iconColorHeader=d8e7f3&bgColorContent=F6F6F6&bgTextureContent=06_inset_hard.png&bgImgOpacityContent=100&borderColorContent=E4E4E4&fcContent=222222&iconColorContent=469bdd&bgColorDefault=AEB9CF&bgTextureDefault=02_glass.png&bgImgOpacityDefault=85&borderColorDefault=E4E4E4&fcDefault=ffffff&iconColorDefault=6da8d5&bgColorHover=759fcf&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=E4E4E4&fcHover=000000&iconColorHover=217bc0&bgColorActive=759fcf&bgTextureActive=06_inset_hard.png&bgImgOpacityActive=100&borderColorActive=E4E4E4&fcActive=00000&iconColorActive=f9bd01&bgColorHighlight=fbec88&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=55&borderColorHighlight=fad42e&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
95
+
96
+ /* Component containers
97
+ *----------------------------------
98
+
99
+ .ui-widget
100
+ font-family: Verdana, Arial, Helvetica, sans-serif
101
+ font-size: 12px
102
+ .ui-widget
103
+ font-size: 1em
104
+ input, select, textarea, button
105
+ font-family: Verdana, Arial, Helvetica, sans-serif
106
+ font-size: 1em
107
+
108
+ .ui-widget-content
109
+ border: 1px solid #e4e4e4
110
+ background: #f6f6f6 image-url("jquery-ui/ui-bg_inset-hard_100_f6f6f6_1x100.png") 50% bottom repeat-x
111
+ color: #222222
112
+ a
113
+ color: #222222
114
+
115
+ .ui-widget-header
116
+ border: 1px solid #7e89a0
117
+ background: #aeb9cf image-url("jquery-ui/ui-bg_gloss-wave_55_aeb9cf_500x100.png") 50% 50% repeat-x
118
+ color: white
119
+ font-weight: bold
120
+ a
121
+ color: white
122
+
123
+ /* Interaction states
124
+ *----------------------------------
125
+
126
+ .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
127
+ border: 1px solid #e4e4e4
128
+ background: #aeb9cf image-url("jquery-ui/ui-bg_glass_85_aeb9cf_1x400.png") 50% 50% repeat-x
129
+ font-weight: bold
130
+ color: white
131
+
132
+ .ui-state-default a
133
+ color: white
134
+ text-decoration: none
135
+ &:link, &:visited
136
+ color: white
137
+ text-decoration: none
138
+
139
+ .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
140
+ border: 1px solid #e4e4e4
141
+ background: #759fcf image-url("jquery-ui/ui-bg_glass_75_759fcf_1x400.png") 50% 50% repeat-x
142
+ font-weight: bold
143
+ color: black
144
+
145
+ .ui-state-hover a
146
+ color: black
147
+ text-decoration: none
148
+ &:hover
149
+ color: black
150
+ text-decoration: none
151
+
152
+ .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active
153
+ border: 1px solid #e4e4e4
154
+ background: #759fcf image-url("jquery-ui/ui-bg_inset-hard_100_759fcf_1x100.png") 50% 50% repeat-x
155
+ font-weight: bold
156
+ color: black 0
157
+
158
+ .ui-state-active a
159
+ color: black 0
160
+ text-decoration: none
161
+ &:link, &:visited
162
+ color: black 0
163
+ text-decoration: none
164
+
165
+ .ui-widget :active
166
+ outline: none
167
+
168
+ /* Interaction Cues
169
+ *----------------------------------
170
+
171
+ .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight
172
+ border: 1px solid #fad42e
173
+ background: #fbec88 image-url("jquery-ui/ui-bg_flat_55_fbec88_40x100.png") 50% 50% repeat-x
174
+ color: #363636
175
+
176
+ .ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a
177
+ color: #363636
178
+
179
+ .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error
180
+ border: 1px solid #cd0a0a
181
+ background: #fef1ec image-url("jquery-ui/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x
182
+ color: #cd0a0a
183
+
184
+ .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a, .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text
185
+ color: #cd0a0a
186
+
187
+ .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary
188
+ font-weight: bold
189
+
190
+ .ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary
191
+ opacity: 0.7
192
+ filter: Alpha(Opacity = 70)
193
+ font-weight: normal
194
+
195
+ .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled
196
+ opacity: 0.35
197
+ filter: Alpha(Opacity = 35)
198
+ background-image: none
199
+
200
+ /* Icons
201
+ *----------------------------------
202
+
203
+ /* states and images
204
+
205
+ .ui-icon
206
+ width: 16px
207
+ height: 16px
208
+ background-image: image-url("jquery-ui/ui-icons_469bdd_256x240.png")
209
+
210
+ .ui-widget-content .ui-icon
211
+ background-image: image-url("jquery-ui/ui-icons_469bdd_256x240.png")
212
+
213
+ .ui-widget-header .ui-icon
214
+ background-image: image-url("jquery-ui/ui-icons_d8e7f3_256x240.png")
215
+
216
+ .ui-state-default .ui-icon
217
+ background-image: image-url("jquery-ui/ui-icons_6da8d5_256x240.png")
218
+
219
+ .ui-state-hover .ui-icon, .ui-state-focus .ui-icon
220
+ background-image: image-url("jquery-ui/ui-icons_217bc0_256x240.png")
221
+
222
+ .ui-state-active .ui-icon
223
+ background-image: image-url("jquery-ui/ui-icons_f9bd01_256x240.png")
224
+
225
+ .ui-state-highlight .ui-icon
226
+ background-image: image-url("jquery-ui/ui-icons_2e83ff_256x240.png")
227
+
228
+ .ui-state-error .ui-icon, .ui-state-error-text .ui-icon
229
+ background-image: image-url("jquery-ui/ui-icons_cd0a0a_256x240.png")
230
+
231
+ /* positioning
232
+
233
+ .ui-icon-carat-1-n
234
+ background-position: 0 0
235
+
236
+ .ui-icon-carat-1-ne
237
+ background-position: -16px 0
238
+
239
+ .ui-icon-carat-1-e
240
+ background-position: -32px 0
241
+
242
+ .ui-icon-carat-1-se
243
+ background-position: -48px 0
244
+
245
+ .ui-icon-carat-1-s
246
+ background-position: -64px 0
247
+
248
+ .ui-icon-carat-1-sw
249
+ background-position: -80px 0
250
+
251
+ .ui-icon-carat-1-w
252
+ background-position: -96px 0
253
+
254
+ .ui-icon-carat-1-nw
255
+ background-position: -112px 0
256
+
257
+ .ui-icon-carat-2-n-s
258
+ background-position: -128px 0
259
+
260
+ .ui-icon-carat-2-e-w
261
+ background-position: -144px 0
262
+
263
+ .ui-icon-triangle-1-n
264
+ background-position: 0 -16px
265
+
266
+ .ui-icon-triangle-1-ne
267
+ background-position: -16px -16px
268
+
269
+ .ui-icon-triangle-1-e
270
+ background-position: -32px -16px
271
+
272
+ .ui-icon-triangle-1-se
273
+ background-position: -48px -16px
274
+
275
+ .ui-icon-triangle-1-s
276
+ background-position: -64px -16px
277
+
278
+ .ui-icon-triangle-1-sw
279
+ background-position: -80px -16px
280
+
281
+ .ui-icon-triangle-1-w
282
+ background-position: -96px -16px
283
+
284
+ .ui-icon-triangle-1-nw
285
+ background-position: -112px -16px
286
+
287
+ .ui-icon-triangle-2-n-s
288
+ background-position: -128px -16px
289
+
290
+ .ui-icon-triangle-2-e-w
291
+ background-position: -144px -16px
292
+
293
+ .ui-icon-arrow-1-n
294
+ background-position: 0 -32px
295
+
296
+ .ui-icon-arrow-1-ne
297
+ background-position: -16px -32px
298
+
299
+ .ui-icon-arrow-1-e
300
+ background-position: -32px -32px
301
+
302
+ .ui-icon-arrow-1-se
303
+ background-position: -48px -32px
304
+
305
+ .ui-icon-arrow-1-s
306
+ background-position: -64px -32px
307
+
308
+ .ui-icon-arrow-1-sw
309
+ background-position: -80px -32px
310
+
311
+ .ui-icon-arrow-1-w
312
+ background-position: -96px -32px
313
+
314
+ .ui-icon-arrow-1-nw
315
+ background-position: -112px -32px
316
+
317
+ .ui-icon-arrow-2-n-s
318
+ background-position: -128px -32px
319
+
320
+ .ui-icon-arrow-2-ne-sw
321
+ background-position: -144px -32px
322
+
323
+ .ui-icon-arrow-2-e-w
324
+ background-position: -160px -32px
325
+
326
+ .ui-icon-arrow-2-se-nw
327
+ background-position: -176px -32px
328
+
329
+ .ui-icon-arrowstop-1-n
330
+ background-position: -192px -32px
331
+
332
+ .ui-icon-arrowstop-1-e
333
+ background-position: -208px -32px
334
+
335
+ .ui-icon-arrowstop-1-s
336
+ background-position: -224px -32px
337
+
338
+ .ui-icon-arrowstop-1-w
339
+ background-position: -240px -32px
340
+
341
+ .ui-icon-arrowthick-1-n
342
+ background-position: 0 -48px
343
+
344
+ .ui-icon-arrowthick-1-ne
345
+ background-position: -16px -48px
346
+
347
+ .ui-icon-arrowthick-1-e
348
+ background-position: -32px -48px
349
+
350
+ .ui-icon-arrowthick-1-se
351
+ background-position: -48px -48px
352
+
353
+ .ui-icon-arrowthick-1-s
354
+ background-position: -64px -48px
355
+
356
+ .ui-icon-arrowthick-1-sw
357
+ background-position: -80px -48px
358
+
359
+ .ui-icon-arrowthick-1-w
360
+ background-position: -96px -48px
361
+
362
+ .ui-icon-arrowthick-1-nw
363
+ background-position: -112px -48px
364
+
365
+ .ui-icon-arrowthick-2-n-s
366
+ background-position: -128px -48px
367
+
368
+ .ui-icon-arrowthick-2-ne-sw
369
+ background-position: -144px -48px
370
+
371
+ .ui-icon-arrowthick-2-e-w
372
+ background-position: -160px -48px
373
+
374
+ .ui-icon-arrowthick-2-se-nw
375
+ background-position: -176px -48px
376
+
377
+ .ui-icon-arrowthickstop-1-n
378
+ background-position: -192px -48px
379
+
380
+ .ui-icon-arrowthickstop-1-e
381
+ background-position: -208px -48px
382
+
383
+ .ui-icon-arrowthickstop-1-s
384
+ background-position: -224px -48px
385
+
386
+ .ui-icon-arrowthickstop-1-w
387
+ background-position: -240px -48px
388
+
389
+ .ui-icon-arrowreturnthick-1-w
390
+ background-position: 0 -64px
391
+
392
+ .ui-icon-arrowreturnthick-1-n
393
+ background-position: -16px -64px
394
+
395
+ .ui-icon-arrowreturnthick-1-e
396
+ background-position: -32px -64px
397
+
398
+ .ui-icon-arrowreturnthick-1-s
399
+ background-position: -48px -64px
400
+
401
+ .ui-icon-arrowreturn-1-w
402
+ background-position: -64px -64px
403
+
404
+ .ui-icon-arrowreturn-1-n
405
+ background-position: -80px -64px
406
+
407
+ .ui-icon-arrowreturn-1-e
408
+ background-position: -96px -64px
409
+
410
+ .ui-icon-arrowreturn-1-s
411
+ background-position: -112px -64px
412
+
413
+ .ui-icon-arrowrefresh-1-w
414
+ background-position: -128px -64px
415
+
416
+ .ui-icon-arrowrefresh-1-n
417
+ background-position: -144px -64px
418
+
419
+ .ui-icon-arrowrefresh-1-e
420
+ background-position: -160px -64px
421
+
422
+ .ui-icon-arrowrefresh-1-s
423
+ background-position: -176px -64px
424
+
425
+ .ui-icon-arrow-4
426
+ background-position: 0 -80px
427
+
428
+ .ui-icon-arrow-4-diag
429
+ background-position: -16px -80px
430
+
431
+ .ui-icon-extlink
432
+ background-position: -32px -80px
433
+
434
+ .ui-icon-newwin
435
+ background-position: -48px -80px
436
+
437
+ .ui-icon-refresh
438
+ background-position: -64px -80px
439
+
440
+ .ui-icon-shuffle
441
+ background-position: -80px -80px
442
+
443
+ .ui-icon-transfer-e-w
444
+ background-position: -96px -80px
445
+
446
+ .ui-icon-transferthick-e-w
447
+ background-position: -112px -80px
448
+
449
+ .ui-icon-folder-collapsed
450
+ background-position: 0 -96px
451
+
452
+ .ui-icon-folder-open
453
+ background-position: -16px -96px
454
+
455
+ .ui-icon-document
456
+ background-position: -32px -96px
457
+
458
+ .ui-icon-document-b
459
+ background-position: -48px -96px
460
+
461
+ .ui-icon-note
462
+ background-position: -64px -96px
463
+
464
+ .ui-icon-mail-closed
465
+ background-position: -80px -96px
466
+
467
+ .ui-icon-mail-open
468
+ background-position: -96px -96px
469
+
470
+ .ui-icon-suitcase
471
+ background-position: -112px -96px
472
+
473
+ .ui-icon-comment
474
+ background-position: -128px -96px
475
+
476
+ .ui-icon-person
477
+ background-position: -144px -96px
478
+
479
+ .ui-icon-print
480
+ background-position: -160px -96px
481
+
482
+ .ui-icon-trash
483
+ background-position: -176px -96px
484
+
485
+ .ui-icon-locked
486
+ background-position: -192px -96px
487
+
488
+ .ui-icon-unlocked
489
+ background-position: -208px -96px
490
+
491
+ .ui-icon-bookmark
492
+ background-position: -224px -96px
493
+
494
+ .ui-icon-tag
495
+ background-position: -240px -96px
496
+
497
+ .ui-icon-home
498
+ background-position: 0 -112px
499
+
500
+ .ui-icon-flag
501
+ background-position: -16px -112px
502
+
503
+ .ui-icon-calendar
504
+ background-position: -32px -112px
505
+
506
+ .ui-icon-cart
507
+ background-position: -48px -112px
508
+
509
+ .ui-icon-pencil
510
+ background-position: -64px -112px
511
+
512
+ .ui-icon-clock
513
+ background-position: -80px -112px
514
+
515
+ .ui-icon-disk
516
+ background-position: -96px -112px
517
+
518
+ .ui-icon-calculator
519
+ background-position: -112px -112px
520
+
521
+ .ui-icon-zoomin
522
+ background-position: -128px -112px
523
+
524
+ .ui-icon-zoomout
525
+ background-position: -144px -112px
526
+
527
+ .ui-icon-search
528
+ background-position: -160px -112px
529
+
530
+ .ui-icon-wrench
531
+ background-position: -176px -112px
532
+
533
+ .ui-icon-gear
534
+ background-position: -192px -112px
535
+
536
+ .ui-icon-heart
537
+ background-position: -208px -112px
538
+
539
+ .ui-icon-star
540
+ background-position: -224px -112px
541
+
542
+ .ui-icon-link
543
+ background-position: -240px -112px
544
+
545
+ .ui-icon-cancel
546
+ background-position: 0 -128px
547
+
548
+ .ui-icon-plus
549
+ background-position: -16px -128px
550
+
551
+ .ui-icon-plusthick
552
+ background-position: -32px -128px
553
+
554
+ .ui-icon-minus
555
+ background-position: -48px -128px
556
+
557
+ .ui-icon-minusthick
558
+ background-position: -64px -128px
559
+
560
+ .ui-icon-close
561
+ background-position: -80px -128px
562
+
563
+ .ui-icon-closethick
564
+ background-position: -96px -128px
565
+
566
+ .ui-icon-key
567
+ background-position: -112px -128px
568
+
569
+ .ui-icon-lightbulb
570
+ background-position: -128px -128px
571
+
572
+ .ui-icon-scissors
573
+ background-position: -144px -128px
574
+
575
+ .ui-icon-clipboard
576
+ background-position: -160px -128px
577
+
578
+ .ui-icon-copy
579
+ background-position: -176px -128px
580
+
581
+ .ui-icon-contact
582
+ background-position: -192px -128px
583
+
584
+ .ui-icon-image
585
+ background-position: -208px -128px
586
+
587
+ .ui-icon-video
588
+ background-position: -224px -128px
589
+
590
+ .ui-icon-script
591
+ background-position: -240px -128px
592
+
593
+ .ui-icon-alert
594
+ background-position: 0 -144px
595
+
596
+ .ui-icon-info
597
+ background-position: -16px -144px
598
+
599
+ .ui-icon-notice
600
+ background-position: -32px -144px
601
+
602
+ .ui-icon-help
603
+ background-position: -48px -144px
604
+
605
+ .ui-icon-check
606
+ background-position: -64px -144px
607
+
608
+ .ui-icon-bullet
609
+ background-position: -80px -144px
610
+
611
+ .ui-icon-radio-off
612
+ background-position: -96px -144px
613
+
614
+ .ui-icon-radio-on
615
+ background-position: -112px -144px
616
+
617
+ .ui-icon-pin-w
618
+ background-position: -128px -144px
619
+
620
+ .ui-icon-pin-s
621
+ background-position: -144px -144px
622
+
623
+ .ui-icon-play
624
+ background-position: 0 -160px
625
+
626
+ .ui-icon-pause
627
+ background-position: -16px -160px
628
+
629
+ .ui-icon-seek-next
630
+ background-position: -32px -160px
631
+
632
+ .ui-icon-seek-prev
633
+ background-position: -48px -160px
634
+
635
+ .ui-icon-seek-end
636
+ background-position: -64px -160px
637
+
638
+ .ui-icon-seek-start
639
+ background-position: -80px -160px
640
+
641
+ /* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead
642
+
643
+ .ui-icon-seek-first
644
+ background-position: -80px -160px
645
+
646
+ .ui-icon-stop
647
+ background-position: -96px -160px
648
+
649
+ .ui-icon-eject
650
+ background-position: -112px -160px
651
+
652
+ .ui-icon-volume-off
653
+ background-position: -128px -160px
654
+
655
+ .ui-icon-volume-on
656
+ background-position: -144px -160px
657
+
658
+ .ui-icon-power
659
+ background-position: 0 -176px
660
+
661
+ .ui-icon-signal-diag
662
+ background-position: -16px -176px
663
+
664
+ .ui-icon-signal
665
+ background-position: -32px -176px
666
+
667
+ .ui-icon-battery-0
668
+ background-position: -48px -176px
669
+
670
+ .ui-icon-battery-1
671
+ background-position: -64px -176px
672
+
673
+ .ui-icon-battery-2
674
+ background-position: -80px -176px
675
+
676
+ .ui-icon-battery-3
677
+ background-position: -96px -176px
678
+
679
+ .ui-icon-circle-plus
680
+ background-position: 0 -192px
681
+
682
+ .ui-icon-circle-minus
683
+ background-position: -16px -192px
684
+
685
+ .ui-icon-circle-close
686
+ background-position: -32px -192px
687
+
688
+ .ui-icon-circle-triangle-e
689
+ background-position: -48px -192px
690
+
691
+ .ui-icon-circle-triangle-s
692
+ background-position: -64px -192px
693
+
694
+ .ui-icon-circle-triangle-w
695
+ background-position: -80px -192px
696
+
697
+ .ui-icon-circle-triangle-n
698
+ background-position: -96px -192px
699
+
700
+ .ui-icon-circle-arrow-e
701
+ background-position: -112px -192px
702
+
703
+ .ui-icon-circle-arrow-s
704
+ background-position: -128px -192px
705
+
706
+ .ui-icon-circle-arrow-w
707
+ background-position: -144px -192px
708
+
709
+ .ui-icon-circle-arrow-n
710
+ background-position: -160px -192px
711
+
712
+ .ui-icon-circle-zoomin
713
+ background-position: -176px -192px
714
+
715
+ .ui-icon-circle-zoomout
716
+ background-position: -192px -192px
717
+
718
+ .ui-icon-circle-check
719
+ background-position: -208px -192px
720
+
721
+ .ui-icon-circlesmall-plus
722
+ background-position: 0 -208px
723
+
724
+ .ui-icon-circlesmall-minus
725
+ background-position: -16px -208px
726
+
727
+ .ui-icon-circlesmall-close
728
+ background-position: -32px -208px
729
+
730
+ .ui-icon-squaresmall-plus
731
+ background-position: -48px -208px
732
+
733
+ .ui-icon-squaresmall-minus
734
+ background-position: -64px -208px
735
+
736
+ .ui-icon-squaresmall-close
737
+ background-position: -80px -208px
738
+
739
+ .ui-icon-grip-dotted-vertical
740
+ background-position: 0 -224px
741
+
742
+ .ui-icon-grip-dotted-horizontal
743
+ background-position: -16px -224px
744
+
745
+ .ui-icon-grip-solid-vertical
746
+ background-position: -32px -224px
747
+
748
+ .ui-icon-grip-solid-horizontal
749
+ background-position: -48px -224px
750
+
751
+ .ui-icon-gripsmall-diagonal-se
752
+ background-position: -64px -224px
753
+
754
+ .ui-icon-grip-diagonal-se
755
+ background-position: -80px -224px
756
+
757
+ /* Misc visuals
758
+ *----------------------------------
759
+
760
+ /* Corner radius
761
+
762
+ .ui-corner-tl
763
+ -moz-border-radius-topleft: 5px
764
+ -webkit-border-top-left-radius: 5px
765
+ border-top-left-radius: 5px
766
+
767
+ .ui-corner-tr
768
+ -moz-border-radius-topright: 5px
769
+ -webkit-border-top-right-radius: 5px
770
+ border-top-right-radius: 5px
771
+
772
+ .ui-corner-bl
773
+ -moz-border-radius-bottomleft: 5px
774
+ -webkit-border-bottom-left-radius: 5px
775
+ border-bottom-left-radius: 5px
776
+
777
+ .ui-corner-br
778
+ -moz-border-radius-bottomright: 5px
779
+ -webkit-border-bottom-right-radius: 5px
780
+ border-bottom-right-radius: 5px
781
+
782
+ .ui-corner-top
783
+ -moz-border-radius-topleft: 5px
784
+ -webkit-border-top-left-radius: 5px
785
+ border-top-left-radius: 5px
786
+ -moz-border-radius-topright: 5px
787
+ -webkit-border-top-right-radius: 5px
788
+ border-top-right-radius: 5px
789
+
790
+ .ui-corner-bottom
791
+ -moz-border-radius-bottomleft: 5px
792
+ -webkit-border-bottom-left-radius: 5px
793
+ border-bottom-left-radius: 5px
794
+ -moz-border-radius-bottomright: 5px
795
+ -webkit-border-bottom-right-radius: 5px
796
+ border-bottom-right-radius: 5px
797
+
798
+ .ui-corner-right
799
+ -moz-border-radius-topright: 5px
800
+ -webkit-border-top-right-radius: 5px
801
+ border-top-right-radius: 5px
802
+ -moz-border-radius-bottomright: 5px
803
+ -webkit-border-bottom-right-radius: 5px
804
+ border-bottom-right-radius: 5px
805
+
806
+ .ui-corner-left
807
+ -moz-border-radius-topleft: 5px
808
+ -webkit-border-top-left-radius: 5px
809
+ border-top-left-radius: 5px
810
+ -moz-border-radius-bottomleft: 5px
811
+ -webkit-border-bottom-left-radius: 5px
812
+ border-bottom-left-radius: 5px
813
+
814
+ .ui-corner-all
815
+ -moz-border-radius: 5px
816
+ -webkit-border-radius: 5px
817
+ border-radius: 5px
818
+
819
+ /* Overlays
820
+
821
+ .ui-widget-overlay
822
+ background: #aaaaaa image-url("jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x
823
+ opacity: 0.3
824
+ filter: Alpha(Opacity = 30)
825
+
826
+ .ui-widget-shadow
827
+ margin: -8px 0 0 -8px
828
+ padding: 8px
829
+ background: #aaaaaa image-url("jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x
830
+ opacity: 0.3
831
+ filter: Alpha(Opacity = 30)
832
+ -moz-border-radius: 8px
833
+ -webkit-border-radius: 8px
834
+ border-radius: 8px
835
+
836
+ /* * jQuery UI Resizable @VERSION
837
+ * *
838
+ * * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
839
+ * * Dual licensed under the MIT or GPL Version 2 licenses.
840
+ * * http://jquery.org/license
841
+ * *
842
+ * * http://docs.jquery.com/UI/Resizable#theming
843
+
844
+ .ui-resizable
845
+ position: relative
846
+
847
+ .ui-resizable-handle
848
+ position: absolute
849
+ font-size: 0.1px
850
+ z-index: 99999
851
+ display: block
852
+
853
+ .ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle
854
+ display: none
855
+
856
+ .ui-resizable-n
857
+ cursor: n-resize
858
+ height: 7px
859
+ width: 100%
860
+ top: -5px
861
+ left: 0
862
+
863
+ .ui-resizable-s
864
+ cursor: s-resize
865
+ height: 7px
866
+ width: 100%
867
+ bottom: -5px
868
+ left: 0
869
+
870
+ .ui-resizable-e
871
+ cursor: e-resize
872
+ width: 7px
873
+ right: -5px
874
+ top: 0
875
+ height: 100%
876
+
877
+ .ui-resizable-w
878
+ cursor: w-resize
879
+ width: 7px
880
+ left: -5px
881
+ top: 0
882
+ height: 100%
883
+
884
+ .ui-resizable-se
885
+ cursor: se-resize
886
+ width: 12px
887
+ height: 12px
888
+ right: 1px
889
+ bottom: 1px
890
+
891
+ .ui-resizable-sw
892
+ cursor: sw-resize
893
+ width: 9px
894
+ height: 9px
895
+ left: -5px
896
+ bottom: -5px
897
+
898
+ .ui-resizable-nw
899
+ cursor: nw-resize
900
+ width: 9px
901
+ height: 9px
902
+ left: -5px
903
+ top: -5px
904
+
905
+ .ui-resizable-ne
906
+ cursor: ne-resize
907
+ width: 9px
908
+ height: 9px
909
+ right: -5px
910
+ top: -5px
911
+
912
+ /* * jQuery UI Selectable @VERSION
913
+ * *
914
+ * * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
915
+ * * Dual licensed under the MIT or GPL Version 2 licenses.
916
+ * * http://jquery.org/license
917
+ * *
918
+ * * http://docs.jquery.com/UI/Selectable#theming
919
+
920
+ .ui-selectable-helper
921
+ position: absolute
922
+ z-index: 100
923
+ border: 1px dotted black
924
+
925
+ /* jQuery UI Accordion @VERSION
926
+ *
927
+ * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
928
+ * Dual licensed under the MIT or GPL Version 2 licenses.
929
+ * http://jquery.org/license
930
+ *
931
+ * http://docs.jquery.com/UI/Accordion#theming
932
+
933
+ /* IE/Win - Fix animation bug - #4615
934
+
935
+ .ui-accordion
936
+ width: 100%
937
+ .ui-accordion-header
938
+ cursor: pointer
939
+ position: relative
940
+ margin-top: 1px
941
+ zoom: 1
942
+ .ui-accordion-li-fix
943
+ display: inline
944
+ .ui-accordion-header-active
945
+ border-bottom: 0 !important
946
+ .ui-accordion-header a
947
+ display: block
948
+ font-size: 1em
949
+ padding: 0.5em 0.5em 0.5em 0.7em
950
+
951
+ .ui-accordion-icons .ui-accordion-header a
952
+ padding-left: 2.2em
953
+
954
+ .ui-accordion
955
+ .ui-accordion-header .ui-icon
956
+ position: absolute
957
+ left: 0.5em
958
+ top: 50%
959
+ margin-top: -8px
960
+ .ui-accordion-content
961
+ padding: 1em 2.2em
962
+ border-top: 0
963
+ margin-top: -2px
964
+ position: relative
965
+ top: 1px
966
+ margin-bottom: 2px
967
+ overflow: auto
968
+ display: none
969
+ zoom: 1
970
+ .ui-accordion-content-active
971
+ display: block
972
+
973
+ /* * jQuery UI Autocomplete @VERSION
974
+ * *
975
+ * * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
976
+ * * Dual licensed under the MIT or GPL Version 2 licenses.
977
+ * * http://jquery.org/license
978
+ * *
979
+ * * http://docs.jquery.com/UI/Autocomplete#theming
980
+
981
+ .ui-autocomplete
982
+ position: absolute
983
+ cursor: default
984
+
985
+ /* workarounds
986
+
987
+ * html .ui-autocomplete
988
+ width: 1px
989
+
990
+ /* without this, the menu expands to 100% in IE6
991
+
992
+ /* jQuery UI Menu @VERSION
993
+ *
994
+ * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
995
+ * Dual licensed under the MIT or GPL Version 2 licenses.
996
+ * http://jquery.org/license
997
+ *
998
+ * http://docs.jquery.com/UI/Menu#theming
999
+
1000
+ .ui-menu
1001
+ list-style: none
1002
+ padding: 2px
1003
+ margin: 0
1004
+ display: block
1005
+ float: left
1006
+ .ui-menu
1007
+ margin-top: -3px
1008
+ .ui-menu-item
1009
+ margin: 0
1010
+ padding: 0
1011
+ zoom: 1
1012
+ float: left
1013
+ clear: left
1014
+ width: 100%
1015
+ a
1016
+ text-decoration: none
1017
+ display: block
1018
+ padding: 0.2em 0.4em
1019
+ line-height: 1.5
1020
+ zoom: 1
1021
+ &.ui-state-hover, &.ui-state-active
1022
+ font-weight: normal
1023
+ margin: -1px
1024
+
1025
+ /* jQuery UI Button @VERSION
1026
+ *
1027
+ * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1028
+ * Dual licensed under the MIT or GPL Version 2 licenses.
1029
+ * http://jquery.org/license
1030
+ *
1031
+ * http://docs.jquery.com/UI/Button#theming
1032
+
1033
+ .ui-button
1034
+ display: inline-block
1035
+ position: relative
1036
+ padding: 0
1037
+ margin-right: 0.1em
1038
+ text-decoration: none !important
1039
+ cursor: pointer
1040
+ text-align: center
1041
+ zoom: 1
1042
+ overflow: visible
1043
+
1044
+ /* the overflow property removes extra width in IE
1045
+
1046
+ .ui-button-icon-only
1047
+ width: 2.2em
1048
+
1049
+ /* to make room for the icon, a width needs to be set here
1050
+
1051
+ button.ui-button-icon-only
1052
+ width: 2.4em
1053
+
1054
+ /* button elements seem to need a little more width
1055
+
1056
+ .ui-button-icons-only
1057
+ width: 3.4em
1058
+
1059
+ button.ui-button-icons-only
1060
+ width: 3.7em
1061
+
1062
+ /*button text element
1063
+
1064
+ .ui-button .ui-button-text
1065
+ display: block
1066
+ line-height: 1.4
1067
+
1068
+ .ui-button-text-only .ui-button-text
1069
+ padding: 0.4em 1em
1070
+
1071
+ .ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text
1072
+ padding: 0.4em
1073
+ text-indent: -9999999px
1074
+
1075
+ .ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text
1076
+ padding: 0.4em 1em 0.4em 2.1em
1077
+
1078
+ .ui-button-text-icon-secondary .ui-button-text
1079
+ padding: 0.4em 2.1em 0.4em 1em
1080
+
1081
+ .ui-button-text-icons .ui-button-text
1082
+ padding: 0.4em 2.1em 0.4em 1em
1083
+ padding-left: 2.1em
1084
+ padding-right: 2.1em
1085
+
1086
+ /* no icon support for input elements, provide padding by default
1087
+
1088
+ input.ui-button
1089
+ padding: 0.4em 1em
1090
+
1091
+ /*button icon element(s)
1092
+
1093
+ .ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon
1094
+ position: absolute
1095
+ top: 50%
1096
+ margin-top: -8px
1097
+
1098
+ .ui-button-icon-only .ui-icon
1099
+ left: 50%
1100
+ margin-left: -8px
1101
+
1102
+ .ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary
1103
+ left: 0.5em
1104
+
1105
+ .ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary
1106
+ right: 0.5em
1107
+
1108
+ /*button sets
1109
+
1110
+ .ui-buttonset
1111
+ margin-right: 7px
1112
+ .ui-button
1113
+ margin-left: 0
1114
+ margin-right: -0.3em
1115
+
1116
+ /* workarounds
1117
+
1118
+ button.ui-button::-moz-focus-inner
1119
+ border: 0
1120
+ padding: 0
1121
+
1122
+ /* reset extra padding in Firefox
1123
+ /* jQuery UI Dialog @VERSION
1124
+ *
1125
+ * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1126
+ * Dual licensed under the MIT or GPL Version 2 licenses.
1127
+ * http://jquery.org/license
1128
+ *
1129
+ * http://docs.jquery.com/UI/Dialog#theming
1130
+
1131
+ .ui-dialog
1132
+ position: absolute
1133
+ padding: 0.2em
1134
+ width: 300px
1135
+ overflow: hidden
1136
+ .ui-dialog-titlebar
1137
+ padding: 0.5em 1em 0.3em
1138
+ position: relative
1139
+ .ui-dialog-title
1140
+ float: left
1141
+ margin: 0.1em 16px 0.2em 0
1142
+ .ui-dialog-titlebar-close
1143
+ position: absolute
1144
+ right: 0.3em
1145
+ top: 50%
1146
+ width: 19px
1147
+ margin: -10px 0 0 0
1148
+ padding: 1px
1149
+ height: 18px
1150
+ span
1151
+ display: block
1152
+ margin: 1px
1153
+ &:hover, &:focus
1154
+ padding: 0
1155
+ .ui-dialog-content
1156
+ position: relative
1157
+ border: 0
1158
+ padding: 0.5em 1em
1159
+ background: none
1160
+ overflow: auto
1161
+ zoom: 1
1162
+ .ui-dialog-buttonpane
1163
+ text-align: left
1164
+ border-width: 1px 0 0 0
1165
+ background-image: none
1166
+ margin: 0.5em 0 0 0
1167
+ padding: 0.3em 1em 0.5em 0.4em
1168
+ .ui-dialog-buttonset
1169
+ float: right
1170
+ button
1171
+ margin: 0.5em 0.4em 0.5em 0
1172
+ cursor: pointer
1173
+ .ui-resizable-se
1174
+ width: 14px
1175
+ height: 14px
1176
+ right: 3px
1177
+ bottom: 3px
1178
+
1179
+ .ui-draggable .ui-dialog-titlebar
1180
+ cursor: move
1181
+
1182
+ /* jQuery UI Slider @VERSION
1183
+ *
1184
+ * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1185
+ * Dual licensed under the MIT or GPL Version 2 licenses.
1186
+ * http://jquery.org/license
1187
+ *
1188
+ * http://docs.jquery.com/UI/Slider#theming
1189
+
1190
+ .ui-slider
1191
+ position: relative
1192
+ text-align: left
1193
+ .ui-slider-handle
1194
+ position: absolute
1195
+ z-index: 2
1196
+ width: 1.2em
1197
+ height: 1.2em
1198
+ cursor: default
1199
+ .ui-slider-range
1200
+ position: absolute
1201
+ z-index: 1
1202
+ font-size: 0.7em
1203
+ display: block
1204
+ border: 0
1205
+ background-position: 0 0
1206
+
1207
+ .ui-slider-horizontal
1208
+ height: 0.8em
1209
+ .ui-slider-handle
1210
+ top: -0.3em
1211
+ margin-left: -0.6em
1212
+ .ui-slider-range
1213
+ top: 0
1214
+ height: 100%
1215
+ .ui-slider-range-min
1216
+ left: 0
1217
+ .ui-slider-range-max
1218
+ right: 0
1219
+
1220
+ .ui-slider-vertical
1221
+ width: 0.8em
1222
+ height: 100px
1223
+ .ui-slider-handle
1224
+ left: -0.3em
1225
+ margin-left: 0
1226
+ margin-bottom: -0.6em
1227
+ .ui-slider-range
1228
+ left: 0
1229
+ width: 100%
1230
+ .ui-slider-range-min
1231
+ bottom: 0
1232
+ .ui-slider-range-max
1233
+ top: 0
1234
+
1235
+ /* * jQuery UI Tabs @VERSION
1236
+ * *
1237
+ * * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1238
+ * * Dual licensed under the MIT or GPL Version 2 licenses.
1239
+ * * http://jquery.org/license
1240
+ * *
1241
+ * * http://docs.jquery.com/UI/Tabs#theming
1242
+
1243
+ .ui-tabs
1244
+ position: relative
1245
+ padding: 0.2em
1246
+ zoom: 1
1247
+ .ui-tabs-nav
1248
+ margin: 0
1249
+ padding: 0.2em 0.2em 0
1250
+ li
1251
+ list-style: none
1252
+ float: left
1253
+ position: relative
1254
+ top: 1px
1255
+ margin: 0 0.2em 1px 0
1256
+ border-bottom: 0 !important
1257
+ padding: 0
1258
+ white-space: nowrap
1259
+ a
1260
+ float: left
1261
+ padding: 0.5em 1em
1262
+ text-decoration: none
1263
+ &.ui-tabs-selected
1264
+ margin-bottom: 0
1265
+ padding-bottom: 1px
1266
+ a
1267
+ cursor: text
1268
+ &.ui-state-disabled a, &.ui-state-processing a
1269
+ cursor: text
1270
+ a
1271
+ cursor: pointer
1272
+ &.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a
1273
+ cursor: pointer
1274
+ .ui-tabs-panel
1275
+ display: block
1276
+ border-width: 0
1277
+ padding: 1em 1.4em
1278
+ background: none
1279
+ .ui-tabs-hide
1280
+ display: none !important
1281
+
1282
+ /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed")
1283
+
1284
+ /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere...
1285
+
1286
+ /* jQuery UI Datepicker @VERSION
1287
+ *
1288
+ * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1289
+ * Dual licensed under the MIT or GPL Version 2 licenses.
1290
+ * http://jquery.org/license
1291
+ *
1292
+ * http://docs.jquery.com/UI/Datepicker#theming
1293
+
1294
+ .ui-datepicker
1295
+ width: 17em
1296
+ padding: 0.2em 0.2em 0
1297
+ .ui-datepicker-header
1298
+ position: relative
1299
+ padding: 0.2em 0
1300
+ .ui-datepicker-prev, .ui-datepicker-next
1301
+ position: absolute
1302
+ top: 2px
1303
+ width: 1.8em
1304
+ height: 1.8em
1305
+ .ui-datepicker-prev-hover, .ui-datepicker-next-hover
1306
+ top: 1px
1307
+ .ui-datepicker-prev
1308
+ left: 2px
1309
+ .ui-datepicker-next
1310
+ right: 2px
1311
+ .ui-datepicker-prev-hover
1312
+ left: 1px
1313
+ .ui-datepicker-next-hover
1314
+ right: 1px
1315
+ .ui-datepicker-prev span, .ui-datepicker-next span
1316
+ display: block
1317
+ position: absolute
1318
+ left: 50%
1319
+ margin-left: -8px
1320
+ top: 50%
1321
+ margin-top: -8px
1322
+ .ui-datepicker-title
1323
+ margin: 0 2.3em
1324
+ line-height: 1.8em
1325
+ text-align: center
1326
+ select
1327
+ font-size: 1em
1328
+ margin: 1px 0
1329
+ select
1330
+ &.ui-datepicker-month-year
1331
+ width: 100%
1332
+ &.ui-datepicker-month, &.ui-datepicker-year
1333
+ width: 49%
1334
+ table
1335
+ width: 100%
1336
+ font-size: 0.9em
1337
+ border-collapse: collapse
1338
+ margin: 0 0 0.4em
1339
+ th
1340
+ padding: 0.7em 0.3em
1341
+ text-align: center
1342
+ font-weight: bold
1343
+ border: 0
1344
+ td
1345
+ border: 0
1346
+ padding: 1px
1347
+ span, a
1348
+ display: block
1349
+ padding: 0.2em
1350
+ text-align: right
1351
+ text-decoration: none
1352
+ .ui-datepicker-buttonpane
1353
+ background-image: none
1354
+ margin: 0.7em 0 0 0
1355
+ padding: 0 0.2em
1356
+ border-left: 0
1357
+ border-right: 0
1358
+ border-bottom: 0
1359
+ button
1360
+ float: right
1361
+ margin: 0.5em 0.2em 0.4em
1362
+ cursor: pointer
1363
+ padding: 0.2em 0.6em 0.3em 0.6em
1364
+ width: auto
1365
+ overflow: visible
1366
+ &.ui-datepicker-current
1367
+ float: left
1368
+ &.ui-datepicker-multi
1369
+ width: auto
1370
+
1371
+ /* with multiple calendars
1372
+
1373
+ .ui-datepicker-multi .ui-datepicker-group
1374
+ float: left
1375
+ table
1376
+ width: 95%
1377
+ margin: 0 auto 0.4em
1378
+
1379
+ .ui-datepicker-multi-2 .ui-datepicker-group
1380
+ width: 50%
1381
+
1382
+ .ui-datepicker-multi-3 .ui-datepicker-group
1383
+ width: 33.3%
1384
+
1385
+ .ui-datepicker-multi-4 .ui-datepicker-group
1386
+ width: 25%
1387
+
1388
+ .ui-datepicker-multi
1389
+ .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-group-middle .ui-datepicker-header
1390
+ border-left-width: 0
1391
+ .ui-datepicker-buttonpane
1392
+ clear: left
1393
+
1394
+ .ui-datepicker-row-break
1395
+ clear: both
1396
+ width: 100%
1397
+
1398
+ /* RTL support
1399
+
1400
+ .ui-datepicker-rtl
1401
+ direction: rtl
1402
+ .ui-datepicker-prev
1403
+ right: 2px
1404
+ left: auto
1405
+ .ui-datepicker-next
1406
+ left: 2px
1407
+ right: auto
1408
+ .ui-datepicker-prev:hover
1409
+ right: 1px
1410
+ left: auto
1411
+ .ui-datepicker-next:hover
1412
+ left: 1px
1413
+ right: auto
1414
+ .ui-datepicker-buttonpane
1415
+ clear: right
1416
+ button
1417
+ float: left
1418
+ &.ui-datepicker-current
1419
+ float: right
1420
+ .ui-datepicker-group
1421
+ float: right
1422
+ .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-group-middle .ui-datepicker-header
1423
+ border-right-width: 0
1424
+ border-left-width: 1px
1425
+
1426
+ /* IE6 IFRAME FIX (taken from datepicker 1.5.3
1427
+
1428
+ .ui-datepicker-cover
1429
+ display: none
1430
+ /*sorry for IE5
1431
+ display: block
1432
+ /*sorry for IE5
1433
+ position: absolute
1434
+ /*must have
1435
+ z-index: -1
1436
+ /*must have
1437
+ filter: mask()
1438
+ /*must have
1439
+ top: -4px
1440
+ /*must have
1441
+ left: -4px
1442
+ /*must have
1443
+ width: 200px
1444
+ /*must have
1445
+ height: 200px
1446
+ /*must have
1447
+
1448
+ /** jQuery UI Progressbar @VERSION
1449
+ **
1450
+ ** Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1451
+ ** Dual licensed under the MIT or GPL Version 2 licenses.
1452
+ ** http://jquery.org/license
1453
+ **
1454
+ ** http://docs.jquery.com/UI/Progressbar#theming
1455
+
1456
+ .ui-progressbar
1457
+ height: 2em
1458
+ text-align: left
1459
+ .ui-progressbar-value
1460
+ margin: -1px
1461
+ height: 100%