jquery-ui-1.10.2.custom.min.css 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. /*! jQuery UI - v1.10.2 - 2013-04-17
  2. * http://jqueryui.com
  3. * Includes:jquery.ui.core.css,jquery.ui.resizable.css,jquery.ui.slider.css
  4. * Copyright 2013 jQuery Foundation and other contributors Licensed MIT */
  5. .ui-helper-hidden {
  6. display:none
  7. }
  8. .ui-helper-hidden-accessible {
  9. border:0;
  10. clip:rect(0 0 0 0);
  11. height:1px;
  12. margin:-1px;
  13. overflow:hidden;
  14. padding:0;
  15. position:absolute;
  16. width:1px
  17. }
  18. .ui-helper-reset {
  19. margin:0;
  20. padding:0;
  21. border:0;
  22. outline:0;
  23. line-height:1.3;
  24. text-decoration:none;
  25. font-size:100%;
  26. list-style:none
  27. }
  28. .ui-helper-clearfix:before,.ui-helper-clearfix:after {
  29. content:"";
  30. display:table;
  31. border-collapse:collapse
  32. }
  33. .ui-helper-clearfix:after {
  34. clear:both
  35. }
  36. .ui-helper-clearfix {
  37. min-height:0
  38. }
  39. .ui-helper-zfix {
  40. width:100%;
  41. height:100%;
  42. top:0;
  43. left:0;
  44. position:absolute;
  45. opacity:0;
  46. filter:Alpha(Opacity=0)
  47. }
  48. .ui-front {
  49. z-index:100
  50. }
  51. .ui-state-disabled {
  52. cursor:default!important
  53. }
  54. .ui-icon {
  55. display:block;
  56. text-indent:-99999px;
  57. overflow:hidden;
  58. background-repeat:no-repeat
  59. }
  60. .ui-widget-overlay {
  61. position:fixed;
  62. top:0;
  63. left:0;
  64. width:100%;
  65. height:100%
  66. }
  67. .ui-resizable {
  68. position:relative
  69. }
  70. .ui-resizable-handle {
  71. position:absolute;
  72. font-size:.1px;
  73. display:block
  74. }
  75. .ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle {
  76. display:none
  77. }
  78. .ui-resizable-n {
  79. cursor:n-resize;
  80. height:7px;
  81. width:100%;
  82. top:-5px;
  83. left:0
  84. }
  85. .ui-resizable-s {
  86. cursor:s-resize;
  87. height:7px;
  88. width:100%;
  89. bottom:-5px;
  90. left:0
  91. }
  92. .ui-resizable-e {
  93. cursor:e-resize;
  94. width:7px;
  95. right:-5px;
  96. top:0;
  97. height:100%
  98. }
  99. .ui-resizable-w {
  100. cursor:w-resize;
  101. width:7px;
  102. left:-5px;
  103. top:0;
  104. height:100%
  105. }
  106. .ui-resizable-se {
  107. cursor:se-resize;
  108. width:12px;
  109. height:12px;
  110. right:1px;
  111. bottom:1px
  112. }
  113. .ui-resizable-sw {
  114. cursor:sw-resize;
  115. width:9px;
  116. height:9px;
  117. left:-5px;
  118. bottom:-5px
  119. }
  120. .ui-resizable-nw {
  121. cursor:nw-resize;
  122. width:9px;
  123. height:9px;
  124. left:-5px;
  125. top:-5px
  126. }
  127. .ui-resizable-ne {
  128. cursor:ne-resize;
  129. width:9px;
  130. height:9px;
  131. right:-5px;
  132. top:-5px
  133. }
  134. .ui-slider {
  135. position:relative;
  136. text-align:left
  137. }
  138. .ui-slider .ui-slider-handle {
  139. position:absolute;
  140. z-index:2;
  141. width:1.2em;
  142. height:1.2em;
  143. cursor:default
  144. }
  145. .ui-slider .ui-slider-range {
  146. position:absolute;
  147. z-index:1;
  148. font-size:.7em;
  149. display:block;
  150. border:0;
  151. background-position:0 0
  152. }
  153. .ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range {
  154. filter:inherit
  155. }
  156. .ui-slider-horizontal {
  157. height:.8em
  158. }
  159. .ui-slider-horizontal .ui-slider-handle {
  160. top:-.3em;
  161. margin-left:-.6em
  162. }
  163. .ui-slider-horizontal .ui-slider-range {
  164. top:0;
  165. height:100%
  166. }
  167. .ui-slider-horizontal .ui-slider-range-min {
  168. left:0
  169. }
  170. .ui-slider-horizontal .ui-slider-range-max {
  171. right:0
  172. }
  173. .ui-slider-vertical {
  174. width:.8em;
  175. height:100px
  176. }
  177. .ui-slider-vertical .ui-slider-handle {
  178. left:-.3em;
  179. margin-left:0;
  180. margin-bottom:-.6em
  181. }
  182. .ui-slider-vertical .ui-slider-range {
  183. left:0;
  184. width:100%
  185. }
  186. .ui-slider-vertical .ui-slider-range-min {
  187. bottom:0
  188. }
  189. .ui-slider-vertical .ui-slider-range-max {
  190. top:0
  191. }