| @@ -1,1225 +1,1225 @@ | ||
| 1 | -/*! jQuery UI - v1.11.4 - 2015-03-11 | |
| 2 | -* http://jqueryui.com | |
| 3 | -* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css | |
| 4 | -* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px | |
| 5 | -* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */ | |
| 6 | - | |
| 7 | -/* Layout helpers | |
| 8 | -.ui-helper-hidden { | |
| 9 | - display: none; | |
| 10 | -} | |
| 11 | -.ui-helper-hidden-accessible { | |
| 12 | - border: 0; | |
| 13 | - clip: rect(0 0 0 0); | |
| 14 | - height: 1px; | |
| 15 | - margin: -1px; | |
| 16 | - overflow: hidden; | |
| 17 | - padding: 0; | |
| 18 | - position: absolute; | |
| 19 | - width: 1px; | |
| 20 | -} | |
| 21 | -.ui-helper-reset { | |
| 22 | - margin: 0; | |
| 23 | - padding: 0; | |
| 24 | - border: 0; | |
| 25 | - outline: 0; | |
| 26 | - line-height: 1.3; | |
| 27 | - text-decoration: none; | |
| 28 | - font-size: 100%; | |
| 29 | - list-style: none; | |
| 30 | -} | |
| 31 | -.ui-helper-clearfix:before, | |
| 32 | -.ui-helper-clearfix:after { | |
| 33 | - content: ""; | |
| 34 | - display: table; | |
| 35 | - border-collapse: collapse; | |
| 36 | -} | |
| 37 | -.ui-helper-clearfix:after { | |
| 38 | - clear: both; | |
| 39 | -} | |
| 40 | -.ui-helper-clearfix { | |
| 41 | - min-height: 0; /* support: IE7 */ | |
| 42 | -} | |
| 43 | -.ui-helper-zfix { | |
| 44 | - width: 100%; | |
| 45 | - height: 100%; | |
| 46 | - top: 0; | |
| 47 | - left: 0; | |
| 48 | - position: absolute; | |
| 49 | - opacity: 0; | |
| 50 | - filter:Alpha(Opacity=0); /* support: IE8 */ | |
| 51 | -} | |
| 52 | - | |
| 53 | -.ui-front { | |
| 54 | - z-index: 100; | |
| 55 | -} | |
| 56 | - | |
| 57 | - | |
| 58 | -/* Interaction Cues | |
| 59 | -.ui-state-disabled { | |
| 60 | - cursor: default !important; | |
| 61 | -} | |
| 62 | - | |
| 63 | - | |
| 64 | -/* Icons | |
| 65 | - | |
| 66 | -/* states and images */ | |
| 67 | -.ui-icon { | |
| 68 | - display: block; | |
| 69 | - text-indent: -99999px; | |
| 70 | - overflow: hidden; | |
| 71 | - background-repeat: no-repeat; | |
| 72 | -} | |
| 73 | - | |
| 74 | - | |
| 75 | -/* Misc visuals | |
| 76 | - | |
| 77 | -/* Overlays */ | |
| 78 | -.ui-widget-overlay { | |
| 79 | - position: fixed; | |
| 80 | - top: 0; | |
| 81 | - left: 0; | |
| 82 | - width: 100%; | |
| 83 | - height: 100%; | |
| 84 | -} | |
| 85 | -.ui-accordion .ui-accordion-header { | |
| 86 | - display: block; | |
| 87 | - cursor: pointer; | |
| 88 | - position: relative; | |
| 89 | - margin: 2px 0 0 0; | |
| 90 | - padding: .5em .5em .5em .7em; | |
| 91 | - min-height: 0; /* support: IE7 */ | |
| 92 | - font-size: 100%; | |
| 93 | -} | |
| 94 | -.ui-accordion .ui-accordion-icons { | |
| 95 | - padding-left: 2.2em; | |
| 96 | -} | |
| 97 | -.ui-accordion .ui-accordion-icons .ui-accordion-icons { | |
| 98 | - padding-left: 2.2em; | |
| 99 | -} | |
| 100 | -.ui-accordion .ui-accordion-header .ui-accordion-header-icon { | |
| 101 | - position: absolute; | |
| 102 | - left: .5em; | |
| 103 | - top: 50%; | |
| 104 | - margin-top: -8px; | |
| 105 | -} | |
| 106 | -.ui-accordion .ui-accordion-content { | |
| 107 | - padding: 1em 2.2em; | |
| 108 | - border-top: 0; | |
| 109 | - overflow: auto; | |
| 110 | -} | |
| 111 | -.ui-autocomplete { | |
| 112 | - position: absolute; | |
| 113 | - top: 0; | |
| 114 | - left: 0; | |
| 115 | - cursor: default; | |
| 116 | -} | |
| 117 | -.ui-button { | |
| 118 | - display: inline-block; | |
| 119 | - position: relative; | |
| 120 | - padding: 0; | |
| 121 | - line-height: normal; | |
| 122 | - margin-right: .1em; | |
| 123 | - cursor: pointer; | |
| 124 | - vertical-align: middle; | |
| 125 | - text-align: center; | |
| 126 | - overflow: visible; /* removes extra width in IE */ | |
| 127 | -} | |
| 128 | -.ui-button, | |
| 129 | -.ui-button:link, | |
| 130 | -.ui-button:visited, | |
| 131 | -.ui-button:hover, | |
| 132 | -.ui-button:active { | |
| 133 | - text-decoration: none; | |
| 134 | -} | |
| 135 | -/* to make room for the icon, a width needs to be set here */ | |
| 136 | -.ui-button-icon-only { | |
| 137 | - width: 2.2em; | |
| 138 | -} | |
| 139 | -/* button elements seem to need a little more width */ | |
| 140 | -button.ui-button-icon-only { | |
| 141 | - width: 2.4em; | |
| 142 | -} | |
| 143 | -.ui-button-icons-only { | |
| 144 | - width: 3.4em; | |
| 145 | -} | |
| 146 | -button.ui-button-icons-only { | |
| 147 | - width: 3.7em; | |
| 148 | -} | |
| 149 | - | |
| 150 | -/* button text element */ | |
| 151 | -.ui-button .ui-button-text { | |
| 152 | - display: block; | |
| 153 | - line-height: normal; | |
| 154 | -} | |
| 155 | -.ui-button-text-only .ui-button-text { | |
| 156 | - padding: .4em 1em; | |
| 157 | -} | |
| 158 | -.ui-button-icon-only .ui-button-text, | |
| 159 | -.ui-button-icons-only .ui-button-text { | |
| 160 | - padding: .4em; | |
| 161 | - text-indent: -9999999px; | |
| 162 | -} | |
| 163 | -.ui-button-text-icon-primary .ui-button-text, | |
| 164 | -.ui-button-text-icons .ui-button-text { | |
| 165 | - padding: .4em 1em .4em 2.1em; | |
| 166 | -} | |
| 167 | -.ui-button-text-icon-secondary .ui-button-text, | |
| 168 | -.ui-button-text-icons .ui-button-text { | |
| 169 | - padding: .4em 2.1em .4em 1em; | |
| 170 | -} | |
| 171 | -.ui-button-text-icons .ui-button-text { | |
| 172 | - padding-left: 2.1em; | |
| 173 | - padding-right: 2.1em; | |
| 174 | -} | |
| 175 | -/* no icon support for input elements, provide padding by default */ | |
| 176 | -input.ui-button { | |
| 177 | - padding: .4em 1em; | |
| 178 | -} | |
| 179 | - | |
| 180 | -/* button icon element(s) */ | |
| 181 | -.ui-button-icon-only .ui-icon, | |
| 182 | -.ui-button-text-icon-primary .ui-icon, | |
| 183 | -.ui-button-text-icon-secondary .ui-icon, | |
| 184 | -.ui-button-text-icons .ui-icon, | |
| 185 | -.ui-button-icons-only .ui-icon { | |
| 186 | - position: absolute; | |
| 187 | - top: 50%; | |
| 188 | - margin-top: -8px; | |
| 189 | -} | |
| 190 | -.ui-button-icon-only .ui-icon { | |
| 191 | - left: 50%; | |
| 192 | - margin-left: -8px; | |
| 193 | -} | |
| 194 | -.ui-button-text-icon-primary .ui-button-icon-primary, | |
| 195 | -.ui-button-text-icons .ui-button-icon-primary, | |
| 196 | -.ui-button-icons-only .ui-button-icon-primary { | |
| 197 | - left: .5em; | |
| 198 | -} | |
| 199 | -.ui-button-text-icon-secondary .ui-button-icon-secondary, | |
| 200 | -.ui-button-text-icons .ui-button-icon-secondary, | |
| 201 | -.ui-button-icons-only .ui-button-icon-secondary { | |
| 202 | - right: .5em; | |
| 203 | -} | |
| 204 | - | |
| 205 | -/* button sets */ | |
| 206 | -.ui-buttonset { | |
| 207 | - margin-right: 7px; | |
| 208 | -} | |
| 209 | -.ui-buttonset .ui-button { | |
| 210 | - margin-left: 0; | |
| 211 | - margin-right: -.3em; | |
| 212 | -} | |
| 213 | - | |
| 214 | -/* workarounds */ | |
| 215 | -/* reset extra padding in Firefox, see h5bp.com/l */ | |
| 216 | -input.ui-button::-moz-focus-inner, | |
| 217 | -button.ui-button::-moz-focus-inner { | |
| 218 | - border: 0; | |
| 219 | - padding: 0; | |
| 220 | -} | |
| 221 | -.ui-datepicker { | |
| 222 | - width: 17em; | |
| 223 | - padding: .2em .2em 0; | |
| 224 | - display: none; | |
| 225 | -} | |
| 226 | -.ui-datepicker .ui-datepicker-header { | |
| 227 | - position: relative; | |
| 228 | - padding: .2em 0; | |
| 229 | -} | |
| 230 | -.ui-datepicker .ui-datepicker-prev, | |
| 231 | -.ui-datepicker .ui-datepicker-next { | |
| 232 | - position: absolute; | |
| 233 | - top: 2px; | |
| 234 | - width: 1.8em; | |
| 235 | - height: 1.8em; | |
| 236 | -} | |
| 237 | -.ui-datepicker .ui-datepicker-prev-hover, | |
| 238 | -.ui-datepicker .ui-datepicker-next-hover { | |
| 239 | - top: 1px; | |
| 240 | -} | |
| 241 | -.ui-datepicker .ui-datepicker-prev { | |
| 242 | - left: 2px; | |
| 243 | -} | |
| 244 | -.ui-datepicker .ui-datepicker-next { | |
| 245 | - right: 2px; | |
| 246 | -} | |
| 247 | -.ui-datepicker .ui-datepicker-prev-hover { | |
| 248 | - left: 1px; | |
| 249 | -} | |
| 250 | -.ui-datepicker .ui-datepicker-next-hover { | |
| 251 | - right: 1px; | |
| 252 | -} | |
| 253 | -.ui-datepicker .ui-datepicker-prev span, | |
| 254 | -.ui-datepicker .ui-datepicker-next span { | |
| 255 | - display: block; | |
| 256 | - position: absolute; | |
| 257 | - left: 50%; | |
| 258 | - margin-left: -8px; | |
| 259 | - top: 50%; | |
| 260 | - margin-top: -8px; | |
| 261 | -} | |
| 262 | -.ui-datepicker .ui-datepicker-title { | |
| 263 | - margin: 0 2.3em; | |
| 264 | - line-height: 1.8em; | |
| 265 | - text-align: center; | |
| 266 | -} | |
| 267 | -.ui-datepicker .ui-datepicker-title select { | |
| 268 | - font-size: 1em; | |
| 269 | - margin: 1px 0; | |
| 270 | -} | |
| 271 | -.ui-datepicker select.ui-datepicker-month, | |
| 272 | -.ui-datepicker select.ui-datepicker-year { | |
| 273 | - width: 45%; | |
| 274 | -} | |
| 275 | -.ui-datepicker table { | |
| 276 | - width: 100%; | |
| 277 | - font-size: .9em; | |
| 278 | - border-collapse: collapse; | |
| 279 | - margin: 0 0 .4em; | |
| 280 | -} | |
| 281 | -.ui-datepicker th { | |
| 282 | - padding: .7em .3em; | |
| 283 | - text-align: center; | |
| 284 | - font-weight: bold; | |
| 285 | - border: 0; | |
| 286 | -} | |
| 287 | -.ui-datepicker td { | |
| 288 | - border: 0; | |
| 289 | - padding: 1px; | |
| 290 | -} | |
| 291 | -.ui-datepicker td span, | |
| 292 | -.ui-datepicker td a { | |
| 293 | - display: block; | |
| 294 | - padding: .2em; | |
| 295 | - text-align: right; | |
| 296 | - text-decoration: none; | |
| 297 | -} | |
| 298 | -.ui-datepicker .ui-datepicker-buttonpane { | |
| 299 | - background-image: none; | |
| 300 | - margin: .7em 0 0 0; | |
| 301 | - padding: 0 .2em; | |
| 302 | - border-left: 0; | |
| 303 | - border-right: 0; | |
| 304 | - border-bottom: 0; | |
| 305 | -} | |
| 306 | -.ui-datepicker .ui-datepicker-buttonpane button { | |
| 307 | - float: right; | |
| 308 | - margin: .5em .2em .4em; | |
| 309 | - cursor: pointer; | |
| 310 | - padding: .2em .6em .3em .6em; | |
| 311 | - width: auto; | |
| 312 | - overflow: visible; | |
| 313 | -} | |
| 314 | -.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { | |
| 315 | - float: left; | |
| 316 | -} | |
| 317 | - | |
| 318 | -/* with multiple calendars */ | |
| 319 | -.ui-datepicker.ui-datepicker-multi { | |
| 320 | - width: auto; | |
| 321 | -} | |
| 322 | -.ui-datepicker-multi .ui-datepicker-group { | |
| 323 | - float: left; | |
| 324 | -} | |
| 325 | -.ui-datepicker-multi .ui-datepicker-group table { | |
| 326 | - width: 95%; | |
| 327 | - margin: 0 auto .4em; | |
| 328 | -} | |
| 329 | -.ui-datepicker-multi-2 .ui-datepicker-group { | |
| 330 | - width: 50%; | |
| 331 | -} | |
| 332 | -.ui-datepicker-multi-3 .ui-datepicker-group { | |
| 333 | - width: 33.3%; | |
| 334 | -} | |
| 335 | -.ui-datepicker-multi-4 .ui-datepicker-group { | |
| 336 | - width: 25%; | |
| 337 | -} | |
| 338 | -.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, | |
| 339 | -.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { | |
| 340 | - border-left-width: 0; | |
| 341 | -} | |
| 342 | -.ui-datepicker-multi .ui-datepicker-buttonpane { | |
| 343 | - clear: left; | |
| 344 | -} | |
| 345 | -.ui-datepicker-row-break { | |
| 346 | - clear: both; | |
| 347 | - width: 100%; | |
| 348 | - font-size: 0; | |
| 349 | -} | |
| 350 | - | |
| 351 | -/* RTL support */ | |
| 352 | -.ui-datepicker-rtl { | |
| 353 | - direction: rtl; | |
| 354 | -} | |
| 355 | -.ui-datepicker-rtl .ui-datepicker-prev { | |
| 356 | - right: 2px; | |
| 357 | - left: auto; | |
| 358 | -} | |
| 359 | -.ui-datepicker-rtl .ui-datepicker-next { | |
| 360 | - left: 2px; | |
| 361 | - right: auto; | |
| 362 | -} | |
| 363 | -.ui-datepicker-rtl .ui-datepicker-prev:hover { | |
| 364 | - right: 1px; | |
| 365 | - left: auto; | |
| 366 | -} | |
| 367 | -.ui-datepicker-rtl .ui-datepicker-next:hover { | |
| 368 | - left: 1px; | |
| 369 | - right: auto; | |
| 370 | -} | |
| 371 | -.ui-datepicker-rtl .ui-datepicker-buttonpane { | |
| 372 | - clear: right; | |
| 373 | -} | |
| 374 | -.ui-datepicker-rtl .ui-datepicker-buttonpane button { | |
| 375 | - float: left; | |
| 376 | -} | |
| 377 | -.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, | |
| 378 | -.ui-datepicker-rtl .ui-datepicker-group { | |
| 379 | - float: right; | |
| 380 | -} | |
| 381 | -.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, | |
| 382 | -.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { | |
| 383 | - border-right-width: 0; | |
| 384 | - border-left-width: 1px; | |
| 385 | -} | |
| 386 | -.ui-dialog { | |
| 387 | - overflow: hidden; | |
| 388 | - position: absolute; | |
| 389 | - top: 0; | |
| 390 | - left: 0; | |
| 391 | - padding: .2em; | |
| 392 | - outline: 0; | |
| 393 | -} | |
| 394 | -.ui-dialog .ui-dialog-titlebar { | |
| 395 | - padding: .4em 1em; | |
| 396 | - position: relative; | |
| 397 | -} | |
| 398 | -.ui-dialog .ui-dialog-title { | |
| 399 | - float: left; | |
| 400 | - margin: .1em 0; | |
| 401 | - white-space: nowrap; | |
| 402 | - width: 90%; | |
| 403 | - overflow: hidden; | |
| 404 | - text-overflow: ellipsis; | |
| 405 | -} | |
| 406 | -.ui-dialog .ui-dialog-titlebar-close { | |
| 407 | - position: absolute; | |
| 408 | - right: .3em; | |
| 409 | - top: 50%; | |
| 410 | - width: 20px; | |
| 411 | - margin: -10px 0 0 0; | |
| 412 | - padding: 1px; | |
| 413 | - height: 20px; | |
| 414 | -} | |
| 415 | -.ui-dialog .ui-dialog-content { | |
| 416 | - position: relative; | |
| 417 | - border: 0; | |
| 418 | - padding: .5em 1em; | |
| 419 | - background: none; | |
| 420 | - overflow: auto; | |
| 421 | -} | |
| 422 | -.ui-dialog .ui-dialog-buttonpane { | |
| 423 | - text-align: left; | |
| 424 | - border-width: 1px 0 0 0; | |
| 425 | - background-image: none; | |
| 426 | - margin-top: .5em; | |
| 427 | - padding: .3em 1em .5em .4em; | |
| 428 | -} | |
| 429 | -.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { | |
| 430 | - float: right; | |
| 431 | -} | |
| 432 | -.ui-dialog .ui-dialog-buttonpane button { | |
| 433 | - margin: .5em .4em .5em 0; | |
| 434 | - cursor: pointer; | |
| 435 | -} | |
| 436 | -.ui-dialog .ui-resizable-se { | |
| 437 | - width: 12px; | |
| 438 | - height: 12px; | |
| 439 | - right: -5px; | |
| 440 | - bottom: -5px; | |
| 441 | - background-position: 16px 16px; | |
| 442 | -} | |
| 443 | -.ui-draggable .ui-dialog-titlebar { | |
| 444 | - cursor: move; | |
| 445 | -} | |
| 446 | -.ui-draggable-handle { | |
| 447 | - -ms-touch-action: none; | |
| 448 | - touch-action: none; | |
| 449 | -} | |
| 450 | -.ui-menu { | |
| 451 | - list-style: none; | |
| 452 | - padding: 0; | |
| 453 | - margin: 0; | |
| 454 | - display: block; | |
| 455 | - outline: none; | |
| 456 | -} | |
| 457 | -.ui-menu .ui-menu { | |
| 458 | - position: absolute; | |
| 459 | -} | |
| 460 | -.ui-menu .ui-menu-item { | |
| 461 | - position: relative; | |
| 462 | - margin: 0; | |
| 463 | - padding: 3px 1em 3px .4em; | |
| 464 | - cursor: pointer; | |
| 465 | - min-height: 0; /* support: IE7 */ | |
| 466 | - /* support: IE10, see #8844 */ | |
| 467 | - list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); | |
| 468 | -} | |
| 469 | -.ui-menu .ui-menu-divider { | |
| 470 | - margin: 5px 0; | |
| 471 | - height: 0; | |
| 472 | - font-size: 0; | |
| 473 | - line-height: 0; | |
| 474 | - border-width: 1px 0 0 0; | |
| 475 | -} | |
| 476 | -.ui-menu .ui-state-focus, | |
| 477 | -.ui-menu .ui-state-active { | |
| 478 | - margin: -1px; | |
| 479 | -} | |
| 480 | - | |
| 481 | -/* icon support */ | |
| 482 | -.ui-menu-icons { | |
| 483 | - position: relative; | |
| 484 | -} | |
| 485 | -.ui-menu-icons .ui-menu-item { | |
| 486 | - padding-left: 2em; | |
| 487 | -} | |
| 488 | - | |
| 489 | -/* left-aligned */ | |
| 490 | -.ui-menu .ui-icon { | |
| 491 | - position: absolute; | |
| 492 | - top: 0; | |
| 493 | - bottom: 0; | |
| 494 | - left: .2em; | |
| 495 | - margin: auto 0; | |
| 496 | -} | |
| 497 | - | |
| 498 | -/* right-aligned */ | |
| 499 | -.ui-menu .ui-menu-icon { | |
| 500 | - left: auto; | |
| 501 | - right: 0; | |
| 502 | -} | |
| 503 | -.ui-progressbar { | |
| 504 | - height: 2em; | |
| 505 | - text-align: left; | |
| 506 | - overflow: hidden; | |
| 507 | -} | |
| 508 | -.ui-progressbar .ui-progressbar-value { | |
| 509 | - margin: -1px; | |
| 510 | - height: 100%; | |
| 511 | -} | |
| 512 | -.ui-progressbar .ui-progressbar-overlay { | |
| 513 | - background: url("data:image/gif;base64,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"); | |
| 514 | - height: 100%; | |
| 515 | - filter: alpha(opacity=25); /* support: IE8 */ | |
| 516 | - opacity: 0.25; | |
| 517 | -} | |
| 518 | -.ui-progressbar-indeterminate .ui-progressbar-value { | |
| 519 | - background-image: none; | |
| 520 | -} | |
| 521 | -.ui-resizable { | |
| 522 | - position: relative; | |
| 523 | -} | |
| 524 | -.ui-resizable-handle { | |
| 525 | - position: absolute; | |
| 526 | - font-size: 0.1px; | |
| 527 | - display: block; | |
| 528 | - -ms-touch-action: none; | |
| 529 | - touch-action: none; | |
| 530 | -} | |
| 531 | -.ui-resizable-disabled .ui-resizable-handle, | |
| 532 | -.ui-resizable-autohide .ui-resizable-handle { | |
| 533 | - display: none; | |
| 534 | -} | |
| 535 | -.ui-resizable-n { | |
| 536 | - cursor: n-resize; | |
| 537 | - height: 7px; | |
| 538 | - width: 100%; | |
| 539 | - top: -5px; | |
| 540 | - left: 0; | |
| 541 | -} | |
| 542 | -.ui-resizable-s { | |
| 543 | - cursor: s-resize; | |
| 544 | - height: 7px; | |
| 545 | - width: 100%; | |
| 546 | - bottom: -5px; | |
| 547 | - left: 0; | |
| 548 | -} | |
| 549 | -.ui-resizable-e { | |
| 550 | - cursor: e-resize; | |
| 551 | - width: 7px; | |
| 552 | - right: -5px; | |
| 553 | - top: 0; | |
| 554 | - height: 100%; | |
| 555 | -} | |
| 556 | -.ui-resizable-w { | |
| 557 | - cursor: w-resize; | |
| 558 | - width: 7px; | |
| 559 | - left: -5px; | |
| 560 | - top: 0; | |
| 561 | - height: 100%; | |
| 562 | -} | |
| 563 | -.ui-resizable-se { | |
| 564 | - cursor: se-resize; | |
| 565 | - width: 12px; | |
| 566 | - height: 12px; | |
| 567 | - right: 1px; | |
| 568 | - bottom: 1px; | |
| 569 | -} | |
| 570 | -.ui-resizable-sw { | |
| 571 | - cursor: sw-resize; | |
| 572 | - width: 9px; | |
| 573 | - height: 9px; | |
| 574 | - left: -5px; | |
| 575 | - bottom: -5px; | |
| 576 | -} | |
| 577 | -.ui-resizable-nw { | |
| 578 | - cursor: nw-resize; | |
| 579 | - width: 9px; | |
| 580 | - height: 9px; | |
| 581 | - left: -5px; | |
| 582 | - top: -5px; | |
| 583 | -} | |
| 584 | -.ui-resizable-ne { | |
| 585 | - cursor: ne-resize; | |
| 586 | - width: 9px; | |
| 587 | - height: 9px; | |
| 588 | - right: -5px; | |
| 589 | - top: -5px; | |
| 590 | -} | |
| 591 | -.ui-selectable { | |
| 592 | - -ms-touch-action: none; | |
| 593 | - touch-action: none; | |
| 594 | -} | |
| 595 | -.ui-selectable-helper { | |
| 596 | - position: absolute; | |
| 597 | - z-index: 100; | |
| 598 | - border: 1px dotted black; | |
| 599 | -} | |
| 600 | -.ui-selectmenu-menu { | |
| 601 | - padding: 0; | |
| 602 | - margin: 0; | |
| 603 | - position: absolute; | |
| 604 | - top: 0; | |
| 605 | - left: 0; | |
| 606 | - display: none; | |
| 607 | -} | |
| 608 | -.ui-selectmenu-menu .ui-menu { | |
| 609 | - overflow: auto; | |
| 610 | - /* Support: IE7 */ | |
| 611 | - overflow-x: hidden; | |
| 612 | - padding-bottom: 1px; | |
| 613 | -} | |
| 614 | -.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup { | |
| 615 | - font-size: 1em; | |
| 616 | - font-weight: bold; | |
| 617 | - line-height: 1.5; | |
| 618 | - padding: 2px 0.4em; | |
| 619 | - margin: 0.5em 0 0 0; | |
| 620 | - height: auto; | |
| 621 | - border: 0; | |
| 622 | -} | |
| 623 | -.ui-selectmenu-open { | |
| 624 | - display: block; | |
| 625 | -} | |
| 626 | -.ui-selectmenu-button { | |
| 627 | - display: inline-block; | |
| 628 | - overflow: hidden; | |
| 629 | - position: relative; | |
| 630 | - text-decoration: none; | |
| 631 | - cursor: pointer; | |
| 632 | -} | |
| 633 | -.ui-selectmenu-button span.ui-icon { | |
| 634 | - right: 0.5em; | |
| 635 | - left: auto; | |
| 636 | - margin-top: -8px; | |
| 637 | - position: absolute; | |
| 638 | - top: 50%; | |
| 639 | -} | |
| 640 | -.ui-selectmenu-button span.ui-selectmenu-text { | |
| 641 | - text-align: left; | |
| 642 | - padding: 0.4em 2.1em 0.4em 1em; | |
| 643 | - display: block; | |
| 644 | - line-height: 1.4; | |
| 645 | - overflow: hidden; | |
| 646 | - text-overflow: ellipsis; | |
| 647 | - white-space: nowrap; | |
| 648 | -} | |
| 649 | -.ui-slider { | |
| 650 | - position: relative; | |
| 651 | - text-align: left; | |
| 652 | -} | |
| 653 | -.ui-slider .ui-slider-handle { | |
| 654 | - position: absolute; | |
| 655 | - z-index: 2; | |
| 656 | - width: 1.2em; | |
| 657 | - height: 1.2em; | |
| 658 | - cursor: default; | |
| 659 | - -ms-touch-action: none; | |
| 660 | - touch-action: none; | |
| 661 | -} | |
| 662 | -.ui-slider .ui-slider-range { | |
| 663 | - position: absolute; | |
| 664 | - z-index: 1; | |
| 665 | - font-size: .7em; | |
| 666 | - display: block; | |
| 667 | - border: 0; | |
| 668 | - background-position: 0 0; | |
| 669 | -} | |
| 670 | - | |
| 671 | -/* support: IE8 - See #6727 */ | |
| 672 | -.ui-slider.ui-state-disabled .ui-slider-handle, | |
| 673 | -.ui-slider.ui-state-disabled .ui-slider-range { | |
| 674 | - filter: inherit; | |
| 675 | -} | |
| 676 | - | |
| 677 | -.ui-slider-horizontal { | |
| 678 | - height: .8em; | |
| 679 | -} | |
| 680 | -.ui-slider-horizontal .ui-slider-handle { | |
| 681 | - top: -.3em; | |
| 682 | - margin-left: -.6em; | |
| 683 | -} | |
| 684 | -.ui-slider-horizontal .ui-slider-range { | |
| 685 | - top: 0; | |
| 686 | - height: 100%; | |
| 687 | -} | |
| 688 | -.ui-slider-horizontal .ui-slider-range-min { | |
| 689 | - left: 0; | |
| 690 | -} | |
| 691 | -.ui-slider-horizontal .ui-slider-range-max { | |
| 692 | - right: 0; | |
| 693 | -} | |
| 694 | - | |
| 695 | -.ui-slider-vertical { | |
| 696 | - width: .8em; | |
| 697 | - height: 100px; | |
| 698 | -} | |
| 699 | -.ui-slider-vertical .ui-slider-handle { | |
| 700 | - left: -.3em; | |
| 701 | - margin-left: 0; | |
| 702 | - margin-bottom: -.6em; | |
| 703 | -} | |
| 704 | -.ui-slider-vertical .ui-slider-range { | |
| 705 | - left: 0; | |
| 706 | - width: 100%; | |
| 707 | -} | |
| 708 | -.ui-slider-vertical .ui-slider-range-min { | |
| 709 | - bottom: 0; | |
| 710 | -} | |
| 711 | -.ui-slider-vertical .ui-slider-range-max { | |
| 712 | - top: 0; | |
| 713 | -} | |
| 714 | -.ui-sortable-handle { | |
| 715 | - -ms-touch-action: none; | |
| 716 | - touch-action: none; | |
| 717 | -} | |
| 718 | -.ui-spinner { | |
| 719 | - position: relative; | |
| 720 | - display: inline-block; | |
| 721 | - overflow: hidden; | |
| 722 | - padding: 0; | |
| 723 | - vertical-align: middle; | |
| 724 | -} | |
| 725 | -.ui-spinner-input { | |
| 726 | - border: none; | |
| 727 | - background: none; | |
| 728 | - color: inherit; | |
| 729 | - padding: 0; | |
| 730 | - margin: .2em 0; | |
| 731 | - vertical-align: middle; | |
| 732 | - margin-left: .4em; | |
| 733 | - margin-right: 22px; | |
| 734 | -} | |
| 735 | -.ui-spinner-button { | |
| 736 | - width: 16px; | |
| 737 | - height: 50%; | |
| 738 | - font-size: .5em; | |
| 739 | - padding: 0; | |
| 740 | - margin: 0; | |
| 741 | - text-align: center; | |
| 742 | - position: absolute; | |
| 743 | - cursor: default; | |
| 744 | - display: block; | |
| 745 | - overflow: hidden; | |
| 746 | - right: 0; | |
| 747 | -} | |
| 748 | -/* more specificity required here to override default borders */ | |
| 749 | -.ui-spinner a.ui-spinner-button { | |
| 750 | - border-top: none; | |
| 751 | - border-bottom: none; | |
| 752 | - border-right: none; | |
| 753 | -} | |
| 754 | -/* vertically center icon */ | |
| 755 | -.ui-spinner .ui-icon { | |
| 756 | - position: absolute; | |
| 757 | - margin-top: -8px; | |
| 758 | - top: 50%; | |
| 759 | - left: 0; | |
| 760 | -} | |
| 761 | -.ui-spinner-up { | |
| 762 | - top: 0; | |
| 763 | -} | |
| 764 | -.ui-spinner-down { | |
| 765 | - bottom: 0; | |
| 766 | -} | |
| 767 | - | |
| 768 | -/* TR overrides */ | |
| 769 | -.ui-spinner .ui-icon-triangle-1-s { | |
| 770 | - /* need to fix icons sprite */ | |
| 771 | - background-position: -65px -16px; | |
| 772 | -} | |
| 773 | -.ui-tabs { | |
| 774 | - position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */ | |
| 775 | - padding: .2em; | |
| 776 | -} | |
| 777 | -.ui-tabs .ui-tabs-nav { | |
| 778 | - margin: 0; | |
| 779 | - padding: .2em .2em 0; | |
| 780 | -} | |
| 781 | -.ui-tabs .ui-tabs-nav li { | |
| 782 | - list-style: none; | |
| 783 | - float: left; | |
| 784 | - position: relative; | |
| 785 | - top: 0; | |
| 786 | - margin: 1px .2em 0 0; | |
| 787 | - border-bottom-width: 0; | |
| 788 | - padding: 0; | |
| 789 | - white-space: nowrap; | |
| 790 | -} | |
| 791 | -.ui-tabs .ui-tabs-nav .ui-tabs-anchor { | |
| 792 | - float: left; | |
| 793 | - padding: .5em 1em; | |
| 794 | - text-decoration: none; | |
| 795 | -} | |
| 796 | -.ui-tabs .ui-tabs-nav li.ui-tabs-active { | |
| 797 | - margin-bottom: -1px; | |
| 798 | - padding-bottom: 1px; | |
| 799 | -} | |
| 800 | -.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, | |
| 801 | -.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, | |
| 802 | -.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor { | |
| 803 | - cursor: text; | |
| 804 | -} | |
| 805 | -.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor { | |
| 806 | - cursor: pointer; | |
| 807 | -} | |
| 808 | -.ui-tabs .ui-tabs-panel { | |
| 809 | - display: block; | |
| 810 | - border-width: 0; | |
| 811 | - padding: 1em 1.4em; | |
| 812 | - background: none; | |
| 813 | -} | |
| 814 | -.ui-tooltip { | |
| 815 | - padding: 8px; | |
| 816 | - position: absolute; | |
| 817 | - z-index: 9999; | |
| 818 | - max-width: 300px; | |
| 819 | - -webkit-box-shadow: 0 0 5px #aaa; | |
| 820 | - box-shadow: 0 0 5px #aaa; | |
| 821 | -} | |
| 822 | -body .ui-tooltip { | |
| 823 | - border-width: 2px; | |
| 824 | -} | |
| 825 | - | |
| 826 | -/* Component containers | |
| 827 | -.ui-widget { | |
| 828 | - font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif; | |
| 829 | - font-size: 1.1em; | |
| 830 | -} | |
| 831 | -.ui-widget .ui-widget { | |
| 832 | - font-size: 1em; | |
| 833 | -} | |
| 834 | -.ui-widget input, | |
| 835 | -.ui-widget select, | |
| 836 | -.ui-widget textarea, | |
| 837 | -.ui-widget button { | |
| 838 | - font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif; | |
| 839 | - font-size: 1em; | |
| 840 | -} | |
| 841 | -.ui-widget-content { | |
| 842 | - border: 1px solid #dddddd; | |
| 843 | - background: #eeeeee url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x; | |
| 844 | - color: #333333; | |
| 845 | -} | |
| 846 | -.ui-widget-content a { | |
| 847 | - color: #333333; | |
| 848 | -} | |
| 849 | -.ui-widget-header { | |
| 850 | - border: 1px solid #e78f08; | |
| 851 | - background: #f6a828 url("images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x; | |
| 852 | - color: #ffffff; | |
| 853 | - font-weight: bold; | |
| 854 | -} | |
| 855 | -.ui-widget-header a { | |
| 856 | - color: #ffffff; | |
| 857 | -} | |
| 858 | - | |
| 859 | -/* Interaction states | |
| 860 | -.ui-state-default, | |
| 861 | -.ui-widget-content .ui-state-default, | |
| 862 | -.ui-widget-header .ui-state-default { | |
| 863 | - border: 1px solid #cccccc; | |
| 864 | - background: #f6f6f6 url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x; | |
| 865 | - font-weight: bold; | |
| 866 | - color: #1c94c4; | |
| 867 | -} | |
| 868 | -.ui-state-default a, | |
| 869 | -.ui-state-default a:link, | |
| 870 | -.ui-state-default a:visited { | |
| 871 | - color: #1c94c4; | |
| 872 | - text-decoration: none; | |
| 873 | -} | |
| 874 | -.ui-state-hover, | |
| 875 | -.ui-widget-content .ui-state-hover, | |
| 876 | -.ui-widget-header .ui-state-hover, | |
| 877 | -.ui-state-focus, | |
| 878 | -.ui-widget-content .ui-state-focus, | |
| 879 | -.ui-widget-header .ui-state-focus { | |
| 880 | - border: 1px solid #fbcb09; | |
| 881 | - background: #fdf5ce url("images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x; | |
| 882 | - font-weight: bold; | |
| 883 | - color: #c77405; | |
| 884 | -} | |
| 885 | -.ui-state-hover a, | |
| 886 | -.ui-state-hover a:hover, | |
| 887 | -.ui-state-hover a:link, | |
| 888 | -.ui-state-hover a:visited, | |
| 889 | -.ui-state-focus a, | |
| 890 | -.ui-state-focus a:hover, | |
| 891 | -.ui-state-focus a:link, | |
| 892 | -.ui-state-focus a:visited { | |
| 893 | - color: #c77405; | |
| 894 | - text-decoration: none; | |
| 895 | -} | |
| 896 | -.ui-state-active, | |
| 897 | -.ui-widget-content .ui-state-active, | |
| 898 | -.ui-widget-header .ui-state-active { | |
| 899 | - border: 1px solid #fbd850; | |
| 900 | - background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x; | |
| 901 | - font-weight: bold; | |
| 902 | - color: #eb8f00; | |
| 903 | -} | |
| 904 | -.ui-state-active a, | |
| 905 | -.ui-state-active a:link, | |
| 906 | -.ui-state-active a:visited { | |
| 907 | - color: #eb8f00; | |
| 908 | - text-decoration: none; | |
| 909 | -} | |
| 910 | - | |
| 911 | -/* Interaction Cues | |
| 912 | -.ui-state-highlight, | |
| 913 | -.ui-widget-content .ui-state-highlight, | |
| 914 | -.ui-widget-header .ui-state-highlight { | |
| 915 | - border: 1px solid #fed22f; | |
| 916 | - background: #ffe45c url("images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x; | |
| 917 | - color: #363636; | |
| 918 | -} | |
| 919 | -.ui-state-highlight a, | |
| 920 | -.ui-widget-content .ui-state-highlight a, | |
| 921 | -.ui-widget-header .ui-state-highlight a { | |
| 922 | - color: #363636; | |
| 923 | -} | |
| 924 | -.ui-state-error, | |
| 925 | -.ui-widget-content .ui-state-error, | |
| 926 | -.ui-widget-header .ui-state-error { | |
| 927 | - border: 1px solid #cd0a0a; | |
| 928 | - background: #b81900 url("images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat; | |
| 929 | - color: #ffffff; | |
| 930 | -} | |
| 931 | -.ui-state-error a, | |
| 932 | -.ui-widget-content .ui-state-error a, | |
| 933 | -.ui-widget-header .ui-state-error a { | |
| 934 | - color: #ffffff; | |
| 935 | -} | |
| 936 | -.ui-state-error-text, | |
| 937 | -.ui-widget-content .ui-state-error-text, | |
| 938 | -.ui-widget-header .ui-state-error-text { | |
| 939 | - color: #ffffff; | |
| 940 | -} | |
| 941 | -.ui-priority-primary, | |
| 942 | -.ui-widget-content .ui-priority-primary, | |
| 943 | -.ui-widget-header .ui-priority-primary { | |
| 944 | - font-weight: bold; | |
| 945 | -} | |
| 946 | -.ui-priority-secondary, | |
| 947 | -.ui-widget-content .ui-priority-secondary, | |
| 948 | -.ui-widget-header .ui-priority-secondary { | |
| 949 | - opacity: .7; | |
| 950 | - filter:Alpha(Opacity=70); /* support: IE8 */ | |
| 951 | - font-weight: normal; | |
| 952 | -} | |
| 953 | -.ui-state-disabled, | |
| 954 | -.ui-widget-content .ui-state-disabled, | |
| 955 | -.ui-widget-header .ui-state-disabled { | |
| 956 | - opacity: .35; | |
| 957 | - filter:Alpha(Opacity=35); /* support: IE8 */ | |
| 958 | - background-image: none; | |
| 959 | -} | |
| 960 | -.ui-state-disabled .ui-icon { | |
| 961 | - filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */ | |
| 962 | -} | |
| 963 | - | |
| 964 | -/* Icons | |
| 965 | - | |
| 966 | -/* states and images */ | |
| 967 | -.ui-icon { | |
| 968 | - width: 16px; | |
| 969 | - height: 16px; | |
| 970 | -} | |
| 971 | -.ui-icon, | |
| 972 | -.ui-widget-content .ui-icon { | |
| 973 | - background-image: url("images/ui-icons_222222_256x240.png"); | |
| 974 | -} | |
| 975 | -.ui-widget-header .ui-icon { | |
| 976 | - background-image: url("images/ui-icons_ffffff_256x240.png"); | |
| 977 | -} | |
| 978 | -.ui-state-default .ui-icon { | |
| 979 | - background-image: url("images/ui-icons_ef8c08_256x240.png"); | |
| 980 | -} | |
| 981 | -.ui-state-hover .ui-icon, | |
| 982 | -.ui-state-focus .ui-icon { | |
| 983 | - background-image: url("images/ui-icons_ef8c08_256x240.png"); | |
| 984 | -} | |
| 985 | -.ui-state-active .ui-icon { | |
| 986 | - background-image: url("images/ui-icons_ef8c08_256x240.png"); | |
| 987 | -} | |
| 988 | -.ui-state-highlight .ui-icon { | |
| 989 | - background-image: url("images/ui-icons_228ef1_256x240.png"); | |
| 990 | -} | |
| 991 | -.ui-state-error .ui-icon, | |
| 992 | -.ui-state-error-text .ui-icon { | |
| 993 | - background-image: url("images/ui-icons_ffd27a_256x240.png"); | |
| 994 | -} | |
| 995 | - | |
| 996 | -/* positioning */ | |
| 997 | -.ui-icon-blank { background-position: 16px 16px; } | |
| 998 | -.ui-icon-carat-1-n { background-position: 0 0; } | |
| 999 | -.ui-icon-carat-1-ne { background-position: -16px 0; } | |
| 1000 | -.ui-icon-carat-1-e { background-position: -32px 0; } | |
| 1001 | -.ui-icon-carat-1-se { background-position: -48px 0; } | |
| 1002 | -.ui-icon-carat-1-s { background-position: -64px 0; } | |
| 1003 | -.ui-icon-carat-1-sw { background-position: -80px 0; } | |
| 1004 | -.ui-icon-carat-1-w { background-position: -96px 0; } | |
| 1005 | -.ui-icon-carat-1-nw { background-position: -112px 0; } | |
| 1006 | -.ui-icon-carat-2-n-s { background-position: -128px 0; } | |
| 1007 | -.ui-icon-carat-2-e-w { background-position: -144px 0; } | |
| 1008 | -.ui-icon-triangle-1-n { background-position: 0 -16px; } | |
| 1009 | -.ui-icon-triangle-1-ne { background-position: -16px -16px; } | |
| 1010 | -.ui-icon-triangle-1-e { background-position: -32px -16px; } | |
| 1011 | -.ui-icon-triangle-1-se { background-position: -48px -16px; } | |
| 1012 | -.ui-icon-triangle-1-s { background-position: -64px -16px; } | |
| 1013 | -.ui-icon-triangle-1-sw { background-position: -80px -16px; } | |
| 1014 | -.ui-icon-triangle-1-w { background-position: -96px -16px; } | |
| 1015 | -.ui-icon-triangle-1-nw { background-position: -112px -16px; } | |
| 1016 | -.ui-icon-triangle-2-n-s { background-position: -128px -16px; } | |
| 1017 | -.ui-icon-triangle-2-e-w { background-position: -144px -16px; } | |
| 1018 | -.ui-icon-arrow-1-n { background-position: 0 -32px; } | |
| 1019 | -.ui-icon-arrow-1-ne { background-position: -16px -32px; } | |
| 1020 | -.ui-icon-arrow-1-e { background-position: -32px -32px; } | |
| 1021 | -.ui-icon-arrow-1-se { background-position: -48px -32px; } | |
| 1022 | -.ui-icon-arrow-1-s { background-position: -64px -32px; } | |
| 1023 | -.ui-icon-arrow-1-sw { background-position: -80px -32px; } | |
| 1024 | -.ui-icon-arrow-1-w { background-position: -96px -32px; } | |
| 1025 | -.ui-icon-arrow-1-nw { background-position: -112px -32px; } | |
| 1026 | -.ui-icon-arrow-2-n-s { background-position: -128px -32px; } | |
| 1027 | -.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; } | |
| 1028 | -.ui-icon-arrow-2-e-w { background-position: -160px -32px; } | |
| 1029 | -.ui-icon-arrow-2-se-nw { background-position: -176px -32px; } | |
| 1030 | -.ui-icon-arrowstop-1-n { background-position: -192px -32px; } | |
| 1031 | -.ui-icon-arrowstop-1-e { background-position: -208px -32px; } | |
| 1032 | -.ui-icon-arrowstop-1-s { background-position: -224px -32px; } | |
| 1033 | -.ui-icon-arrowstop-1-w { background-position: -240px -32px; } | |
| 1034 | -.ui-icon-arrowthick-1-n { background-position: 0 -48px; } | |
| 1035 | -.ui-icon-arrowthick-1-ne { background-position: -16px -48px; } | |
| 1036 | -.ui-icon-arrowthick-1-e { background-position: -32px -48px; } | |
| 1037 | -.ui-icon-arrowthick-1-se { background-position: -48px -48px; } | |
| 1038 | -.ui-icon-arrowthick-1-s { background-position: -64px -48px; } | |
| 1039 | -.ui-icon-arrowthick-1-sw { background-position: -80px -48px; } | |
| 1040 | -.ui-icon-arrowthick-1-w { background-position: -96px -48px; } | |
| 1041 | -.ui-icon-arrowthick-1-nw { background-position: -112px -48px; } | |
| 1042 | -.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; } | |
| 1043 | -.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; } | |
| 1044 | -.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; } | |
| 1045 | -.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; } | |
| 1046 | -.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; } | |
| 1047 | -.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; } | |
| 1048 | -.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; } | |
| 1049 | -.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; } | |
| 1050 | -.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; } | |
| 1051 | -.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; } | |
| 1052 | -.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; } | |
| 1053 | -.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; } | |
| 1054 | -.ui-icon-arrowreturn-1-w { background-position: -64px -64px; } | |
| 1055 | -.ui-icon-arrowreturn-1-n { background-position: -80px -64px; } | |
| 1056 | -.ui-icon-arrowreturn-1-e { background-position: -96px -64px; } | |
| 1057 | -.ui-icon-arrowreturn-1-s { background-position: -112px -64px; } | |
| 1058 | -.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; } | |
| 1059 | -.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; } | |
| 1060 | -.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; } | |
| 1061 | -.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; } | |
| 1062 | -.ui-icon-arrow-4 { background-position: 0 -80px; } | |
| 1063 | -.ui-icon-arrow-4-diag { background-position: -16px -80px; } | |
| 1064 | -.ui-icon-extlink { background-position: -32px -80px; } | |
| 1065 | -.ui-icon-newwin { background-position: -48px -80px; } | |
| 1066 | -.ui-icon-refresh { background-position: -64px -80px; } | |
| 1067 | -.ui-icon-shuffle { background-position: -80px -80px; } | |
| 1068 | -.ui-icon-transfer-e-w { background-position: -96px -80px; } | |
| 1069 | -.ui-icon-transferthick-e-w { background-position: -112px -80px; } | |
| 1070 | -.ui-icon-folder-collapsed { background-position: 0 -96px; } | |
| 1071 | -.ui-icon-folder-open { background-position: -16px -96px; } | |
| 1072 | -.ui-icon-document { background-position: -32px -96px; } | |
| 1073 | -.ui-icon-document-b { background-position: -48px -96px; } | |
| 1074 | -.ui-icon-note { background-position: -64px -96px; } | |
| 1075 | -.ui-icon-mail-closed { background-position: -80px -96px; } | |
| 1076 | -.ui-icon-mail-open { background-position: -96px -96px; } | |
| 1077 | -.ui-icon-suitcase { background-position: -112px -96px; } | |
| 1078 | -.ui-icon-comment { background-position: -128px -96px; } | |
| 1079 | -.ui-icon-person { background-position: -144px -96px; } | |
| 1080 | -.ui-icon-print { background-position: -160px -96px; } | |
| 1081 | -.ui-icon-trash { background-position: -176px -96px; } | |
| 1082 | -.ui-icon-locked { background-position: -192px -96px; } | |
| 1083 | -.ui-icon-unlocked { background-position: -208px -96px; } | |
| 1084 | -.ui-icon-bookmark { background-position: -224px -96px; } | |
| 1085 | -.ui-icon-tag { background-position: -240px -96px; } | |
| 1086 | -.ui-icon-home { background-position: 0 -112px; } | |
| 1087 | -.ui-icon-flag { background-position: -16px -112px; } | |
| 1088 | -.ui-icon-calendar { background-position: -32px -112px; } | |
| 1089 | -.ui-icon-cart { background-position: -48px -112px; } | |
| 1090 | -.ui-icon-pencil { background-position: -64px -112px; } | |
| 1091 | -.ui-icon-clock { background-position: -80px -112px; } | |
| 1092 | -.ui-icon-disk { background-position: -96px -112px; } | |
| 1093 | -.ui-icon-calculator { background-position: -112px -112px; } | |
| 1094 | -.ui-icon-zoomin { background-position: -128px -112px; } | |
| 1095 | -.ui-icon-zoomout { background-position: -144px -112px; } | |
| 1096 | -.ui-icon-search { background-position: -160px -112px; } | |
| 1097 | -.ui-icon-wrench { background-position: -176px -112px; } | |
| 1098 | -.ui-icon-gear { background-position: -192px -112px; } | |
| 1099 | -.ui-icon-heart { background-position: -208px -112px; } | |
| 1100 | -.ui-icon-star { background-position: -224px -112px; } | |
| 1101 | -.ui-icon-link { background-position: -240px -112px; } | |
| 1102 | -.ui-icon-cancel { background-position: 0 -128px; } | |
| 1103 | -.ui-icon-plus { background-position: -16px -128px; } | |
| 1104 | -.ui-icon-plusthick { background-position: -32px -128px; } | |
| 1105 | -.ui-icon-minus { background-position: -48px -128px; } | |
| 1106 | -.ui-icon-minusthick { background-position: -64px -128px; } | |
| 1107 | -.ui-icon-close { background-position: -80px -128px; } | |
| 1108 | -.ui-icon-closethick { background-position: -96px -128px; } | |
| 1109 | -.ui-icon-key { background-position: -112px -128px; } | |
| 1110 | -.ui-icon-lightbulb { background-position: -128px -128px; } | |
| 1111 | -.ui-icon-scissors { background-position: -144px -128px; } | |
| 1112 | -.ui-icon-clipboard { background-position: -160px -128px; } | |
| 1113 | -.ui-icon-copy { background-position: -176px -128px; } | |
| 1114 | -.ui-icon-contact { background-position: -192px -128px; } | |
| 1115 | -.ui-icon-image { background-position: -208px -128px; } | |
| 1116 | -.ui-icon-video { background-position: -224px -128px; } | |
| 1117 | -.ui-icon-script { background-position: -240px -128px; } | |
| 1118 | -.ui-icon-alert { background-position: 0 -144px; } | |
| 1119 | -.ui-icon-info { background-position: -16px -144px; } | |
| 1120 | -.ui-icon-notice { background-position: -32px -144px; } | |
| 1121 | -.ui-icon-help { background-position: -48px -144px; } | |
| 1122 | -.ui-icon-check { background-position: -64px -144px; } | |
| 1123 | -.ui-icon-bullet { background-position: -80px -144px; } | |
| 1124 | -.ui-icon-radio-on { background-position: -96px -144px; } | |
| 1125 | -.ui-icon-radio-off { background-position: -112px -144px; } | |
| 1126 | -.ui-icon-pin-w { background-position: -128px -144px; } | |
| 1127 | -.ui-icon-pin-s { background-position: -144px -144px; } | |
| 1128 | -.ui-icon-play { background-position: 0 -160px; } | |
| 1129 | -.ui-icon-pause { background-position: -16px -160px; } | |
| 1130 | -.ui-icon-seek-next { background-position: -32px -160px; } | |
| 1131 | -.ui-icon-seek-prev { background-position: -48px -160px; } | |
| 1132 | -.ui-icon-seek-end { background-position: -64px -160px; } | |
| 1133 | -.ui-icon-seek-start { background-position: -80px -160px; } | |
| 1134 | -/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */ | |
| 1135 | -.ui-icon-seek-first { background-position: -80px -160px; } | |
| 1136 | -.ui-icon-stop { background-position: -96px -160px; } | |
| 1137 | -.ui-icon-eject { background-position: -112px -160px; } | |
| 1138 | -.ui-icon-volume-off { background-position: -128px -160px; } | |
| 1139 | -.ui-icon-volume-on { background-position: -144px -160px; } | |
| 1140 | -.ui-icon-power { background-position: 0 -176px; } | |
| 1141 | -.ui-icon-signal-diag { background-position: -16px -176px; } | |
| 1142 | -.ui-icon-signal { background-position: -32px -176px; } | |
| 1143 | -.ui-icon-battery-0 { background-position: -48px -176px; } | |
| 1144 | -.ui-icon-battery-1 { background-position: -64px -176px; } | |
| 1145 | -.ui-icon-battery-2 { background-position: -80px -176px; } | |
| 1146 | -.ui-icon-battery-3 { background-position: -96px -176px; } | |
| 1147 | -.ui-icon-circle-plus { background-position: 0 -192px; } | |
| 1148 | -.ui-icon-circle-minus { background-position: -16px -192px; } | |
| 1149 | -.ui-icon-circle-close { background-position: -32px -192px; } | |
| 1150 | -.ui-icon-circle-triangle-e { background-position: -48px -192px; } | |
| 1151 | -.ui-icon-circle-triangle-s { background-position: -64px -192px; } | |
| 1152 | -.ui-icon-circle-triangle-w { background-position: -80px -192px; } | |
| 1153 | -.ui-icon-circle-triangle-n { background-position: -96px -192px; } | |
| 1154 | -.ui-icon-circle-arrow-e { background-position: -112px -192px; } | |
| 1155 | -.ui-icon-circle-arrow-s { background-position: -128px -192px; } | |
| 1156 | -.ui-icon-circle-arrow-w { background-position: -144px -192px; } | |
| 1157 | -.ui-icon-circle-arrow-n { background-position: -160px -192px; } | |
| 1158 | -.ui-icon-circle-zoomin { background-position: -176px -192px; } | |
| 1159 | -.ui-icon-circle-zoomout { background-position: -192px -192px; } | |
| 1160 | -.ui-icon-circle-check { background-position: -208px -192px; } | |
| 1161 | -.ui-icon-circlesmall-plus { background-position: 0 -208px; } | |
| 1162 | -.ui-icon-circlesmall-minus { background-position: -16px -208px; } | |
| 1163 | -.ui-icon-circlesmall-close { background-position: -32px -208px; } | |
| 1164 | -.ui-icon-squaresmall-plus { background-position: -48px -208px; } | |
| 1165 | -.ui-icon-squaresmall-minus { background-position: -64px -208px; } | |
| 1166 | -.ui-icon-squaresmall-close { background-position: -80px -208px; } | |
| 1167 | -.ui-icon-grip-dotted-vertical { background-position: 0 -224px; } | |
| 1168 | -.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; } | |
| 1169 | -.ui-icon-grip-solid-vertical { background-position: -32px -224px; } | |
| 1170 | -.ui-icon-grip-solid-horizontal { background-position: -48px -224px; } | |
| 1171 | -.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; } | |
| 1172 | -.ui-icon-grip-diagonal-se { background-position: -80px -224px; } | |
| 1173 | - | |
| 1174 | - | |
| 1175 | -/* Misc visuals | |
| 1176 | - | |
| 1177 | -/* Corner radius */ | |
| 1178 | -.ui-corner-all, | |
| 1179 | -.ui-corner-top, | |
| 1180 | -.ui-corner-left, | |
| 1181 | -.ui-corner-tl { | |
| 1182 | - border-top-left-radius: 4px; | |
| 1183 | -} | |
| 1184 | -.ui-corner-all, | |
| 1185 | -.ui-corner-top, | |
| 1186 | -.ui-corner-right, | |
| 1187 | -.ui-corner-tr { | |
| 1188 | - border-top-right-radius: 4px; | |
| 1189 | -} | |
| 1190 | -.ui-corner-all, | |
| 1191 | -.ui-corner-bottom, | |
| 1192 | -.ui-corner-left, | |
| 1193 | -.ui-corner-bl { | |
| 1194 | - border-bottom-left-radius: 4px; | |
| 1195 | -} | |
| 1196 | -.ui-corner-all, | |
| 1197 | -.ui-corner-bottom, | |
| 1198 | -.ui-corner-right, | |
| 1199 | -.ui-corner-br { | |
| 1200 | - border-bottom-right-radius: 4px; | |
| 1201 | -} | |
| 1202 | - | |
| 1203 | -/* Overlays */ | |
| 1204 | -.ui-widget-overlay { | |
| 1205 | - background: #666666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat; | |
| 1206 | - opacity: .5; | |
| 1207 | - filter: Alpha(Opacity=50); /* support: IE8 */ | |
| 1208 | -} | |
| 1209 | -.ui-widget-shadow { | |
| 1210 | - margin: -5px 0 0 -5px; | |
| 1211 | - padding: 5px; | |
| 1212 | - background: #000000 url("images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x; | |
| 1213 | - opacity: .2; | |
| 1214 | - filter: Alpha(Opacity=20); /* support: IE8 */ | |
| 1215 | - border-radius: 5px; | |
| 1216 | -} | |
| 1 | +/*! jQuery UI - v1.11.4 - 2015-03-11 | |
| 2 | +* http://jqueryui.com | |
| 3 | +* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css | |
| 4 | +* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px | |
| 5 | +* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */ | |
| 6 | + | |
| 7 | +/* Layout helpers | |
| 8 | +----------------------------------*/ | |
| 9 | +.ui-helper-hidden { | |
| 10 | + display: none; | |
| 11 | +} | |
| 12 | +.ui-helper-hidden-accessible { | |
| 13 | + border: 0; | |
| 14 | + clip: rect(0 0 0 0); | |
| 15 | + height: 1px; | |
| 16 | + margin: -1px; | |
| 17 | + overflow: hidden; | |
| 18 | + padding: 0; | |
| 19 | + position: absolute; | |
| 20 | + width: 1px; | |
| 21 | +} | |
| 22 | +.ui-helper-reset { | |
| 23 | + margin: 0; | |
| 24 | + padding: 0; | |
| 25 | + border: 0; | |
| 26 | + outline: 0; | |
| 27 | + line-height: 1.3; | |
| 28 | + text-decoration: none; | |
| 29 | + font-size: 100%; | |
| 30 | + list-style: none; | |
| 31 | +} | |
| 32 | +.ui-helper-clearfix:before, | |
| 33 | +.ui-helper-clearfix:after { | |
| 34 | + content: ""; | |
| 35 | + display: table; | |
| 36 | + border-collapse: collapse; | |
| 37 | +} | |
| 38 | +.ui-helper-clearfix:after { | |
| 39 | + clear: both; | |
| 40 | +} | |
| 41 | +.ui-helper-clearfix { | |
| 42 | + min-height: 0; /* support: IE7 */ | |
| 43 | +} | |
| 44 | +.ui-helper-zfix { | |
| 45 | + width: 100%; | |
| 46 | + height: 100%; | |
| 47 | + top: 0; | |
| 48 | + left: 0; | |
| 49 | + position: absolute; | |
| 50 | + opacity: 0; | |
| 51 | + filter:Alpha(Opacity=0); /* support: IE8 */ | |
| 52 | +} | |
| 53 | + | |
| 54 | +.ui-front { | |
| 55 | + z-index: 100; | |
| 56 | +} | |
| 57 | + | |
| 58 | + | |
| 59 | +/* Interaction Cues | |
| 60 | +----------------------------------*/ | |
| 61 | +.ui-state-disabled { | |
| 62 | + cursor: default !important; | |
| 63 | +} | |
| 64 | + | |
| 65 | + | |
| 66 | +/* Icons | |
| 67 | +----------------------------------*/ | |
| 68 | + | |
| 69 | +/* states and images */ | |
| 70 | +.ui-icon { | |
| 71 | + display: block; | |
| 72 | + text-indent: -99999px; | |
| 73 | + overflow: hidden; | |
| 74 | + background-repeat: no-repeat; | |
| 75 | +} | |
| 76 | + | |
| 77 | + | |
| 78 | +/* Misc visuals | |
| 79 | +----------------------------------*/ | |
| 80 | + | |
| 81 | +/* Overlays */ | |
| 82 | +.ui-widget-overlay { | |
| 83 | + position: fixed; | |
| 84 | + top: 0; | |
| 85 | + left: 0; | |
| 86 | + width: 100%; | |
| 87 | + height: 100%; | |
| 88 | +} | |
| 89 | +.ui-accordion .ui-accordion-header { | |
| 90 | + display: block; | |
| 91 | + cursor: pointer; | |
| 92 | + position: relative; | |
| 93 | + margin: 2px 0 0 0; | |
| 94 | + padding: .5em .5em .5em .7em; | |
| 95 | + min-height: 0; /* support: IE7 */ | |
| 96 | + font-size: 100%; | |
| 97 | +} | |
| 98 | +.ui-accordion .ui-accordion-icons { | |
| 99 | + padding-left: 2.2em; | |
| 100 | +} | |
| 101 | +.ui-accordion .ui-accordion-icons .ui-accordion-icons { | |
| 102 | + padding-left: 2.2em; | |
| 103 | +} | |
| 104 | +.ui-accordion .ui-accordion-header .ui-accordion-header-icon { | |
| 105 | + position: absolute; | |
| 106 | + left: .5em; | |
| 107 | + top: 50%; | |
| 108 | + margin-top: -8px; | |
| 109 | +} | |
| 110 | +.ui-accordion .ui-accordion-content { | |
| 111 | + padding: 1em 2.2em; | |
| 112 | + border-top: 0; | |
| 113 | + overflow: auto; | |
| 114 | +} | |
| 115 | +.ui-autocomplete { | |
| 116 | + position: absolute; | |
| 117 | + top: 0; | |
| 118 | + left: 0; | |
| 119 | + cursor: default; | |
| 120 | +} | |
| 121 | +.ui-button { | |
| 122 | + display: inline-block; | |
| 123 | + position: relative; | |
| 124 | + padding: 0; | |
| 125 | + line-height: normal; | |
| 126 | + margin-right: .1em; | |
| 127 | + cursor: pointer; | |
| 128 | + vertical-align: middle; | |
| 129 | + text-align: center; | |
| 130 | + overflow: visible; /* removes extra width in IE */ | |
| 131 | +} | |
| 132 | +.ui-button, | |
| 133 | +.ui-button:link, | |
| 134 | +.ui-button:visited, | |
| 135 | +.ui-button:hover, | |
| 136 | +.ui-button:active { | |
| 137 | + text-decoration: none; | |
| 138 | +} | |
| 139 | +/* to make room for the icon, a width needs to be set here */ | |
| 140 | +.ui-button-icon-only { | |
| 141 | + width: 2.2em; | |
| 142 | +} | |
| 143 | +/* button elements seem to need a little more width */ | |
| 144 | +button.ui-button-icon-only { | |
| 145 | + width: 2.4em; | |
| 146 | +} | |
| 147 | +.ui-button-icons-only { | |
| 148 | + width: 3.4em; | |
| 149 | +} | |
| 150 | +button.ui-button-icons-only { | |
| 151 | + width: 3.7em; | |
| 152 | +} | |
| 153 | + | |
| 154 | +/* button text element */ | |
| 155 | +.ui-button .ui-button-text { | |
| 156 | + display: block; | |
| 157 | + line-height: normal; | |
| 158 | +} | |
| 159 | +.ui-button-text-only .ui-button-text { | |
| 160 | + padding: .4em 1em; | |
| 161 | +} | |
| 162 | +.ui-button-icon-only .ui-button-text, | |
| 163 | +.ui-button-icons-only .ui-button-text { | |
| 164 | + padding: .4em; | |
| 165 | + text-indent: -9999999px; | |
| 166 | +} | |
| 167 | +.ui-button-text-icon-primary .ui-button-text, | |
| 168 | +.ui-button-text-icons .ui-button-text { | |
| 169 | + padding: .4em 1em .4em 2.1em; | |
| 170 | +} | |
| 171 | +.ui-button-text-icon-secondary .ui-button-text, | |
| 172 | +.ui-button-text-icons .ui-button-text { | |
| 173 | + padding: .4em 2.1em .4em 1em; | |
| 174 | +} | |
| 175 | +.ui-button-text-icons .ui-button-text { | |
| 176 | + padding-left: 2.1em; | |
| 177 | + padding-right: 2.1em; | |
| 178 | +} | |
| 179 | +/* no icon support for input elements, provide padding by default */ | |
| 180 | +input.ui-button { | |
| 181 | + padding: .4em 1em; | |
| 182 | +} | |
| 183 | + | |
| 184 | +/* button icon element(s) */ | |
| 185 | +.ui-button-icon-only .ui-icon, | |
| 186 | +.ui-button-text-icon-primary .ui-icon, | |
| 187 | +.ui-button-text-icon-secondary .ui-icon, | |
| 188 | +.ui-button-text-icons .ui-icon, | |
| 189 | +.ui-button-icons-only .ui-icon { | |
| 190 | + position: absolute; | |
| 191 | + top: 50%; | |
| 192 | + margin-top: -8px; | |
| 193 | +} | |
| 194 | +.ui-button-icon-only .ui-icon { | |
| 195 | + left: 50%; | |
| 196 | + margin-left: -8px; | |
| 197 | +} | |
| 198 | +.ui-button-text-icon-primary .ui-button-icon-primary, | |
| 199 | +.ui-button-text-icons .ui-button-icon-primary, | |
| 200 | +.ui-button-icons-only .ui-button-icon-primary { | |
| 201 | + left: .5em; | |
| 202 | +} | |
| 203 | +.ui-button-text-icon-secondary .ui-button-icon-secondary, | |
| 204 | +.ui-button-text-icons .ui-button-icon-secondary, | |
| 205 | +.ui-button-icons-only .ui-button-icon-secondary { | |
| 206 | + right: .5em; | |
| 207 | +} | |
| 208 | + | |
| 209 | +/* button sets */ | |
| 210 | +.ui-buttonset { | |
| 211 | + margin-right: 7px; | |
| 212 | +} | |
| 213 | +.ui-buttonset .ui-button { | |
| 214 | + margin-left: 0; | |
| 215 | + margin-right: -.3em; | |
| 216 | +} | |
| 217 | + | |
| 218 | +/* workarounds */ | |
| 219 | +/* reset extra padding in Firefox, see h5bp.com/l */ | |
| 220 | +input.ui-button::-moz-focus-inner, | |
| 221 | +button.ui-button::-moz-focus-inner { | |
| 222 | + border: 0; | |
| 223 | + padding: 0; | |
| 224 | +} | |
| 225 | +.ui-datepicker { | |
| 226 | + width: 17em; | |
| 227 | + padding: .2em .2em 0; | |
| 228 | + display: none; | |
| 229 | +} | |
| 230 | +.ui-datepicker .ui-datepicker-header { | |
| 231 | + position: relative; | |
| 232 | + padding: .2em 0; | |
| 233 | +} | |
| 234 | +.ui-datepicker .ui-datepicker-prev, | |
| 235 | +.ui-datepicker .ui-datepicker-next { | |
| 236 | + position: absolute; | |
| 237 | + top: 2px; | |
| 238 | + width: 1.8em; | |
| 239 | + height: 1.8em; | |
| 240 | +} | |
| 241 | +.ui-datepicker .ui-datepicker-prev-hover, | |
| 242 | +.ui-datepicker .ui-datepicker-next-hover { | |
| 243 | + top: 1px; | |
| 244 | +} | |
| 245 | +.ui-datepicker .ui-datepicker-prev { | |
| 246 | + left: 2px; | |
| 247 | +} | |
| 248 | +.ui-datepicker .ui-datepicker-next { | |
| 249 | + right: 2px; | |
| 250 | +} | |
| 251 | +.ui-datepicker .ui-datepicker-prev-hover { | |
| 252 | + left: 1px; | |
| 253 | +} | |
| 254 | +.ui-datepicker .ui-datepicker-next-hover { | |
| 255 | + right: 1px; | |
| 256 | +} | |
| 257 | +.ui-datepicker .ui-datepicker-prev span, | |
| 258 | +.ui-datepicker .ui-datepicker-next span { | |
| 259 | + display: block; | |
| 260 | + position: absolute; | |
| 261 | + left: 50%; | |
| 262 | + margin-left: -8px; | |
| 263 | + top: 50%; | |
| 264 | + margin-top: -8px; | |
| 265 | +} | |
| 266 | +.ui-datepicker .ui-datepicker-title { | |
| 267 | + margin: 0 2.3em; | |
| 268 | + line-height: 1.8em; | |
| 269 | + text-align: center; | |
| 270 | +} | |
| 271 | +.ui-datepicker .ui-datepicker-title select { | |
| 272 | + font-size: 1em; | |
| 273 | + margin: 1px 0; | |
| 274 | +} | |
| 275 | +.ui-datepicker select.ui-datepicker-month, | |
| 276 | +.ui-datepicker select.ui-datepicker-year { | |
| 277 | + width: 45%; | |
| 278 | +} | |
| 279 | +.ui-datepicker table { | |
| 280 | + width: 100%; | |
| 281 | + font-size: .9em; | |
| 282 | + border-collapse: collapse; | |
| 283 | + margin: 0 0 .4em; | |
| 284 | +} | |
| 285 | +.ui-datepicker th { | |
| 286 | + padding: .7em .3em; | |
| 287 | + text-align: center; | |
| 288 | + font-weight: bold; | |
| 289 | + border: 0; | |
| 290 | +} | |
| 291 | +.ui-datepicker td { | |
| 292 | + border: 0; | |
| 293 | + padding: 1px; | |
| 294 | +} | |
| 295 | +.ui-datepicker td span, | |
| 296 | +.ui-datepicker td a { | |
| 297 | + display: block; | |
| 298 | + padding: .2em; | |
| 299 | + text-align: right; | |
| 300 | + text-decoration: none; | |
| 301 | +} | |
| 302 | +.ui-datepicker .ui-datepicker-buttonpane { | |
| 303 | + background-image: none; | |
| 304 | + margin: .7em 0 0 0; | |
| 305 | + padding: 0 .2em; | |
| 306 | + border-left: 0; | |
| 307 | + border-right: 0; | |
| 308 | + border-bottom: 0; | |
| 309 | +} | |
| 310 | +.ui-datepicker .ui-datepicker-buttonpane button { | |
| 311 | + float: right; | |
| 312 | + margin: .5em .2em .4em; | |
| 313 | + cursor: pointer; | |
| 314 | + padding: .2em .6em .3em .6em; | |
| 315 | + width: auto; | |
| 316 | + overflow: visible; | |
| 317 | +} | |
| 318 | +.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { | |
| 319 | + float: left; | |
| 320 | +} | |
| 321 | + | |
| 322 | +/* with multiple calendars */ | |
| 323 | +.ui-datepicker.ui-datepicker-multi { | |
| 324 | + width: auto; | |
| 325 | +} | |
| 326 | +.ui-datepicker-multi .ui-datepicker-group { | |
| 327 | + float: left; | |
| 328 | +} | |
| 329 | +.ui-datepicker-multi .ui-datepicker-group table { | |
| 330 | + width: 95%; | |
| 331 | + margin: 0 auto .4em; | |
| 332 | +} | |
| 333 | +.ui-datepicker-multi-2 .ui-datepicker-group { | |
| 334 | + width: 50%; | |
| 335 | +} | |
| 336 | +.ui-datepicker-multi-3 .ui-datepicker-group { | |
| 337 | + width: 33.3%; | |
| 338 | +} | |
| 339 | +.ui-datepicker-multi-4 .ui-datepicker-group { | |
| 340 | + width: 25%; | |
| 341 | +} | |
| 342 | +.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, | |
| 343 | +.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { | |
| 344 | + border-left-width: 0; | |
| 345 | +} | |
| 346 | +.ui-datepicker-multi .ui-datepicker-buttonpane { | |
| 347 | + clear: left; | |
| 348 | +} | |
| 349 | +.ui-datepicker-row-break { | |
| 350 | + clear: both; | |
| 351 | + width: 100%; | |
| 352 | + font-size: 0; | |
| 353 | +} | |
| 354 | + | |
| 355 | +/* RTL support */ | |
| 356 | +.ui-datepicker-rtl { | |
| 357 | + direction: rtl; | |
| 358 | +} | |
| 359 | +.ui-datepicker-rtl .ui-datepicker-prev { | |
| 360 | + right: 2px; | |
| 361 | + left: auto; | |
| 362 | +} | |
| 363 | +.ui-datepicker-rtl .ui-datepicker-next { | |
| 364 | + left: 2px; | |
| 365 | + right: auto; | |
| 366 | +} | |
| 367 | +.ui-datepicker-rtl .ui-datepicker-prev:hover { | |
| 368 | + right: 1px; | |
| 369 | + left: auto; | |
| 370 | +} | |
| 371 | +.ui-datepicker-rtl .ui-datepicker-next:hover { | |
| 372 | + left: 1px; | |
| 373 | + right: auto; | |
| 374 | +} | |
| 375 | +.ui-datepicker-rtl .ui-datepicker-buttonpane { | |
| 376 | + clear: right; | |
| 377 | +} | |
| 378 | +.ui-datepicker-rtl .ui-datepicker-buttonpane button { | |
| 379 | + float: left; | |
| 380 | +} | |
| 381 | +.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, | |
| 382 | +.ui-datepicker-rtl .ui-datepicker-group { | |
| 383 | + float: right; | |
| 384 | +} | |
| 385 | +.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, | |
| 386 | +.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { | |
| 387 | + border-right-width: 0; | |
| 388 | + border-left-width: 1px; | |
| 389 | +} | |
| 390 | +.ui-dialog { | |
| 391 | + overflow: hidden; | |
| 392 | + position: absolute; | |
| 393 | + top: 0; | |
| 394 | + left: 0; | |
| 395 | + padding: .2em; | |
| 396 | + outline: 0; | |
| 397 | +} | |
| 398 | +.ui-dialog .ui-dialog-titlebar { | |
| 399 | + padding: .4em 1em; | |
| 400 | + position: relative; | |
| 401 | +} | |
| 402 | +.ui-dialog .ui-dialog-title { | |
| 403 | + float: left; | |
| 404 | + margin: .1em 0; | |
| 405 | + white-space: nowrap; | |
| 406 | + width: 90%; | |
| 407 | + overflow: hidden; | |
| 408 | + text-overflow: ellipsis; | |
| 409 | +} | |
| 410 | +.ui-dialog .ui-dialog-titlebar-close { | |
| 411 | + position: absolute; | |
| 412 | + right: .3em; | |
| 413 | + top: 50%; | |
| 414 | + width: 20px; | |
| 415 | + margin: -10px 0 0 0; | |
| 416 | + padding: 1px; | |
| 417 | + height: 20px; | |
| 418 | +} | |
| 419 | +.ui-dialog .ui-dialog-content { | |
| 420 | + position: relative; | |
| 421 | + border: 0; | |
| 422 | + padding: .5em 1em; | |
| 423 | + background: none; | |
| 424 | + overflow: auto; | |
| 425 | +} | |
| 426 | +.ui-dialog .ui-dialog-buttonpane { | |
| 427 | + text-align: left; | |
| 428 | + border-width: 1px 0 0 0; | |
| 429 | + background-image: none; | |
| 430 | + margin-top: .5em; | |
| 431 | + padding: .3em 1em .5em .4em; | |
| 432 | +} | |
| 433 | +.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { | |
| 434 | + float: right; | |
| 435 | +} | |
| 436 | +.ui-dialog .ui-dialog-buttonpane button { | |
| 437 | + margin: .5em .4em .5em 0; | |
| 438 | + cursor: pointer; | |
| 439 | +} | |
| 440 | +.ui-dialog .ui-resizable-se { | |
| 441 | + width: 12px; | |
| 442 | + height: 12px; | |
| 443 | + right: -5px; | |
| 444 | + bottom: -5px; | |
| 445 | + background-position: 16px 16px; | |
| 446 | +} | |
| 447 | +.ui-draggable .ui-dialog-titlebar { | |
| 448 | + cursor: move; | |
| 449 | +} | |
| 450 | +.ui-draggable-handle { | |
| 451 | + -ms-touch-action: none; | |
| 452 | + touch-action: none; | |
| 453 | +} | |
| 454 | +.ui-menu { | |
| 455 | + list-style: none; | |
| 456 | + padding: 0; | |
| 457 | + margin: 0; | |
| 458 | + display: block; | |
| 459 | + outline: none; | |
| 460 | +} | |
| 461 | +.ui-menu .ui-menu { | |
| 462 | + position: absolute; | |
| 463 | +} | |
| 464 | +.ui-menu .ui-menu-item { | |
| 465 | + position: relative; | |
| 466 | + margin: 0; | |
| 467 | + padding: 3px 1em 3px .4em; | |
| 468 | + cursor: pointer; | |
| 469 | + min-height: 0; /* support: IE7 */ | |
| 470 | + /* support: IE10, see #8844 */ | |
| 471 | + list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); | |
| 472 | +} | |
| 473 | +.ui-menu .ui-menu-divider { | |
| 474 | + margin: 5px 0; | |
| 475 | + height: 0; | |
| 476 | + font-size: 0; | |
| 477 | + line-height: 0; | |
| 478 | + border-width: 1px 0 0 0; | |
| 479 | +} | |
| 480 | +.ui-menu .ui-state-focus, | |
| 481 | +.ui-menu .ui-state-active { | |
| 482 | + margin: -1px; | |
| 483 | +} | |
| 484 | + | |
| 485 | +/* icon support */ | |
| 486 | +.ui-menu-icons { | |
| 487 | + position: relative; | |
| 488 | +} | |
| 489 | +.ui-menu-icons .ui-menu-item { | |
| 490 | + padding-left: 2em; | |
| 491 | +} | |
| 492 | + | |
| 493 | +/* left-aligned */ | |
| 494 | +.ui-menu .ui-icon { | |
| 495 | + position: absolute; | |
| 496 | + top: 0; | |
| 497 | + bottom: 0; | |
| 498 | + left: .2em; | |
| 499 | + margin: auto 0; | |
| 500 | +} | |
| 501 | + | |
| 502 | +/* right-aligned */ | |
| 503 | +.ui-menu .ui-menu-icon { | |
| 504 | + left: auto; | |
| 505 | + right: 0; | |
| 506 | +} | |
| 507 | +.ui-progressbar { | |
| 508 | + height: 2em; | |
| 509 | + text-align: left; | |
| 510 | + overflow: hidden; | |
| 511 | +} | |
| 512 | +.ui-progressbar .ui-progressbar-value { | |
| 513 | + margin: -1px; | |
| 514 | + height: 100%; | |
| 515 | +} | |
| 516 | +.ui-progressbar .ui-progressbar-overlay { | |
| 517 | + background: url("data:image/gif;base64,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"); | |
| 518 | + height: 100%; | |
| 519 | + filter: alpha(opacity=25); /* support: IE8 */ | |
| 520 | + opacity: 0.25; | |
| 521 | +} | |
| 522 | +.ui-progressbar-indeterminate .ui-progressbar-value { | |
| 523 | + background-image: none; | |
| 524 | +} | |
| 525 | +.ui-resizable { | |
| 526 | + position: relative; | |
| 527 | +} | |
| 528 | +.ui-resizable-handle { | |
| 529 | + position: absolute; | |
| 530 | + font-size: 0.1px; | |
| 531 | + display: block; | |
| 532 | + -ms-touch-action: none; | |
| 533 | + touch-action: none; | |
| 534 | +} | |
| 535 | +.ui-resizable-disabled .ui-resizable-handle, | |
| 536 | +.ui-resizable-autohide .ui-resizable-handle { | |
| 537 | + display: none; | |
| 538 | +} | |
| 539 | +.ui-resizable-n { | |
| 540 | + cursor: n-resize; | |
| 541 | + height: 7px; | |
| 542 | + width: 100%; | |
| 543 | + top: -5px; | |
| 544 | + left: 0; | |
| 545 | +} | |
| 546 | +.ui-resizable-s { | |
| 547 | + cursor: s-resize; | |
| 548 | + height: 7px; | |
| 549 | + width: 100%; | |
| 550 | + bottom: -5px; | |
| 551 | + left: 0; | |
| 552 | +} | |
| 553 | +.ui-resizable-e { | |
| 554 | + cursor: e-resize; | |
| 555 | + width: 7px; | |
| 556 | + right: -5px; | |
| 557 | + top: 0; | |
| 558 | + height: 100%; | |
| 559 | +} | |
| 560 | +.ui-resizable-w { | |
| 561 | + cursor: w-resize; | |
| 562 | + width: 7px; | |
| 563 | + left: -5px; | |
| 564 | + top: 0; | |
| 565 | + height: 100%; | |
| 566 | +} | |
| 567 | +.ui-resizable-se { | |
| 568 | + cursor: se-resize; | |
| 569 | + width: 12px; | |
| 570 | + height: 12px; | |
| 571 | + right: 1px; | |
| 572 | + bottom: 1px; | |
| 573 | +} | |
| 574 | +.ui-resizable-sw { | |
| 575 | + cursor: sw-resize; | |
| 576 | + width: 9px; | |
| 577 | + height: 9px; | |
| 578 | + left: -5px; | |
| 579 | + bottom: -5px; | |
| 580 | +} | |
| 581 | +.ui-resizable-nw { | |
| 582 | + cursor: nw-resize; | |
| 583 | + width: 9px; | |
| 584 | + height: 9px; | |
| 585 | + left: -5px; | |
| 586 | + top: -5px; | |
| 587 | +} | |
| 588 | +.ui-resizable-ne { | |
| 589 | + cursor: ne-resize; | |
| 590 | + width: 9px; | |
| 591 | + height: 9px; | |
| 592 | + right: -5px; | |
| 593 | + top: -5px; | |
| 594 | +} | |
| 595 | +.ui-selectable { | |
| 596 | + -ms-touch-action: none; | |
| 597 | + touch-action: none; | |
| 598 | +} | |
| 599 | +.ui-selectable-helper { | |
| 600 | + position: absolute; | |
| 601 | + z-index: 100; | |
| 602 | + border: 1px dotted black; | |
| 603 | +} | |
| 604 | +.ui-selectmenu-menu { | |
| 605 | + padding: 0; | |
| 606 | + margin: 0; | |
| 607 | + position: absolute; | |
| 608 | + top: 0; | |
| 609 | + left: 0; | |
| 610 | + display: none; | |
| 611 | +} | |
| 612 | +.ui-selectmenu-menu .ui-menu { | |
| 613 | + overflow: auto; | |
| 614 | + /* Support: IE7 */ | |
| 615 | + overflow-x: hidden; | |
| 616 | + padding-bottom: 1px; | |
| 617 | +} | |
| 618 | +.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup { | |
| 619 | + font-size: 1em; | |
| 620 | + font-weight: bold; | |
| 621 | + line-height: 1.5; | |
| 622 | + padding: 2px 0.4em; | |
| 623 | + margin: 0.5em 0 0 0; | |
| 624 | + height: auto; | |
| 625 | + border: 0; | |
| 626 | +} | |
| 627 | +.ui-selectmenu-open { | |
| 628 | + display: block; | |
| 629 | +} | |
| 630 | +.ui-selectmenu-button { | |
| 631 | + display: inline-block; | |
| 632 | + overflow: hidden; | |
| 633 | + position: relative; | |
| 634 | + text-decoration: none; | |
| 635 | + cursor: pointer; | |
| 636 | +} | |
| 637 | +.ui-selectmenu-button span.ui-icon { | |
| 638 | + right: 0.5em; | |
| 639 | + left: auto; | |
| 640 | + margin-top: -8px; | |
| 641 | + position: absolute; | |
| 642 | + top: 50%; | |
| 643 | +} | |
| 644 | +.ui-selectmenu-button span.ui-selectmenu-text { | |
| 645 | + text-align: left; | |
| 646 | + padding: 0.4em 2.1em 0.4em 1em; | |
| 647 | + display: block; | |
| 648 | + line-height: 1.4; | |
| 649 | + overflow: hidden; | |
| 650 | + text-overflow: ellipsis; | |
| 651 | + white-space: nowrap; | |
| 652 | +} | |
| 653 | +.ui-slider { | |
| 654 | + position: relative; | |
| 655 | + text-align: left; | |
| 656 | +} | |
| 657 | +.ui-slider .ui-slider-handle { | |
| 658 | + position: absolute; | |
| 659 | + z-index: 2; | |
| 660 | + width: 1.2em; | |
| 661 | + height: 1.2em; | |
| 662 | + cursor: default; | |
| 663 | + -ms-touch-action: none; | |
| 664 | + touch-action: none; | |
| 665 | +} | |
| 666 | +.ui-slider .ui-slider-range { | |
| 667 | + position: absolute; | |
| 668 | + z-index: 1; | |
| 669 | + font-size: .7em; | |
| 670 | + display: block; | |
| 671 | + border: 0; | |
| 672 | + background-position: 0 0; | |
| 673 | +} | |
| 674 | + | |
| 675 | +/* support: IE8 - See #6727 */ | |
| 676 | +.ui-slider.ui-state-disabled .ui-slider-handle, | |
| 677 | +.ui-slider.ui-state-disabled .ui-slider-range { | |
| 678 | + filter: inherit; | |
| 679 | +} | |
| 680 | + | |
| 681 | +.ui-slider-horizontal { | |
| 682 | + height: .8em; | |
| 683 | +} | |
| 684 | +.ui-slider-horizontal .ui-slider-handle { | |
| 685 | + top: -.3em; | |
| 686 | + margin-left: -.6em; | |
| 687 | +} | |
| 688 | +.ui-slider-horizontal .ui-slider-range { | |
| 689 | + top: 0; | |
| 690 | + height: 100%; | |
| 691 | +} | |
| 692 | +.ui-slider-horizontal .ui-slider-range-min { | |
| 693 | + left: 0; | |
| 694 | +} | |
| 695 | +.ui-slider-horizontal .ui-slider-range-max { | |
| 696 | + right: 0; | |
| 697 | +} | |
| 698 | + | |
| 699 | +.ui-slider-vertical { | |
| 700 | + width: .8em; | |
| 701 | + height: 100px; | |
| 702 | +} | |
| 703 | +.ui-slider-vertical .ui-slider-handle { | |
| 704 | + left: -.3em; | |
| 705 | + margin-left: 0; | |
| 706 | + margin-bottom: -.6em; | |
| 707 | +} | |
| 708 | +.ui-slider-vertical .ui-slider-range { | |
| 709 | + left: 0; | |
| 710 | + width: 100%; | |
| 711 | +} | |
| 712 | +.ui-slider-vertical .ui-slider-range-min { | |
| 713 | + bottom: 0; | |
| 714 | +} | |
| 715 | +.ui-slider-vertical .ui-slider-range-max { | |
| 716 | + top: 0; | |
| 717 | +} | |
| 718 | +.ui-sortable-handle { | |
| 719 | + -ms-touch-action: none; | |
| 720 | + touch-action: none; | |
| 721 | +} | |
| 722 | +.ui-spinner { | |
| 723 | + position: relative; | |
| 724 | + display: inline-block; | |
| 725 | + overflow: hidden; | |
| 726 | + padding: 0; | |
| 727 | + vertical-align: middle; | |
| 728 | +} | |
| 729 | +.ui-spinner-input { | |
| 730 | + border: none; | |
| 731 | + background: none; | |
| 732 | + color: inherit; | |
| 733 | + padding: 0; | |
| 734 | + margin: .2em 0; | |
| 735 | + vertical-align: middle; | |
| 736 | + margin-left: .4em; | |
| 737 | + margin-right: 22px; | |
| 738 | +} | |
| 739 | +.ui-spinner-button { | |
| 740 | + width: 16px; | |
| 741 | + height: 50%; | |
| 742 | + font-size: .5em; | |
| 743 | + padding: 0; | |
| 744 | + margin: 0; | |
| 745 | + text-align: center; | |
| 746 | + position: absolute; | |
| 747 | + cursor: default; | |
| 748 | + display: block; | |
| 749 | + overflow: hidden; | |
| 750 | + right: 0; | |
| 751 | +} | |
| 752 | +/* more specificity required here to override default borders */ | |
| 753 | +.ui-spinner a.ui-spinner-button { | |
| 754 | + border-top: none; | |
| 755 | + border-bottom: none; | |
| 756 | + border-right: none; | |
| 757 | +} | |
| 758 | +/* vertically center icon */ | |
| 759 | +.ui-spinner .ui-icon { | |
| 760 | + position: absolute; | |
| 761 | + margin-top: -8px; | |
| 762 | + top: 50%; | |
| 763 | + left: 0; | |
| 764 | +} | |
| 765 | +.ui-spinner-up { | |
| 766 | + top: 0; | |
| 767 | +} | |
| 768 | +.ui-spinner-down { | |
| 769 | + bottom: 0; | |
| 770 | +} | |
| 771 | + | |
| 772 | +/* TR overrides */ | |
| 773 | +.ui-spinner .ui-icon-triangle-1-s { | |
| 774 | + /* need to fix icons sprite */ | |
| 775 | + background-position: -65px -16px; | |
| 776 | +} | |
| 777 | +.ui-tabs { | |
| 778 | + position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */ | |
| 779 | + padding: .2em; | |
| 780 | +} | |
| 781 | +.ui-tabs .ui-tabs-nav { | |
| 782 | + margin: 0; | |
| 783 | + padding: .2em .2em 0; | |
| 784 | +} | |
| 785 | +.ui-tabs .ui-tabs-nav li { | |
| 786 | + list-style: none; | |
| 787 | + float: left; | |
| 788 | + position: relative; | |
| 789 | + top: 0; | |
| 790 | + margin: 1px .2em 0 0; | |
| 791 | + border-bottom-width: 0; | |
| 792 | + padding: 0; | |
| 793 | + white-space: nowrap; | |
| 794 | +} | |
| 795 | +.ui-tabs .ui-tabs-nav .ui-tabs-anchor { | |
| 796 | + float: left; | |
| 797 | + padding: .5em 1em; | |
| 798 | + text-decoration: none; | |
| 799 | +} | |
| 800 | +.ui-tabs .ui-tabs-nav li.ui-tabs-active { | |
| 801 | + margin-bottom: -1px; | |
| 802 | + padding-bottom: 1px; | |
| 803 | +} | |
| 804 | +.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, | |
| 805 | +.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, | |
| 806 | +.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor { | |
| 807 | + cursor: text; | |
| 808 | +} | |
| 809 | +.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor { | |
| 810 | + cursor: pointer; | |
| 811 | +} | |
| 812 | +.ui-tabs .ui-tabs-panel { | |
| 813 | + display: block; | |
| 814 | + border-width: 0; | |
| 815 | + padding: 1em 1.4em; | |
| 816 | + background: none; | |
| 817 | +} | |
| 818 | +.ui-tooltip { | |
| 819 | + padding: 8px; | |
| 820 | + position: absolute; | |
| 821 | + z-index: 9999; | |
| 822 | + max-width: 300px; | |
| 823 | + -webkit-box-shadow: 0 0 5px #aaa; | |
| 824 | + box-shadow: 0 0 5px #aaa; | |
| 825 | +} | |
| 826 | +body .ui-tooltip { | |
| 827 | + border-width: 2px; | |
| 828 | +} | |
| 829 | + | |
| 830 | +/* Component containers | |
| 831 | +----------------------------------*/ | |
| 832 | +.ui-widget { | |
| 833 | + font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif; | |
| 834 | + font-size: 1.1em; | |
| 835 | +} | |
| 836 | +.ui-widget .ui-widget { | |
| 837 | + font-size: 1em; | |
| 838 | +} | |
| 839 | +.ui-widget input, | |
| 840 | +.ui-widget select, | |
| 841 | +.ui-widget textarea, | |
| 842 | +.ui-widget button { | |
| 843 | + font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif; | |
| 844 | + font-size: 1em; | |
| 845 | +} | |
| 846 | +.ui-widget-content { | |
| 847 | + border: 1px solid #dddddd; | |
| 848 | + background: #eeeeee url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x; | |
| 849 | + color: #333333; | |
| 850 | +} | |
| 851 | +.ui-widget-content a { | |
| 852 | + color: #333333; | |
| 853 | +} | |
| 854 | +.ui-widget-header { | |
| 855 | + border: 1px solid #e78f08; | |
| 856 | + background: #f6a828 url("images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x; | |
| 857 | + color: #ffffff; | |
| 858 | + font-weight: bold; | |
| 859 | +} | |
| 860 | +.ui-widget-header a { | |
| 861 | + color: #ffffff; | |
| 862 | +} | |
| 863 | + | |
| 864 | +/* Interaction states | |
| 865 | +----------------------------------*/ | |
| 866 | +.ui-state-default, | |
| 867 | +.ui-widget-content .ui-state-default, | |
| 868 | +.ui-widget-header .ui-state-default { | |
| 869 | + border: 1px solid #cccccc; | |
| 870 | + background: #f6f6f6 url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x; | |
| 871 | + font-weight: bold; | |
| 872 | + color: #1c94c4; | |
| 873 | +} | |
| 874 | +.ui-state-default a, | |
| 875 | +.ui-state-default a:link, | |
| 876 | +.ui-state-default a:visited { | |
| 877 | + color: #1c94c4; | |
| 878 | + text-decoration: none; | |
| 879 | +} | |
| 880 | +.ui-state-hover, | |
| 881 | +.ui-widget-content .ui-state-hover, | |
| 882 | +.ui-widget-header .ui-state-hover, | |
| 883 | +.ui-state-focus, | |
| 884 | +.ui-widget-content .ui-state-focus, | |
| 885 | +.ui-widget-header .ui-state-focus { | |
| 886 | + border: 1px solid #fbcb09; | |
| 887 | + background: #fdf5ce url("images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x; | |
| 888 | + font-weight: bold; | |
| 889 | + color: #c77405; | |
| 890 | +} | |
| 891 | +.ui-state-hover a, | |
| 892 | +.ui-state-hover a:hover, | |
| 893 | +.ui-state-hover a:link, | |
| 894 | +.ui-state-hover a:visited, | |
| 895 | +.ui-state-focus a, | |
| 896 | +.ui-state-focus a:hover, | |
| 897 | +.ui-state-focus a:link, | |
| 898 | +.ui-state-focus a:visited { | |
| 899 | + color: #c77405; | |
| 900 | + text-decoration: none; | |
| 901 | +} | |
| 902 | +.ui-state-active, | |
| 903 | +.ui-widget-content .ui-state-active, | |
| 904 | +.ui-widget-header .ui-state-active { | |
| 905 | + border: 1px solid #fbd850; | |
| 906 | + background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x; | |
| 907 | + font-weight: bold; | |
| 908 | + color: #eb8f00; | |
| 909 | +} | |
| 910 | +.ui-state-active a, | |
| 911 | +.ui-state-active a:link, | |
| 912 | +.ui-state-active a:visited { | |
| 913 | + color: #eb8f00; | |
| 914 | + text-decoration: none; | |
| 915 | +} | |
| 916 | + | |
| 917 | +/* Interaction Cues | |
| 918 | +----------------------------------*/ | |
| 919 | +.ui-state-highlight, | |
| 920 | +.ui-widget-content .ui-state-highlight, | |
| 921 | +.ui-widget-header .ui-state-highlight { | |
| 922 | + border: 1px solid #fed22f; | |
| 923 | + background: #ffe45c url("images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x; | |
| 924 | + color: #363636; | |
| 925 | +} | |
| 926 | +.ui-state-highlight a, | |
| 927 | +.ui-widget-content .ui-state-highlight a, | |
| 928 | +.ui-widget-header .ui-state-highlight a { | |
| 929 | + color: #363636; | |
| 930 | +} | |
| 931 | +.ui-state-error, | |
| 932 | +.ui-widget-content .ui-state-error, | |
| 933 | +.ui-widget-header .ui-state-error { | |
| 934 | + border: 1px solid #cd0a0a; | |
| 935 | + background: #b81900 url("images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat; | |
| 936 | + color: #ffffff; | |
| 937 | +} | |
| 938 | +.ui-state-error a, | |
| 939 | +.ui-widget-content .ui-state-error a, | |
| 940 | +.ui-widget-header .ui-state-error a { | |
| 941 | + color: #ffffff; | |
| 942 | +} | |
| 943 | +.ui-state-error-text, | |
| 944 | +.ui-widget-content .ui-state-error-text, | |
| 945 | +.ui-widget-header .ui-state-error-text { | |
| 946 | + color: #ffffff; | |
| 947 | +} | |
| 948 | +.ui-priority-primary, | |
| 949 | +.ui-widget-content .ui-priority-primary, | |
| 950 | +.ui-widget-header .ui-priority-primary { | |
| 951 | + font-weight: bold; | |
| 952 | +} | |
| 953 | +.ui-priority-secondary, | |
| 954 | +.ui-widget-content .ui-priority-secondary, | |
| 955 | +.ui-widget-header .ui-priority-secondary { | |
| 956 | + opacity: .7; | |
| 957 | + filter:Alpha(Opacity=70); /* support: IE8 */ | |
| 958 | + font-weight: normal; | |
| 959 | +} | |
| 960 | +.ui-state-disabled, | |
| 961 | +.ui-widget-content .ui-state-disabled, | |
| 962 | +.ui-widget-header .ui-state-disabled { | |
| 963 | + opacity: .35; | |
| 964 | + filter:Alpha(Opacity=35); /* support: IE8 */ | |
| 965 | + background-image: none; | |
| 966 | +} | |
| 967 | +.ui-state-disabled .ui-icon { | |
| 968 | + filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */ | |
| 969 | +} | |
| 970 | + | |
| 971 | +/* Icons | |
| 972 | +----------------------------------*/ | |
| 973 | + | |
| 974 | +/* states and images */ | |
| 975 | +.ui-icon { | |
| 976 | + width: 16px; | |
| 977 | + height: 16px; | |
| 978 | +} | |
| 979 | +.ui-icon, | |
| 980 | +.ui-widget-content .ui-icon { | |
| 981 | + background-image: url("images/ui-icons_222222_256x240.png"); | |
| 982 | +} | |
| 983 | +.ui-widget-header .ui-icon { | |
| 984 | + background-image: url("images/ui-icons_ffffff_256x240.png"); | |
| 985 | +} | |
| 986 | +.ui-state-default .ui-icon { | |
| 987 | + background-image: url("images/ui-icons_ef8c08_256x240.png"); | |
| 988 | +} | |
| 989 | +.ui-state-hover .ui-icon, | |
| 990 | +.ui-state-focus .ui-icon { | |
| 991 | + background-image: url("images/ui-icons_ef8c08_256x240.png"); | |
| 992 | +} | |
| 993 | +.ui-state-active .ui-icon { | |
| 994 | + background-image: url("images/ui-icons_ef8c08_256x240.png"); | |
| 995 | +} | |
| 996 | +.ui-state-highlight .ui-icon { | |
| 997 | + background-image: url("images/ui-icons_228ef1_256x240.png"); | |
| 998 | +} | |
| 999 | +.ui-state-error .ui-icon, | |
| 1000 | +.ui-state-error-text .ui-icon { | |
| 1001 | + background-image: url("images/ui-icons_ffd27a_256x240.png"); | |
| 1002 | +} | |
| 1003 | + | |
| 1004 | +/* positioning */ | |
| 1005 | +.ui-icon-blank { background-position: 16px 16px; } | |
| 1006 | +.ui-icon-carat-1-n { background-position: 0 0; } | |
| 1007 | +.ui-icon-carat-1-ne { background-position: -16px 0; } | |
| 1008 | +.ui-icon-carat-1-e { background-position: -32px 0; } | |
| 1009 | +.ui-icon-carat-1-se { background-position: -48px 0; } | |
| 1010 | +.ui-icon-carat-1-s { background-position: -64px 0; } | |
| 1011 | +.ui-icon-carat-1-sw { background-position: -80px 0; } | |
| 1012 | +.ui-icon-carat-1-w { background-position: -96px 0; } | |
| 1013 | +.ui-icon-carat-1-nw { background-position: -112px 0; } | |
| 1014 | +.ui-icon-carat-2-n-s { background-position: -128px 0; } | |
| 1015 | +.ui-icon-carat-2-e-w { background-position: -144px 0; } | |
| 1016 | +.ui-icon-triangle-1-n { background-position: 0 -16px; } | |
| 1017 | +.ui-icon-triangle-1-ne { background-position: -16px -16px; } | |
| 1018 | +.ui-icon-triangle-1-e { background-position: -32px -16px; } | |
| 1019 | +.ui-icon-triangle-1-se { background-position: -48px -16px; } | |
| 1020 | +.ui-icon-triangle-1-s { background-position: -64px -16px; } | |
| 1021 | +.ui-icon-triangle-1-sw { background-position: -80px -16px; } | |
| 1022 | +.ui-icon-triangle-1-w { background-position: -96px -16px; } | |
| 1023 | +.ui-icon-triangle-1-nw { background-position: -112px -16px; } | |
| 1024 | +.ui-icon-triangle-2-n-s { background-position: -128px -16px; } | |
| 1025 | +.ui-icon-triangle-2-e-w { background-position: -144px -16px; } | |
| 1026 | +.ui-icon-arrow-1-n { background-position: 0 -32px; } | |
| 1027 | +.ui-icon-arrow-1-ne { background-position: -16px -32px; } | |
| 1028 | +.ui-icon-arrow-1-e { background-position: -32px -32px; } | |
| 1029 | +.ui-icon-arrow-1-se { background-position: -48px -32px; } | |
| 1030 | +.ui-icon-arrow-1-s { background-position: -64px -32px; } | |
| 1031 | +.ui-icon-arrow-1-sw { background-position: -80px -32px; } | |
| 1032 | +.ui-icon-arrow-1-w { background-position: -96px -32px; } | |
| 1033 | +.ui-icon-arrow-1-nw { background-position: -112px -32px; } | |
| 1034 | +.ui-icon-arrow-2-n-s { background-position: -128px -32px; } | |
| 1035 | +.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; } | |
| 1036 | +.ui-icon-arrow-2-e-w { background-position: -160px -32px; } | |
| 1037 | +.ui-icon-arrow-2-se-nw { background-position: -176px -32px; } | |
| 1038 | +.ui-icon-arrowstop-1-n { background-position: -192px -32px; } | |
| 1039 | +.ui-icon-arrowstop-1-e { background-position: -208px -32px; } | |
| 1040 | +.ui-icon-arrowstop-1-s { background-position: -224px -32px; } | |
| 1041 | +.ui-icon-arrowstop-1-w { background-position: -240px -32px; } | |
| 1042 | +.ui-icon-arrowthick-1-n { background-position: 0 -48px; } | |
| 1043 | +.ui-icon-arrowthick-1-ne { background-position: -16px -48px; } | |
| 1044 | +.ui-icon-arrowthick-1-e { background-position: -32px -48px; } | |
| 1045 | +.ui-icon-arrowthick-1-se { background-position: -48px -48px; } | |
| 1046 | +.ui-icon-arrowthick-1-s { background-position: -64px -48px; } | |
| 1047 | +.ui-icon-arrowthick-1-sw { background-position: -80px -48px; } | |
| 1048 | +.ui-icon-arrowthick-1-w { background-position: -96px -48px; } | |
| 1049 | +.ui-icon-arrowthick-1-nw { background-position: -112px -48px; } | |
| 1050 | +.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; } | |
| 1051 | +.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; } | |
| 1052 | +.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; } | |
| 1053 | +.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; } | |
| 1054 | +.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; } | |
| 1055 | +.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; } | |
| 1056 | +.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; } | |
| 1057 | +.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; } | |
| 1058 | +.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; } | |
| 1059 | +.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; } | |
| 1060 | +.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; } | |
| 1061 | +.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; } | |
| 1062 | +.ui-icon-arrowreturn-1-w { background-position: -64px -64px; } | |
| 1063 | +.ui-icon-arrowreturn-1-n { background-position: -80px -64px; } | |
| 1064 | +.ui-icon-arrowreturn-1-e { background-position: -96px -64px; } | |
| 1065 | +.ui-icon-arrowreturn-1-s { background-position: -112px -64px; } | |
| 1066 | +.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; } | |
| 1067 | +.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; } | |
| 1068 | +.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; } | |
| 1069 | +.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; } | |
| 1070 | +.ui-icon-arrow-4 { background-position: 0 -80px; } | |
| 1071 | +.ui-icon-arrow-4-diag { background-position: -16px -80px; } | |
| 1072 | +.ui-icon-extlink { background-position: -32px -80px; } | |
| 1073 | +.ui-icon-newwin { background-position: -48px -80px; } | |
| 1074 | +.ui-icon-refresh { background-position: -64px -80px; } | |
| 1075 | +.ui-icon-shuffle { background-position: -80px -80px; } | |
| 1076 | +.ui-icon-transfer-e-w { background-position: -96px -80px; } | |
| 1077 | +.ui-icon-transferthick-e-w { background-position: -112px -80px; } | |
| 1078 | +.ui-icon-folder-collapsed { background-position: 0 -96px; } | |
| 1079 | +.ui-icon-folder-open { background-position: -16px -96px; } | |
| 1080 | +.ui-icon-document { background-position: -32px -96px; } | |
| 1081 | +.ui-icon-document-b { background-position: -48px -96px; } | |
| 1082 | +.ui-icon-note { background-position: -64px -96px; } | |
| 1083 | +.ui-icon-mail-closed { background-position: -80px -96px; } | |
| 1084 | +.ui-icon-mail-open { background-position: -96px -96px; } | |
| 1085 | +.ui-icon-suitcase { background-position: -112px -96px; } | |
| 1086 | +.ui-icon-comment { background-position: -128px -96px; } | |
| 1087 | +.ui-icon-person { background-position: -144px -96px; } | |
| 1088 | +.ui-icon-print { background-position: -160px -96px; } | |
| 1089 | +.ui-icon-trash { background-position: -176px -96px; } | |
| 1090 | +.ui-icon-locked { background-position: -192px -96px; } | |
| 1091 | +.ui-icon-unlocked { background-position: -208px -96px; } | |
| 1092 | +.ui-icon-bookmark { background-position: -224px -96px; } | |
| 1093 | +.ui-icon-tag { background-position: -240px -96px; } | |
| 1094 | +.ui-icon-home { background-position: 0 -112px; } | |
| 1095 | +.ui-icon-flag { background-position: -16px -112px; } | |
| 1096 | +.ui-icon-calendar { background-position: -32px -112px; } | |
| 1097 | +.ui-icon-cart { background-position: -48px -112px; } | |
| 1098 | +.ui-icon-pencil { background-position: -64px -112px; } | |
| 1099 | +.ui-icon-clock { background-position: -80px -112px; } | |
| 1100 | +.ui-icon-disk { background-position: -96px -112px; } | |
| 1101 | +.ui-icon-calculator { background-position: -112px -112px; } | |
| 1102 | +.ui-icon-zoomin { background-position: -128px -112px; } | |
| 1103 | +.ui-icon-zoomout { background-position: -144px -112px; } | |
| 1104 | +.ui-icon-search { background-position: -160px -112px; } | |
| 1105 | +.ui-icon-wrench { background-position: -176px -112px; } | |
| 1106 | +.ui-icon-gear { background-position: -192px -112px; } | |
| 1107 | +.ui-icon-heart { background-position: -208px -112px; } | |
| 1108 | +.ui-icon-star { background-position: -224px -112px; } | |
| 1109 | +.ui-icon-link { background-position: -240px -112px; } | |
| 1110 | +.ui-icon-cancel { background-position: 0 -128px; } | |
| 1111 | +.ui-icon-plus { background-position: -16px -128px; } | |
| 1112 | +.ui-icon-plusthick { background-position: -32px -128px; } | |
| 1113 | +.ui-icon-minus { background-position: -48px -128px; } | |
| 1114 | +.ui-icon-minusthick { background-position: -64px -128px; } | |
| 1115 | +.ui-icon-close { background-position: -80px -128px; } | |
| 1116 | +.ui-icon-closethick { background-position: -96px -128px; } | |
| 1117 | +.ui-icon-key { background-position: -112px -128px; } | |
| 1118 | +.ui-icon-lightbulb { background-position: -128px -128px; } | |
| 1119 | +.ui-icon-scissors { background-position: -144px -128px; } | |
| 1120 | +.ui-icon-clipboard { background-position: -160px -128px; } | |
| 1121 | +.ui-icon-copy { background-position: -176px -128px; } | |
| 1122 | +.ui-icon-contact { background-position: -192px -128px; } | |
| 1123 | +.ui-icon-image { background-position: -208px -128px; } | |
| 1124 | +.ui-icon-video { background-position: -224px -128px; } | |
| 1125 | +.ui-icon-script { background-position: -240px -128px; } | |
| 1126 | +.ui-icon-alert { background-position: 0 -144px; } | |
| 1127 | +.ui-icon-info { background-position: -16px -144px; } | |
| 1128 | +.ui-icon-notice { background-position: -32px -144px; } | |
| 1129 | +.ui-icon-help { background-position: -48px -144px; } | |
| 1130 | +.ui-icon-check { background-position: -64px -144px; } | |
| 1131 | +.ui-icon-bullet { background-position: -80px -144px; } | |
| 1132 | +.ui-icon-radio-on { background-position: -96px -144px; } | |
| 1133 | +.ui-icon-radio-off { background-position: -112px -144px; } | |
| 1134 | +.ui-icon-pin-w { background-position: -128px -144px; } | |
| 1135 | +.ui-icon-pin-s { background-position: -144px -144px; } | |
| 1136 | +.ui-icon-play { background-position: 0 -160px; } | |
| 1137 | +.ui-icon-pause { background-position: -16px -160px; } | |
| 1138 | +.ui-icon-seek-next { background-position: -32px -160px; } | |
| 1139 | +.ui-icon-seek-prev { background-position: -48px -160px; } | |
| 1140 | +.ui-icon-seek-end { background-position: -64px -160px; } | |
| 1141 | +.ui-icon-seek-start { background-position: -80px -160px; } | |
| 1142 | +/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */ | |
| 1143 | +.ui-icon-seek-first { background-position: -80px -160px; } | |
| 1144 | +.ui-icon-stop { background-position: -96px -160px; } | |
| 1145 | +.ui-icon-eject { background-position: -112px -160px; } | |
| 1146 | +.ui-icon-volume-off { background-position: -128px -160px; } | |
| 1147 | +.ui-icon-volume-on { background-position: -144px -160px; } | |
| 1148 | +.ui-icon-power { background-position: 0 -176px; } | |
| 1149 | +.ui-icon-signal-diag { background-position: -16px -176px; } | |
| 1150 | +.ui-icon-signal { background-position: -32px -176px; } | |
| 1151 | +.ui-icon-battery-0 { background-position: -48px -176px; } | |
| 1152 | +.ui-icon-battery-1 { background-position: -64px -176px; } | |
| 1153 | +.ui-icon-battery-2 { background-position: -80px -176px; } | |
| 1154 | +.ui-icon-battery-3 { background-position: -96px -176px; } | |
| 1155 | +.ui-icon-circle-plus { background-position: 0 -192px; } | |
| 1156 | +.ui-icon-circle-minus { background-position: -16px -192px; } | |
| 1157 | +.ui-icon-circle-close { background-position: -32px -192px; } | |
| 1158 | +.ui-icon-circle-triangle-e { background-position: -48px -192px; } | |
| 1159 | +.ui-icon-circle-triangle-s { background-position: -64px -192px; } | |
| 1160 | +.ui-icon-circle-triangle-w { background-position: -80px -192px; } | |
| 1161 | +.ui-icon-circle-triangle-n { background-position: -96px -192px; } | |
| 1162 | +.ui-icon-circle-arrow-e { background-position: -112px -192px; } | |
| 1163 | +.ui-icon-circle-arrow-s { background-position: -128px -192px; } | |
| 1164 | +.ui-icon-circle-arrow-w { background-position: -144px -192px; } | |
| 1165 | +.ui-icon-circle-arrow-n { background-position: -160px -192px; } | |
| 1166 | +.ui-icon-circle-zoomin { background-position: -176px -192px; } | |
| 1167 | +.ui-icon-circle-zoomout { background-position: -192px -192px; } | |
| 1168 | +.ui-icon-circle-check { background-position: -208px -192px; } | |
| 1169 | +.ui-icon-circlesmall-plus { background-position: 0 -208px; } | |
| 1170 | +.ui-icon-circlesmall-minus { background-position: -16px -208px; } | |
| 1171 | +.ui-icon-circlesmall-close { background-position: -32px -208px; } | |
| 1172 | +.ui-icon-squaresmall-plus { background-position: -48px -208px; } | |
| 1173 | +.ui-icon-squaresmall-minus { background-position: -64px -208px; } | |
| 1174 | +.ui-icon-squaresmall-close { background-position: -80px -208px; } | |
| 1175 | +.ui-icon-grip-dotted-vertical { background-position: 0 -224px; } | |
| 1176 | +.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; } | |
| 1177 | +.ui-icon-grip-solid-vertical { background-position: -32px -224px; } | |
| 1178 | +.ui-icon-grip-solid-horizontal { background-position: -48px -224px; } | |
| 1179 | +.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; } | |
| 1180 | +.ui-icon-grip-diagonal-se { background-position: -80px -224px; } | |
| 1181 | + | |
| 1182 | + | |
| 1183 | +/* Misc visuals | |
| 1184 | +----------------------------------*/ | |
| 1185 | + | |
| 1186 | +/* Corner radius */ | |
| 1187 | +.ui-corner-all, | |
| 1188 | +.ui-corner-top, | |
| 1189 | +.ui-corner-left, | |
| 1190 | +.ui-corner-tl { | |
| 1191 | + border-top-left-radius: 4px; | |
| 1192 | +} | |
| 1193 | +.ui-corner-all, | |
| 1194 | +.ui-corner-top, | |
| 1195 | +.ui-corner-right, | |
| 1196 | +.ui-corner-tr { | |
| 1197 | + border-top-right-radius: 4px; | |
| 1198 | +} | |
| 1199 | +.ui-corner-all, | |
| 1200 | +.ui-corner-bottom, | |
| 1201 | +.ui-corner-left, | |
| 1202 | +.ui-corner-bl { | |
| 1203 | + border-bottom-left-radius: 4px; | |
| 1204 | +} | |
| 1205 | +.ui-corner-all, | |
| 1206 | +.ui-corner-bottom, | |
| 1207 | +.ui-corner-right, | |
| 1208 | +.ui-corner-br { | |
| 1209 | + border-bottom-right-radius: 4px; | |
| 1210 | +} | |
| 1211 | + | |
| 1212 | +/* Overlays */ | |
| 1213 | +.ui-widget-overlay { | |
| 1214 | + background: #666666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat; | |
| 1215 | + opacity: .5; | |
| 1216 | + filter: Alpha(Opacity=50); /* support: IE8 */ | |
| 1217 | +} | |
| 1218 | +.ui-widget-shadow { | |
| 1219 | + margin: -5px 0 0 -5px; | |
| 1220 | + padding: 5px; | |
| 1221 | + background: #000000 url("images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x; | |
| 1222 | + opacity: .2; | |
| 1223 | + filter: Alpha(Opacity=20); /* support: IE8 */ | |
| 1224 | + border-radius: 5px; | |
| 1225 | +} | |