| 1 |
/*! jQuery UI - v1.11.4 - 2015-12-05 |
| 2 |
* http://jqueryui.com |
| 3 |
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.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 jQuery Foundation and other contributors; Licensed MIT */ |
| 6 |
|
| 7 |
/* Layout helpers |
| 8 |
----------------------------------*/ |
| 9 |
.ui-helper-hidden { |
| 10 |
display: none; |
| 11 |
} |
| 12 |
|
| 13 |
.ui-helper-hidden-accessible { |
| 14 |
border: 0; |
| 15 |
clip: rect(0 0 0 0); |
| 16 |
height: 1px; |
| 17 |
margin: -1px; |
| 18 |
overflow: hidden; |
| 19 |
padding: 0; |
| 20 |
position: absolute; |
| 21 |
width: 1px; |
| 22 |
} |
| 23 |
|
| 24 |
.ui-helper-reset { |
| 25 |
margin: 0; |
| 26 |
padding: 0; |
| 27 |
border: 0; |
| 28 |
outline: 0; |
| 29 |
line-height: 1.3; |
| 30 |
text-decoration: none; |
| 31 |
font-size: 100%; |
| 32 |
list-style: none; |
| 33 |
} |
| 34 |
|
| 35 |
.ui-helper-clearfix:before, |
| 36 |
.ui-helper-clearfix:after { |
| 37 |
content: ""; |
| 38 |
display: table; |
| 39 |
border-collapse: collapse; |
| 40 |
} |
| 41 |
|
| 42 |
.ui-helper-clearfix:after { |
| 43 |
clear: both; |
| 44 |
} |
| 45 |
|
| 46 |
.ui-helper-clearfix { |
| 47 |
min-height: 0; /* support: IE7 */ |
| 48 |
} |
| 49 |
|
| 50 |
.ui-helper-zfix { |
| 51 |
width: 100%; |
| 52 |
height: 100%; |
| 53 |
top: 0; |
| 54 |
left: 0; |
| 55 |
position: absolute; |
| 56 |
opacity: 0; |
| 57 |
filter: alpha(opacity=0); /* support: IE8 */ |
| 58 |
} |
| 59 |
|
| 60 |
.ui-front { |
| 61 |
z-index: 100; |
| 62 |
} |
| 63 |
|
| 64 |
/* Interaction Cues |
| 65 |
----------------------------------*/ |
| 66 |
.ui-state-disabled { |
| 67 |
cursor: default !important; |
| 68 |
} |
| 69 |
|
| 70 |
/* Icons |
| 71 |
----------------------------------*/ |
| 72 |
|
| 73 |
/* states and images */ |
| 74 |
.ui-icon { |
| 75 |
display: block; |
| 76 |
text-indent: -99999px; |
| 77 |
overflow: hidden; |
| 78 |
background-repeat: no-repeat; |
| 79 |
} |
| 80 |
|
| 81 |
/* Misc visuals |
| 82 |
----------------------------------*/ |
| 83 |
|
| 84 |
/* Overlays */ |
| 85 |
.ui-widget-overlay { |
| 86 |
position: fixed; |
| 87 |
top: 0; |
| 88 |
left: 0; |
| 89 |
width: 100%; |
| 90 |
height: 100%; |
| 91 |
} |
| 92 |
|
| 93 |
.ui-draggable-handle { |
| 94 |
-ms-touch-action: none; |
| 95 |
touch-action: none; |
| 96 |
} |
| 97 |
|
| 98 |
.ui-resizable { |
| 99 |
position: relative; |
| 100 |
} |
| 101 |
|
| 102 |
.ui-resizable-handle { |
| 103 |
position: absolute; |
| 104 |
font-size: 0.1px; |
| 105 |
display: block; |
| 106 |
-ms-touch-action: none; |
| 107 |
touch-action: none; |
| 108 |
} |
| 109 |
|
| 110 |
.ui-resizable-disabled .ui-resizable-handle, |
| 111 |
.ui-resizable-autohide .ui-resizable-handle { |
| 112 |
display: none; |
| 113 |
} |
| 114 |
|
| 115 |
.ui-resizable-n { |
| 116 |
cursor: n-resize; |
| 117 |
height: 7px; |
| 118 |
width: 100%; |
| 119 |
top: -5px; |
| 120 |
left: 0; |
| 121 |
} |
| 122 |
|
| 123 |
.ui-resizable-s { |
| 124 |
cursor: s-resize; |
| 125 |
height: 7px; |
| 126 |
width: 100%; |
| 127 |
bottom: -5px; |
| 128 |
left: 0; |
| 129 |
} |
| 130 |
|
| 131 |
.ui-resizable-e { |
| 132 |
cursor: e-resize; |
| 133 |
width: 7px; |
| 134 |
right: -5px; |
| 135 |
top: 0; |
| 136 |
height: 100%; |
| 137 |
} |
| 138 |
|
| 139 |
.ui-resizable-w { |
| 140 |
cursor: w-resize; |
| 141 |
width: 7px; |
| 142 |
left: -5px; |
| 143 |
top: 0; |
| 144 |
height: 100%; |
| 145 |
} |
| 146 |
|
| 147 |
.ui-resizable-se { |
| 148 |
cursor: se-resize; |
| 149 |
width: 12px; |
| 150 |
height: 12px; |
| 151 |
right: 1px; |
| 152 |
bottom: 1px; |
| 153 |
} |
| 154 |
|
| 155 |
.ui-resizable-sw { |
| 156 |
cursor: sw-resize; |
| 157 |
width: 9px; |
| 158 |
height: 9px; |
| 159 |
left: -5px; |
| 160 |
bottom: -5px; |
| 161 |
} |
| 162 |
|
| 163 |
.ui-resizable-nw { |
| 164 |
cursor: nw-resize; |
| 165 |
width: 9px; |
| 166 |
height: 9px; |
| 167 |
left: -5px; |
| 168 |
top: -5px; |
| 169 |
} |
| 170 |
|
| 171 |
.ui-resizable-ne { |
| 172 |
cursor: ne-resize; |
| 173 |
width: 9px; |
| 174 |
height: 9px; |
| 175 |
right: -5px; |
| 176 |
top: -5px; |
| 177 |
} |
| 178 |
|
| 179 |
.ui-selectable { |
| 180 |
-ms-touch-action: none; |
| 181 |
touch-action: none; |
| 182 |
} |
| 183 |
|
| 184 |
.ui-selectable-helper { |
| 185 |
position: absolute; |
| 186 |
z-index: 100; |
| 187 |
border: 1px dotted black; |
| 188 |
} |
| 189 |
|
| 190 |
.ui-sortable-handle { |
| 191 |
-ms-touch-action: none; |
| 192 |
touch-action: none; |
| 193 |
} |
| 194 |
|
| 195 |
.ui-accordion .ui-accordion-header { |
| 196 |
display: block; |
| 197 |
cursor: pointer; |
| 198 |
position: relative; |
| 199 |
margin: 2px 0 0 0; |
| 200 |
padding: .5em .5em .5em .7em; |
| 201 |
min-height: 0; /* support: IE7 */ |
| 202 |
font-size: 100%; |
| 203 |
} |
| 204 |
|
| 205 |
.ui-accordion .ui-accordion-icons { |
| 206 |
padding-left: 2.2em; |
| 207 |
} |
| 208 |
|
| 209 |
.ui-accordion .ui-accordion-icons .ui-accordion-icons { |
| 210 |
padding-left: 2.2em; |
| 211 |
} |
| 212 |
|
| 213 |
.ui-accordion .ui-accordion-header .ui-accordion-header-icon { |
| 214 |
position: absolute; |
| 215 |
left: .5em; |
| 216 |
top: 50%; |
| 217 |
margin-top: -8px; |
| 218 |
} |
| 219 |
|
| 220 |
.ui-accordion .ui-accordion-content { |
| 221 |
padding: 1em 2.2em; |
| 222 |
border-top: 0; |
| 223 |
overflow: auto; |
| 224 |
} |
| 225 |
|
| 226 |
.ui-autocomplete { |
| 227 |
position: absolute; |
| 228 |
top: 0; |
| 229 |
left: 0; |
| 230 |
cursor: default; |
| 231 |
} |
| 232 |
|
| 233 |
.ui-button { |
| 234 |
display: inline-block; |
| 235 |
position: relative; |
| 236 |
padding: 0; |
| 237 |
line-height: normal; |
| 238 |
margin-right: .1em; |
| 239 |
cursor: pointer; |
| 240 |
vertical-align: middle; |
| 241 |
text-align: center; |
| 242 |
overflow: visible; /* removes extra width in IE */ |
| 243 |
} |
| 244 |
|
| 245 |
.ui-button, |
| 246 |
.ui-button:link, |
| 247 |
.ui-button:visited, |
| 248 |
.ui-button:hover, |
| 249 |
.ui-button:active { |
| 250 |
text-decoration: none; |
| 251 |
} |
| 252 |
|
| 253 |
/* to make room for the icon, a width needs to be set here */ |
| 254 |
.ui-button-icon-only { |
| 255 |
width: 2.2em; |
| 256 |
} |
| 257 |
|
| 258 |
/* button elements seem to need a little more width */ |
| 259 |
button.ui-button-icon-only { |
| 260 |
width: 2.4em; |
| 261 |
} |
| 262 |
|
| 263 |
.ui-button-icons-only { |
| 264 |
width: 3.4em; |
| 265 |
} |
| 266 |
|
| 267 |
button.ui-button-icons-only { |
| 268 |
width: 3.7em; |
| 269 |
} |
| 270 |
|
| 271 |
/* button text element */ |
| 272 |
.ui-button .ui-button-text { |
| 273 |
display: block; |
| 274 |
line-height: normal; |
| 275 |
} |
| 276 |
|
| 277 |
.ui-button-text-only .ui-button-text { |
| 278 |
padding: .4em 1em; |
| 279 |
} |
| 280 |
|
| 281 |
.ui-button-icon-only .ui-button-text, |
| 282 |
.ui-button-icons-only .ui-button-text { |
| 283 |
padding: .4em; |
| 284 |
text-indent: -9999999px; |
| 285 |
} |
| 286 |
|
| 287 |
.ui-button-text-icon-primary .ui-button-text, |
| 288 |
.ui-button-text-icons .ui-button-text { |
| 289 |
padding: .4em 1em .4em 2.1em; |
| 290 |
} |
| 291 |
|
| 292 |
.ui-button-text-icon-secondary .ui-button-text, |
| 293 |
.ui-button-text-icons .ui-button-text { |
| 294 |
padding: .4em 2.1em .4em 1em; |
| 295 |
} |
| 296 |
|
| 297 |
.ui-button-text-icons .ui-button-text { |
| 298 |
padding-left: 2.1em; |
| 299 |
padding-right: 2.1em; |
| 300 |
} |
| 301 |
|
| 302 |
/* no icon support for input elements, provide padding by default */ |
| 303 |
input.ui-button { |
| 304 |
padding: .4em 1em; |
| 305 |
} |
| 306 |
|
| 307 |
/* button icon element(s) */ |
| 308 |
.ui-button-icon-only .ui-icon, |
| 309 |
.ui-button-text-icon-primary .ui-icon, |
| 310 |
.ui-button-text-icon-secondary .ui-icon, |
| 311 |
.ui-button-text-icons .ui-icon, |
| 312 |
.ui-button-icons-only .ui-icon { |
| 313 |
position: absolute; |
| 314 |
top: 50%; |
| 315 |
margin-top: -8px; |
| 316 |
} |
| 317 |
|
| 318 |
.ui-button-icon-only .ui-icon { |
| 319 |
left: 50%; |
| 320 |
margin-left: -8px; |
| 321 |
} |
| 322 |
|
| 323 |
.ui-button-text-icon-primary .ui-button-icon-primary, |
| 324 |
.ui-button-text-icons .ui-button-icon-primary, |
| 325 |
.ui-button-icons-only .ui-button-icon-primary { |
| 326 |
left: .5em; |
| 327 |
} |
| 328 |
|
| 329 |
.ui-button-text-icon-secondary .ui-button-icon-secondary, |
| 330 |
.ui-button-text-icons .ui-button-icon-secondary, |
| 331 |
.ui-button-icons-only .ui-button-icon-secondary { |
| 332 |
right: .5em; |
| 333 |
} |
| 334 |
|
| 335 |
/* button sets */ |
| 336 |
.ui-buttonset { |
| 337 |
margin-right: 7px; |
| 338 |
} |
| 339 |
|
| 340 |
.ui-buttonset .ui-button { |
| 341 |
margin-left: 0; |
| 342 |
margin-right: -.3em; |
| 343 |
} |
| 344 |
|
| 345 |
/* workarounds */ |
| 346 |
/* reset extra padding in Firefox, see h5bp.com/l */ |
| 347 |
input.ui-button::-moz-focus-inner, |
| 348 |
button.ui-button::-moz-focus-inner { |
| 349 |
border: 0; |
| 350 |
padding: 0; |
| 351 |
} |
| 352 |
|
| 353 |
.ui-datepicker { |
| 354 |
width: 17em; |
| 355 |
padding: .2em .2em 0; |
| 356 |
display: none; |
| 357 |
} |
| 358 |
|
| 359 |
.ui-datepicker .ui-datepicker-header { |
| 360 |
position: relative; |
| 361 |
padding: .2em 0; |
| 362 |
} |
| 363 |
|
| 364 |
.ui-datepicker .ui-datepicker-prev, |
| 365 |
.ui-datepicker .ui-datepicker-next { |
| 366 |
position: absolute; |
| 367 |
top: 2px; |
| 368 |
width: 1.8em; |
| 369 |
height: 1.8em; |
| 370 |
} |
| 371 |
|
| 372 |
.ui-datepicker .ui-datepicker-prev-hover, |
| 373 |
.ui-datepicker .ui-datepicker-next-hover { |
| 374 |
top: 1px; |
| 375 |
} |
| 376 |
|
| 377 |
.ui-datepicker .ui-datepicker-prev { |
| 378 |
left: 2px; |
| 379 |
} |
| 380 |
|
| 381 |
.ui-datepicker .ui-datepicker-next { |
| 382 |
right: 2px; |
| 383 |
} |
| 384 |
|
| 385 |
.ui-datepicker .ui-datepicker-prev-hover { |
| 386 |
left: 1px; |
| 387 |
} |
| 388 |
|
| 389 |
.ui-datepicker .ui-datepicker-next-hover { |
| 390 |
right: 1px; |
| 391 |
} |
| 392 |
|
| 393 |
.ui-datepicker .ui-datepicker-prev span, |
| 394 |
.ui-datepicker .ui-datepicker-next span { |
| 395 |
display: block; |
| 396 |
position: absolute; |
| 397 |
left: 50%; |
| 398 |
margin-left: -8px; |
| 399 |
top: 50%; |
| 400 |
margin-top: -8px; |
| 401 |
} |
| 402 |
|
| 403 |
.ui-datepicker .ui-datepicker-title { |
| 404 |
margin: 0 2.3em; |
| 405 |
line-height: 1.8em; |
| 406 |
text-align: center; |
| 407 |
} |
| 408 |
|
| 409 |
.ui-datepicker .ui-datepicker-title select { |
| 410 |
font-size: 1em; |
| 411 |
margin: 1px 0; |
| 412 |
} |
| 413 |
|
| 414 |
.ui-datepicker select.ui-datepicker-month, |
| 415 |
.ui-datepicker select.ui-datepicker-year { |
| 416 |
width: 45%; |
| 417 |
} |
| 418 |
|
| 419 |
.ui-datepicker table { |
| 420 |
width: 100%; |
| 421 |
font-size: .9em; |
| 422 |
border-collapse: collapse; |
| 423 |
margin: 0 0 .4em; |
| 424 |
} |
| 425 |
|
| 426 |
.ui-datepicker th { |
| 427 |
padding: .7em .3em; |
| 428 |
text-align: center; |
| 429 |
font-weight: bold; |
| 430 |
border: 0; |
| 431 |
} |
| 432 |
|
| 433 |
.ui-datepicker td { |
| 434 |
border: 0; |
| 435 |
padding: 1px; |
| 436 |
} |
| 437 |
|
| 438 |
.ui-datepicker td span, |
| 439 |
.ui-datepicker td a { |
| 440 |
display: block; |
| 441 |
padding: .2em; |
| 442 |
text-align: right; |
| 443 |
text-decoration: none; |
| 444 |
} |
| 445 |
|
| 446 |
.ui-datepicker .ui-datepicker-buttonpane { |
| 447 |
background-image: none; |
| 448 |
margin: .7em 0 0 0; |
| 449 |
padding: 0 .2em; |
| 450 |
border-left: 0; |
| 451 |
border-right: 0; |
| 452 |
border-bottom: 0; |
| 453 |
} |
| 454 |
|
| 455 |
.ui-datepicker .ui-datepicker-buttonpane button { |
| 456 |
float: right; |
| 457 |
margin: .5em .2em .4em; |
| 458 |
cursor: pointer; |
| 459 |
padding: .2em .6em .3em .6em; |
| 460 |
width: auto; |
| 461 |
overflow: visible; |
| 462 |
} |
| 463 |
|
| 464 |
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { |
| 465 |
float: left; |
| 466 |
} |
| 467 |
|
| 468 |
/* with multiple calendars */ |
| 469 |
.ui-datepicker.ui-datepicker-multi { |
| 470 |
width: auto; |
| 471 |
} |
| 472 |
|
| 473 |
.ui-datepicker-multi .ui-datepicker-group { |
| 474 |
float: left; |
| 475 |
} |
| 476 |
|
| 477 |
.ui-datepicker-multi .ui-datepicker-group table { |
| 478 |
width: 95%; |
| 479 |
margin: 0 auto .4em; |
| 480 |
} |
| 481 |
|
| 482 |
.ui-datepicker-multi-2 .ui-datepicker-group { |
| 483 |
width: 50%; |
| 484 |
} |
| 485 |
|
| 486 |
.ui-datepicker-multi-3 .ui-datepicker-group { |
| 487 |
width: 33.3%; |
| 488 |
} |
| 489 |
|
| 490 |
.ui-datepicker-multi-4 .ui-datepicker-group { |
| 491 |
width: 25%; |
| 492 |
} |
| 493 |
|
| 494 |
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, |
| 495 |
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { |
| 496 |
border-left-width: 0; |
| 497 |
} |
| 498 |
|
| 499 |
.ui-datepicker-multi .ui-datepicker-buttonpane { |
| 500 |
clear: left; |
| 501 |
} |
| 502 |
|
| 503 |
.ui-datepicker-row-break { |
| 504 |
clear: both; |
| 505 |
width: 100%; |
| 506 |
font-size: 0; |
| 507 |
} |
| 508 |
|
| 509 |
/* RTL support */ |
| 510 |
.ui-datepicker-rtl { |
| 511 |
direction: rtl; |
| 512 |
} |
| 513 |
|
| 514 |
.ui-datepicker-rtl .ui-datepicker-prev { |
| 515 |
right: 2px; |
| 516 |
left: auto; |
| 517 |
} |
| 518 |
|
| 519 |
.ui-datepicker-rtl .ui-datepicker-next { |
| 520 |
left: 2px; |
| 521 |
right: auto; |
| 522 |
} |
| 523 |
|
| 524 |
.ui-datepicker-rtl .ui-datepicker-prev:hover { |
| 525 |
right: 1px; |
| 526 |
left: auto; |
| 527 |
} |
| 528 |
|
| 529 |
.ui-datepicker-rtl .ui-datepicker-next:hover { |
| 530 |
left: 1px; |
| 531 |
right: auto; |
| 532 |
} |
| 533 |
|
| 534 |
.ui-datepicker-rtl .ui-datepicker-buttonpane { |
| 535 |
clear: right; |
| 536 |
} |
| 537 |
|
| 538 |
.ui-datepicker-rtl .ui-datepicker-buttonpane button { |
| 539 |
float: left; |
| 540 |
} |
| 541 |
|
| 542 |
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, |
| 543 |
.ui-datepicker-rtl .ui-datepicker-group { |
| 544 |
float: right; |
| 545 |
} |
| 546 |
|
| 547 |
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, |
| 548 |
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { |
| 549 |
border-right-width: 0; |
| 550 |
border-left-width: 1px; |
| 551 |
} |
| 552 |
|
| 553 |
.ui-dialog { |
| 554 |
overflow: hidden; |
| 555 |
position: absolute; |
| 556 |
top: 0; |
| 557 |
left: 0; |
| 558 |
padding: .2em; |
| 559 |
outline: 0; |
| 560 |
} |
| 561 |
|
| 562 |
.ui-dialog .ui-dialog-titlebar { |
| 563 |
padding: .4em 1em; |
| 564 |
position: relative; |
| 565 |
} |
| 566 |
|
| 567 |
.ui-dialog .ui-dialog-title { |
| 568 |
float: left; |
| 569 |
margin: .1em 0; |
| 570 |
white-space: nowrap; |
| 571 |
width: 90%; |
| 572 |
overflow: hidden; |
| 573 |
text-overflow: ellipsis; |
| 574 |
} |
| 575 |
|
| 576 |
.ui-dialog .ui-dialog-titlebar-close { |
| 577 |
position: absolute; |
| 578 |
right: .3em; |
| 579 |
top: 50%; |
| 580 |
width: 20px; |
| 581 |
margin: -10px 0 0 0; |
| 582 |
padding: 1px; |
| 583 |
height: 20px; |
| 584 |
} |
| 585 |
|
| 586 |
.ui-dialog .ui-dialog-content { |
| 587 |
position: relative; |
| 588 |
border: 0; |
| 589 |
padding: .5em 1em; |
| 590 |
background: none; |
| 591 |
overflow: auto; |
| 592 |
} |
| 593 |
|
| 594 |
.ui-dialog .ui-dialog-buttonpane { |
| 595 |
text-align: left; |
| 596 |
border-width: 1px 0 0 0; |
| 597 |
background-image: none; |
| 598 |
margin-top: .5em; |
| 599 |
padding: .3em 1em .5em .4em; |
| 600 |
} |
| 601 |
|
| 602 |
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { |
| 603 |
float: right; |
| 604 |
} |
| 605 |
|
| 606 |
.ui-dialog .ui-dialog-buttonpane button { |
| 607 |
margin: .5em .4em .5em 0; |
| 608 |
cursor: pointer; |
| 609 |
} |
| 610 |
|
| 611 |
.ui-dialog .ui-resizable-se { |
| 612 |
width: 12px; |
| 613 |
height: 12px; |
| 614 |
right: -5px; |
| 615 |
bottom: -5px; |
| 616 |
background-position: 16px 16px; |
| 617 |
} |
| 618 |
|
| 619 |
.ui-draggable .ui-dialog-titlebar { |
| 620 |
cursor: move; |
| 621 |
} |
| 622 |
|
| 623 |
.ui-menu { |
| 624 |
list-style: none; |
| 625 |
padding: 0; |
| 626 |
margin: 0; |
| 627 |
display: block; |
| 628 |
outline: none; |
| 629 |
} |
| 630 |
|
| 631 |
.ui-menu .ui-menu { |
| 632 |
position: absolute; |
| 633 |
} |
| 634 |
|
| 635 |
.ui-menu .ui-menu-item { |
| 636 |
position: relative; |
| 637 |
margin: 0; |
| 638 |
padding: 3px 1em 3px .4em; |
| 639 |
cursor: pointer; |
| 640 |
min-height: 0; /* support: IE7 */ |
| 641 |
/* support: IE10, see #8844 */ |
| 642 |
list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); |
| 643 |
} |
| 644 |
|
| 645 |
.ui-menu .ui-menu-divider { |
| 646 |
margin: 5px 0; |
| 647 |
height: 0; |
| 648 |
font-size: 0; |
| 649 |
line-height: 0; |
| 650 |
border-width: 1px 0 0 0; |
| 651 |
} |
| 652 |
|
| 653 |
.ui-menu .ui-state-focus, |
| 654 |
.ui-menu .ui-state-active { |
| 655 |
margin: -1px; |
| 656 |
} |
| 657 |
|
| 658 |
/* icon support */ |
| 659 |
.ui-menu-icons { |
| 660 |
position: relative; |
| 661 |
} |
| 662 |
|
| 663 |
.ui-menu-icons .ui-menu-item { |
| 664 |
padding-left: 2em; |
| 665 |
} |
| 666 |
|
| 667 |
/* left-aligned */ |
| 668 |
.ui-menu .ui-icon { |
| 669 |
position: absolute; |
| 670 |
top: 0; |
| 671 |
bottom: 0; |
| 672 |
left: .2em; |
| 673 |
margin: auto 0; |
| 674 |
} |
| 675 |
|
| 676 |
/* right-aligned */ |
| 677 |
.ui-menu .ui-menu-icon { |
| 678 |
left: auto; |
| 679 |
right: 0; |
| 680 |
} |
| 681 |
|
| 682 |
.ui-progressbar { |
| 683 |
height: 2em; |
| 684 |
text-align: left; |
| 685 |
overflow: hidden; |
| 686 |
} |
| 687 |
|
| 688 |
.ui-progressbar .ui-progressbar-value { |
| 689 |
margin: -1px; |
| 690 |
height: 100%; |
| 691 |
} |
| 692 |
|
| 693 |
.ui-progressbar .ui-progressbar-overlay { |
| 694 |
background: url("data:image/gif;base64,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"); |
| 695 |
height: 100%; |
| 696 |
filter: alpha(opacity=25); /* support: IE8 */ |
| 697 |
opacity: 0.25; |
| 698 |
} |
| 699 |
|
| 700 |
.ui-progressbar-indeterminate .ui-progressbar-value { |
| 701 |
background-image: none; |
| 702 |
} |
| 703 |
|
| 704 |
.ui-selectmenu-menu { |
| 705 |
padding: 0; |
| 706 |
margin: 0; |
| 707 |
position: absolute; |
| 708 |
top: 0; |
| 709 |
left: 0; |
| 710 |
display: none; |
| 711 |
} |
| 712 |
|
| 713 |
.ui-selectmenu-menu .ui-menu { |
| 714 |
overflow: auto; |
| 715 |
/* Support: IE7 */ |
| 716 |
overflow-x: hidden; |
| 717 |
padding-bottom: 1px; |
| 718 |
} |
| 719 |
|
| 720 |
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup { |
| 721 |
font-size: 1em; |
| 722 |
font-weight: bold; |
| 723 |
line-height: 1.5; |
| 724 |
padding: 2px 0.4em; |
| 725 |
margin: 0.5em 0 0 0; |
| 726 |
height: auto; |
| 727 |
border: 0; |
| 728 |
} |
| 729 |
|
| 730 |
.ui-selectmenu-open { |
| 731 |
display: block; |
| 732 |
} |
| 733 |
|
| 734 |
.ui-selectmenu-button { |
| 735 |
display: inline-block; |
| 736 |
overflow: hidden; |
| 737 |
position: relative; |
| 738 |
text-decoration: none; |
| 739 |
cursor: pointer; |
| 740 |
} |
| 741 |
|
| 742 |
.ui-selectmenu-button span.ui-icon { |
| 743 |
right: 0.5em; |
| 744 |
left: auto; |
| 745 |
margin-top: -8px; |
| 746 |
position: absolute; |
| 747 |
top: 50%; |
| 748 |
} |
| 749 |
|
| 750 |
.ui-selectmenu-button span.ui-selectmenu-text { |
| 751 |
text-align: left; |
| 752 |
padding: 0.4em 2.1em 0.4em 1em; |
| 753 |
display: block; |
| 754 |
line-height: 1.4; |
| 755 |
overflow: hidden; |
| 756 |
text-overflow: ellipsis; |
| 757 |
white-space: nowrap; |
| 758 |
} |
| 759 |
|
| 760 |
.ui-slider { |
| 761 |
position: relative; |
| 762 |
text-align: left; |
| 763 |
} |
| 764 |
|
| 765 |
.ui-slider .ui-slider-handle { |
| 766 |
position: absolute; |
| 767 |
z-index: 2; |
| 768 |
width: 1.2em; |
| 769 |
height: 1.2em; |
| 770 |
cursor: default; |
| 771 |
-ms-touch-action: none; |
| 772 |
touch-action: none; |
| 773 |
} |
| 774 |
|
| 775 |
.ui-slider .ui-slider-range { |
| 776 |
position: absolute; |
| 777 |
z-index: 1; |
| 778 |
font-size: .7em; |
| 779 |
display: block; |
| 780 |
border: 0; |
| 781 |
background-position: 0 0; |
| 782 |
} |
| 783 |
|
| 784 |
/* support: IE8 - See #6727 */ |
| 785 |
.ui-slider.ui-state-disabled .ui-slider-handle, |
| 786 |
.ui-slider.ui-state-disabled .ui-slider-range { |
| 787 |
filter: inherit; |
| 788 |
} |
| 789 |
|
| 790 |
.ui-slider-horizontal { |
| 791 |
height: .8em; |
| 792 |
} |
| 793 |
|
| 794 |
.ui-slider-horizontal .ui-slider-handle { |
| 795 |
top: -.3em; |
| 796 |
margin-left: -.6em; |
| 797 |
} |
| 798 |
|
| 799 |
.ui-slider-horizontal .ui-slider-range { |
| 800 |
top: 0; |
| 801 |
height: 100%; |
| 802 |
} |
| 803 |
|
| 804 |
.ui-slider-horizontal .ui-slider-range-min { |
| 805 |
left: 0; |
| 806 |
} |
| 807 |
|
| 808 |
.ui-slider-horizontal .ui-slider-range-max { |
| 809 |
right: 0; |
| 810 |
} |
| 811 |
|
| 812 |
.ui-slider-vertical { |
| 813 |
width: .8em; |
| 814 |
height: 100px; |
| 815 |
} |
| 816 |
|
| 817 |
.ui-slider-vertical .ui-slider-handle { |
| 818 |
left: -.3em; |
| 819 |
margin-left: 0; |
| 820 |
margin-bottom: -.6em; |
| 821 |
} |
| 822 |
|
| 823 |
.ui-slider-vertical .ui-slider-range { |
| 824 |
left: 0; |
| 825 |
width: 100%; |
| 826 |
} |
| 827 |
|
| 828 |
.ui-slider-vertical .ui-slider-range-min { |
| 829 |
bottom: 0; |
| 830 |
} |
| 831 |
|
| 832 |
.ui-slider-vertical .ui-slider-range-max { |
| 833 |
top: 0; |
| 834 |
} |
| 835 |
|
| 836 |
.ui-spinner { |
| 837 |
position: relative; |
| 838 |
display: inline-block; |
| 839 |
overflow: hidden; |
| 840 |
padding: 0; |
| 841 |
vertical-align: middle; |
| 842 |
} |
| 843 |
|
| 844 |
.ui-spinner-input { |
| 845 |
border: none; |
| 846 |
background: none; |
| 847 |
color: inherit; |
| 848 |
padding: 0; |
| 849 |
margin: .2em 0; |
| 850 |
vertical-align: middle; |
| 851 |
margin-left: .4em; |
| 852 |
margin-right: 22px; |
| 853 |
} |
| 854 |
|
| 855 |
.ui-spinner-button { |
| 856 |
width: 16px; |
| 857 |
height: 50%; |
| 858 |
font-size: .5em; |
| 859 |
padding: 0; |
| 860 |
margin: 0; |
| 861 |
text-align: center; |
| 862 |
position: absolute; |
| 863 |
cursor: default; |
| 864 |
display: block; |
| 865 |
overflow: hidden; |
| 866 |
right: 0; |
| 867 |
} |
| 868 |
|
| 869 |
/* more specificity required here to override default borders */ |
| 870 |
.ui-spinner a.ui-spinner-button { |
| 871 |
border-top: none; |
| 872 |
border-bottom: none; |
| 873 |
border-right: none; |
| 874 |
} |
| 875 |
|
| 876 |
/* vertically center icon */ |
| 877 |
.ui-spinner .ui-icon { |
| 878 |
position: absolute; |
| 879 |
margin-top: -8px; |
| 880 |
top: 50%; |
| 881 |
left: 0; |
| 882 |
} |
| 883 |
|
| 884 |
.ui-spinner-up { |
| 885 |
top: 0; |
| 886 |
} |
| 887 |
|
| 888 |
.ui-spinner-down { |
| 889 |
bottom: 0; |
| 890 |
} |
| 891 |
|
| 892 |
/* TR overrides */ |
| 893 |
.ui-spinner .ui-icon-triangle-1-s { |
| 894 |
/* need to fix icons sprite */ |
| 895 |
background-position: -65px -16px; |
| 896 |
} |
| 897 |
|
| 898 |
.ui-tabs { |
| 899 |
position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */ |
| 900 |
padding: .2em; |
| 901 |
} |
| 902 |
|
| 903 |
.ui-tabs .ui-tabs-nav { |
| 904 |
margin: 0; |
| 905 |
padding: .2em .2em 0; |
| 906 |
} |
| 907 |
|
| 908 |
.ui-tabs .ui-tabs-nav li { |
| 909 |
list-style: none; |
| 910 |
float: left; |
| 911 |
position: relative; |
| 912 |
top: 0; |
| 913 |
margin: 1px .2em 0 0; |
| 914 |
border-bottom-width: 0; |
| 915 |
padding: 0; |
| 916 |
white-space: nowrap; |
| 917 |
} |
| 918 |
|
| 919 |
.ui-tabs .ui-tabs-nav .ui-tabs-anchor { |
| 920 |
float: left; |
| 921 |
padding: .5em 1em; |
| 922 |
text-decoration: none; |
| 923 |
} |
| 924 |
|
| 925 |
.ui-tabs .ui-tabs-nav li.ui-tabs-active { |
| 926 |
margin-bottom: -1px; |
| 927 |
padding-bottom: 1px; |
| 928 |
} |
| 929 |
|
| 930 |
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, |
| 931 |
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, |
| 932 |
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor { |
| 933 |
cursor: text; |
| 934 |
} |
| 935 |
|
| 936 |
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor { |
| 937 |
cursor: pointer; |
| 938 |
} |
| 939 |
|
| 940 |
.ui-tabs .ui-tabs-panel { |
| 941 |
display: block; |
| 942 |
border-width: 0; |
| 943 |
padding: 1em 1.4em; |
| 944 |
background: none; |
| 945 |
} |
| 946 |
|
| 947 |
.ui-tooltip { |
| 948 |
padding: 8px; |
| 949 |
position: absolute; |
| 950 |
z-index: 9999; |
| 951 |
max-width: 300px; |
| 952 |
box-shadow: 0 0 5px #AAA; |
| 953 |
} |
| 954 |
|
| 955 |
body .ui-tooltip { |
| 956 |
border-width: 2px; |
| 957 |
} |
| 958 |
|
| 959 |
/* Component containers |
| 960 |
----------------------------------*/ |
| 961 |
.ui-widget { |
| 962 |
font-family: trebuchet ms,tahoma,verdana,arial,sans-serif; |
| 963 |
font-size: 1.1em; |
| 964 |
} |
| 965 |
|
| 966 |
.ui-widget .ui-widget { |
| 967 |
font-size: 1em; |
| 968 |
} |
| 969 |
|
| 970 |
.ui-widget input, |
| 971 |
.ui-widget select, |
| 972 |
.ui-widget textarea, |
| 973 |
.ui-widget button { |
| 974 |
font-family: trebuchet ms,tahoma,verdana,arial,sans-serif; |
| 975 |
font-size: 1em; |
| 976 |
} |
| 977 |
|
| 978 |
.ui-widget-content { |
| 979 |
border: 1px solid #DDD; |
| 980 |
background: #EEE url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x; |
| 981 |
color: #333; |
| 982 |
} |
| 983 |
|
| 984 |
.ui-widget-content a { |
| 985 |
color: #333; |
| 986 |
} |
| 987 |
|
| 988 |
.ui-widget-header { |
| 989 |
border: 1px solid #E78F08; |
| 990 |
background: #F6A828 url("images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x; |
| 991 |
color: #FFF; |
| 992 |
font-weight: bold; |
| 993 |
} |
| 994 |
|
| 995 |
.ui-widget-header a { |
| 996 |
color: #FFF; |
| 997 |
} |
| 998 |
|
| 999 |
/* Interaction states |
| 1000 |
----------------------------------*/ |
| 1001 |
.ui-state-default, |
| 1002 |
.ui-widget-content .ui-state-default, |
| 1003 |
.ui-widget-header .ui-state-default { |
| 1004 |
border: 1px solid #CCC; |
| 1005 |
background: #F6F6F6 url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x; |
| 1006 |
font-weight: normal; |
| 1007 |
color: #2B2B2B; |
| 1008 |
} |
| 1009 |
|
| 1010 |
.ui-state-default a, |
| 1011 |
.ui-state-default a:link, |
| 1012 |
.ui-state-default a:visited { |
| 1013 |
color: #1C94C4; |
| 1014 |
text-decoration: none; |
| 1015 |
} |
| 1016 |
|
| 1017 |
.ui-state-hover, |
| 1018 |
.ui-widget-content .ui-state-hover, |
| 1019 |
.ui-widget-header .ui-state-hover, |
| 1020 |
.ui-state-focus, |
| 1021 |
.ui-widget-content .ui-state-focus, |
| 1022 |
.ui-widget-header .ui-state-focus { |
| 1023 |
border: 1px solid #C5C5C5; |
| 1024 |
background: #F6F6F6; |
| 1025 |
font-weight: normal; |
| 1026 |
color: #454545; |
| 1027 |
} |
| 1028 |
|
| 1029 |
.ui-state-hover a, |
| 1030 |
.ui-state-hover a:hover, |
| 1031 |
.ui-state-hover a:link, |
| 1032 |
.ui-state-hover a:visited, |
| 1033 |
.ui-state-focus a, |
| 1034 |
.ui-state-focus a:hover, |
| 1035 |
.ui-state-focus a:link, |
| 1036 |
.ui-state-focus a:visited { |
| 1037 |
color: #C77405; |
| 1038 |
text-decoration: none; |
| 1039 |
} |
| 1040 |
|
| 1041 |
.ui-state-active, |
| 1042 |
.ui-widget-content .ui-state-active, |
| 1043 |
.ui-widget-header .ui-state-active { |
| 1044 |
border: 1px solid #C5C5C5; |
| 1045 |
background: #F6F6F6; |
| 1046 |
font-weight: normal; |
| 1047 |
color: #454545; |
| 1048 |
} |
| 1049 |
|
| 1050 |
.ui-state-active a, |
| 1051 |
.ui-state-active a:link, |
| 1052 |
.ui-state-active a:visited { |
| 1053 |
color: #EB8F00; |
| 1054 |
text-decoration: none; |
| 1055 |
} |
| 1056 |
|
| 1057 |
/* Interaction Cues |
| 1058 |
----------------------------------*/ |
| 1059 |
.ui-state-highlight, |
| 1060 |
.ui-widget-content .ui-state-highlight, |
| 1061 |
.ui-widget-header .ui-state-highlight { |
| 1062 |
border: 1px solid #FED22F; |
| 1063 |
background: #FFE45C url("images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x; |
| 1064 |
color: #363636; |
| 1065 |
} |
| 1066 |
|
| 1067 |
.ui-state-highlight a, |
| 1068 |
.ui-widget-content .ui-state-highlight a, |
| 1069 |
.ui-widget-header .ui-state-highlight a { |
| 1070 |
color: #363636; |
| 1071 |
} |
| 1072 |
|
| 1073 |
.ui-state-error, |
| 1074 |
.ui-widget-content .ui-state-error, |
| 1075 |
.ui-widget-header .ui-state-error { |
| 1076 |
border: 1px solid #CD0A0A; |
| 1077 |
background: #B81900 url("images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat; |
| 1078 |
color: #FFF; |
| 1079 |
} |
| 1080 |
|
| 1081 |
.ui-state-error a, |
| 1082 |
.ui-widget-content .ui-state-error a, |
| 1083 |
.ui-widget-header .ui-state-error a { |
| 1084 |
color: #FFF; |
| 1085 |
} |
| 1086 |
|
| 1087 |
.ui-state-error-text, |
| 1088 |
.ui-widget-content .ui-state-error-text, |
| 1089 |
.ui-widget-header .ui-state-error-text { |
| 1090 |
color: #FFF; |
| 1091 |
} |
| 1092 |
|
| 1093 |
.ui-priority-primary, |
| 1094 |
.ui-widget-content .ui-priority-primary, |
| 1095 |
.ui-widget-header .ui-priority-primary { |
| 1096 |
font-weight: bold; |
| 1097 |
} |
| 1098 |
|
| 1099 |
.ui-priority-secondary, |
| 1100 |
.ui-widget-content .ui-priority-secondary, |
| 1101 |
.ui-widget-header .ui-priority-secondary { |
| 1102 |
opacity: 0.7; |
| 1103 |
filter: alpha(opacity=70); /* support: IE8 */ |
| 1104 |
font-weight: normal; |
| 1105 |
} |
| 1106 |
|
| 1107 |
.ui-state-disabled, |
| 1108 |
.ui-widget-content .ui-state-disabled, |
| 1109 |
.ui-widget-header .ui-state-disabled { |
| 1110 |
opacity: 0.35; |
| 1111 |
filter: alpha(opacity=35); /* support: IE8 */ |
| 1112 |
background-image: none; |
| 1113 |
} |
| 1114 |
|
| 1115 |
.ui-state-disabled .ui-icon { |
| 1116 |
filter: alpha(opacity=35); /* support: IE8 - See #6059 */ |
| 1117 |
} |
| 1118 |
|
| 1119 |
/* Icons |
| 1120 |
----------------------------------*/ |
| 1121 |
|
| 1122 |
/* states and images */ |
| 1123 |
.ui-icon { |
| 1124 |
width: 16px; |
| 1125 |
height: 16px; |
| 1126 |
} |
| 1127 |
|
| 1128 |
.ui-icon, |
| 1129 |
.ui-widget-content .ui-icon { |
| 1130 |
background-image: url("images/ui-icons_222222_256x240.png"); |
| 1131 |
} |
| 1132 |
|
| 1133 |
.ui-widget-header .ui-icon { |
| 1134 |
background-image: url("images/ui-icons_ffffff_256x240.png"); |
| 1135 |
} |
| 1136 |
|
| 1137 |
.ui-state-default .ui-icon { |
| 1138 |
background-image: url("images/ui-icons_222222_256x240.png"); |
| 1139 |
} |
| 1140 |
|
| 1141 |
.ui-state-hover .ui-icon, |
| 1142 |
.ui-state-focus .ui-icon { |
| 1143 |
background-image: url("images/ui-icons_222222_256x240.png"); |
| 1144 |
} |
| 1145 |
|
| 1146 |
.ui-state-active .ui-icon { |
| 1147 |
background-image: url("images/ui-icons_222222_256x240.png"); |
| 1148 |
} |
| 1149 |
|
| 1150 |
.ui-state-highlight .ui-icon { |
| 1151 |
background-image: url("images/ui-icons_228ef1_256x240.png"); |
| 1152 |
} |
| 1153 |
|
| 1154 |
.ui-state-error .ui-icon, |
| 1155 |
.ui-state-error-text .ui-icon { |
| 1156 |
background-image: url("images/ui-icons_ffd27a_256x240.png"); |
| 1157 |
} |
| 1158 |
|
| 1159 |
/* positioning */ |
| 1160 |
.ui-icon-blank { |
| 1161 |
background-position: 16px 16px; |
| 1162 |
} |
| 1163 |
|
| 1164 |
.ui-icon-carat-1-n { |
| 1165 |
background-position: 0 0; |
| 1166 |
} |
| 1167 |
|
| 1168 |
.ui-icon-carat-1-ne { |
| 1169 |
background-position: -16px 0; |
| 1170 |
} |
| 1171 |
|
| 1172 |
.ui-icon-carat-1-e { |
| 1173 |
background-position: -32px 0; |
| 1174 |
} |
| 1175 |
|
| 1176 |
.ui-icon-carat-1-se { |
| 1177 |
background-position: -48px 0; |
| 1178 |
} |
| 1179 |
|
| 1180 |
.ui-icon-carat-1-s { |
| 1181 |
background-position: -64px 0; |
| 1182 |
} |
| 1183 |
|
| 1184 |
.ui-icon-carat-1-sw { |
| 1185 |
background-position: -80px 0; |
| 1186 |
} |
| 1187 |
|
| 1188 |
.ui-icon-carat-1-w { |
| 1189 |
background-position: -96px 0; |
| 1190 |
} |
| 1191 |
|
| 1192 |
.ui-icon-carat-1-nw { |
| 1193 |
background-position: -112px 0; |
| 1194 |
} |
| 1195 |
|
| 1196 |
.ui-icon-carat-2-n-s { |
| 1197 |
background-position: -128px 0; |
| 1198 |
} |
| 1199 |
|
| 1200 |
.ui-icon-carat-2-e-w { |
| 1201 |
background-position: -144px 0; |
| 1202 |
} |
| 1203 |
|
| 1204 |
.ui-icon-triangle-1-n { |
| 1205 |
background-position: 0 -16px; |
| 1206 |
} |
| 1207 |
|
| 1208 |
.ui-icon-triangle-1-ne { |
| 1209 |
background-position: -16px -16px; |
| 1210 |
} |
| 1211 |
|
| 1212 |
.ui-icon-triangle-1-e { |
| 1213 |
background-position: -32px -16px; |
| 1214 |
} |
| 1215 |
|
| 1216 |
.ui-icon-triangle-1-se { |
| 1217 |
background-position: -48px -16px; |
| 1218 |
} |
| 1219 |
|
| 1220 |
.ui-icon-triangle-1-s { |
| 1221 |
background-position: -64px -16px; |
| 1222 |
} |
| 1223 |
|
| 1224 |
.ui-icon-triangle-1-sw { |
| 1225 |
background-position: -80px -16px; |
| 1226 |
} |
| 1227 |
|
| 1228 |
.ui-icon-triangle-1-w { |
| 1229 |
background-position: -96px -16px; |
| 1230 |
} |
| 1231 |
|
| 1232 |
.ui-icon-triangle-1-nw { |
| 1233 |
background-position: -112px -16px; |
| 1234 |
} |
| 1235 |
|
| 1236 |
.ui-icon-triangle-2-n-s { |
| 1237 |
background-position: -128px -16px; |
| 1238 |
} |
| 1239 |
|
| 1240 |
.ui-icon-triangle-2-e-w { |
| 1241 |
background-position: -144px -16px; |
| 1242 |
} |
| 1243 |
|
| 1244 |
.ui-icon-arrow-1-n { |
| 1245 |
background-position: 0 -32px; |
| 1246 |
} |
| 1247 |
|
| 1248 |
.ui-icon-arrow-1-ne { |
| 1249 |
background-position: -16px -32px; |
| 1250 |
} |
| 1251 |
|
| 1252 |
.ui-icon-arrow-1-e { |
| 1253 |
background-position: -32px -32px; |
| 1254 |
} |
| 1255 |
|
| 1256 |
.ui-icon-arrow-1-se { |
| 1257 |
background-position: -48px -32px; |
| 1258 |
} |
| 1259 |
|
| 1260 |
.ui-icon-arrow-1-s { |
| 1261 |
background-position: -64px -32px; |
| 1262 |
} |
| 1263 |
|
| 1264 |
.ui-icon-arrow-1-sw { |
| 1265 |
background-position: -80px -32px; |
| 1266 |
} |
| 1267 |
|
| 1268 |
.ui-icon-arrow-1-w { |
| 1269 |
background-position: -96px -32px; |
| 1270 |
} |
| 1271 |
|
| 1272 |
.ui-icon-arrow-1-nw { |
| 1273 |
background-position: -112px -32px; |
| 1274 |
} |
| 1275 |
|
| 1276 |
.ui-icon-arrow-2-n-s { |
| 1277 |
background-position: -128px -32px; |
| 1278 |
} |
| 1279 |
|
| 1280 |
.ui-icon-arrow-2-ne-sw { |
| 1281 |
background-position: -144px -32px; |
| 1282 |
} |
| 1283 |
|
| 1284 |
.ui-icon-arrow-2-e-w { |
| 1285 |
background-position: -160px -32px; |
| 1286 |
} |
| 1287 |
|
| 1288 |
.ui-icon-arrow-2-se-nw { |
| 1289 |
background-position: -176px -32px; |
| 1290 |
} |
| 1291 |
|
| 1292 |
.ui-icon-arrowstop-1-n { |
| 1293 |
background-position: -192px -32px; |
| 1294 |
} |
| 1295 |
|
| 1296 |
.ui-icon-arrowstop-1-e { |
| 1297 |
background-position: -208px -32px; |
| 1298 |
} |
| 1299 |
|
| 1300 |
.ui-icon-arrowstop-1-s { |
| 1301 |
background-position: -224px -32px; |
| 1302 |
} |
| 1303 |
|
| 1304 |
.ui-icon-arrowstop-1-w { |
| 1305 |
background-position: -240px -32px; |
| 1306 |
} |
| 1307 |
|
| 1308 |
.ui-icon-arrowthick-1-n { |
| 1309 |
background-position: 0 -48px; |
| 1310 |
} |
| 1311 |
|
| 1312 |
.ui-icon-arrowthick-1-ne { |
| 1313 |
background-position: -16px -48px; |
| 1314 |
} |
| 1315 |
|
| 1316 |
.ui-icon-arrowthick-1-e { |
| 1317 |
background-position: -32px -48px; |
| 1318 |
} |
| 1319 |
|
| 1320 |
.ui-icon-arrowthick-1-se { |
| 1321 |
background-position: -48px -48px; |
| 1322 |
} |
| 1323 |
|
| 1324 |
.ui-icon-arrowthick-1-s { |
| 1325 |
background-position: -64px -48px; |
| 1326 |
} |
| 1327 |
|
| 1328 |
.ui-icon-arrowthick-1-sw { |
| 1329 |
background-position: -80px -48px; |
| 1330 |
} |
| 1331 |
|
| 1332 |
.ui-icon-arrowthick-1-w { |
| 1333 |
background-position: -96px -48px; |
| 1334 |
} |
| 1335 |
|
| 1336 |
.ui-icon-arrowthick-1-nw { |
| 1337 |
background-position: -112px -48px; |
| 1338 |
} |
| 1339 |
|
| 1340 |
.ui-icon-arrowthick-2-n-s { |
| 1341 |
background-position: -128px -48px; |
| 1342 |
} |
| 1343 |
|
| 1344 |
.ui-icon-arrowthick-2-ne-sw { |
| 1345 |
background-position: -144px -48px; |
| 1346 |
} |
| 1347 |
|
| 1348 |
.ui-icon-arrowthick-2-e-w { |
| 1349 |
background-position: -160px -48px; |
| 1350 |
} |
| 1351 |
|
| 1352 |
.ui-icon-arrowthick-2-se-nw { |
| 1353 |
background-position: -176px -48px; |
| 1354 |
} |
| 1355 |
|
| 1356 |
.ui-icon-arrowthickstop-1-n { |
| 1357 |
background-position: -192px -48px; |
| 1358 |
} |
| 1359 |
|
| 1360 |
.ui-icon-arrowthickstop-1-e { |
| 1361 |
background-position: -208px -48px; |
| 1362 |
} |
| 1363 |
|
| 1364 |
.ui-icon-arrowthickstop-1-s { |
| 1365 |
background-position: -224px -48px; |
| 1366 |
} |
| 1367 |
|
| 1368 |
.ui-icon-arrowthickstop-1-w { |
| 1369 |
background-position: -240px -48px; |
| 1370 |
} |
| 1371 |
|
| 1372 |
.ui-icon-arrowreturnthick-1-w { |
| 1373 |
background-position: 0 -64px; |
| 1374 |
} |
| 1375 |
|
| 1376 |
.ui-icon-arrowreturnthick-1-n { |
| 1377 |
background-position: -16px -64px; |
| 1378 |
} |
| 1379 |
|
| 1380 |
.ui-icon-arrowreturnthick-1-e { |
| 1381 |
background-position: -32px -64px; |
| 1382 |
} |
| 1383 |
|
| 1384 |
.ui-icon-arrowreturnthick-1-s { |
| 1385 |
background-position: -48px -64px; |
| 1386 |
} |
| 1387 |
|
| 1388 |
.ui-icon-arrowreturn-1-w { |
| 1389 |
background-position: -64px -64px; |
| 1390 |
} |
| 1391 |
|
| 1392 |
.ui-icon-arrowreturn-1-n { |
| 1393 |
background-position: -80px -64px; |
| 1394 |
} |
| 1395 |
|
| 1396 |
.ui-icon-arrowreturn-1-e { |
| 1397 |
background-position: -96px -64px; |
| 1398 |
} |
| 1399 |
|
| 1400 |
.ui-icon-arrowreturn-1-s { |
| 1401 |
background-position: -112px -64px; |
| 1402 |
} |
| 1403 |
|
| 1404 |
.ui-icon-arrowrefresh-1-w { |
| 1405 |
background-position: -128px -64px; |
| 1406 |
} |
| 1407 |
|
| 1408 |
.ui-icon-arrowrefresh-1-n { |
| 1409 |
background-position: -144px -64px; |
| 1410 |
} |
| 1411 |
|
| 1412 |
.ui-icon-arrowrefresh-1-e { |
| 1413 |
background-position: -160px -64px; |
| 1414 |
} |
| 1415 |
|
| 1416 |
.ui-icon-arrowrefresh-1-s { |
| 1417 |
background-position: -176px -64px; |
| 1418 |
} |
| 1419 |
|
| 1420 |
.ui-icon-arrow-4 { |
| 1421 |
background-position: 0 -80px; |
| 1422 |
} |
| 1423 |
|
| 1424 |
.ui-icon-arrow-4-diag { |
| 1425 |
background-position: -16px -80px; |
| 1426 |
} |
| 1427 |
|
| 1428 |
.ui-icon-extlink { |
| 1429 |
background-position: -32px -80px; |
| 1430 |
} |
| 1431 |
|
| 1432 |
.ui-icon-newwin { |
| 1433 |
background-position: -48px -80px; |
| 1434 |
} |
| 1435 |
|
| 1436 |
.ui-icon-refresh { |
| 1437 |
background-position: -64px -80px; |
| 1438 |
} |
| 1439 |
|
| 1440 |
.ui-icon-shuffle { |
| 1441 |
background-position: -80px -80px; |
| 1442 |
} |
| 1443 |
|
| 1444 |
.ui-icon-transfer-e-w { |
| 1445 |
background-position: -96px -80px; |
| 1446 |
} |
| 1447 |
|
| 1448 |
.ui-icon-transferthick-e-w { |
| 1449 |
background-position: -112px -80px; |
| 1450 |
} |
| 1451 |
|
| 1452 |
.ui-icon-folder-collapsed { |
| 1453 |
background-position: 0 -96px; |
| 1454 |
} |
| 1455 |
|
| 1456 |
.ui-icon-folder-open { |
| 1457 |
background-position: -16px -96px; |
| 1458 |
} |
| 1459 |
|
| 1460 |
.ui-icon-document { |
| 1461 |
background-position: -32px -96px; |
| 1462 |
} |
| 1463 |
|
| 1464 |
.ui-icon-document-b { |
| 1465 |
background-position: -48px -96px; |
| 1466 |
} |
| 1467 |
|
| 1468 |
.ui-icon-note { |
| 1469 |
background-position: -64px -96px; |
| 1470 |
} |
| 1471 |
|
| 1472 |
.ui-icon-mail-closed { |
| 1473 |
background-position: -80px -96px; |
| 1474 |
} |
| 1475 |
|
| 1476 |
.ui-icon-mail-open { |
| 1477 |
background-position: -96px -96px; |
| 1478 |
} |
| 1479 |
|
| 1480 |
.ui-icon-suitcase { |
| 1481 |
background-position: -112px -96px; |
| 1482 |
} |
| 1483 |
|
| 1484 |
.ui-icon-comment { |
| 1485 |
background-position: -128px -96px; |
| 1486 |
} |
| 1487 |
|
| 1488 |
.ui-icon-person { |
| 1489 |
background-position: -144px -96px; |
| 1490 |
} |
| 1491 |
|
| 1492 |
.ui-icon-print { |
| 1493 |
background-position: -160px -96px; |
| 1494 |
} |
| 1495 |
|
| 1496 |
.ui-icon-trash { |
| 1497 |
background-position: -176px -96px; |
| 1498 |
} |
| 1499 |
|
| 1500 |
.ui-icon-locked { |
| 1501 |
background-position: -192px -96px; |
| 1502 |
} |
| 1503 |
|
| 1504 |
.ui-icon-unlocked { |
| 1505 |
background-position: -208px -96px; |
| 1506 |
} |
| 1507 |
|
| 1508 |
.ui-icon-bookmark { |
| 1509 |
background-position: -224px -96px; |
| 1510 |
} |
| 1511 |
|
| 1512 |
.ui-icon-tag { |
| 1513 |
background-position: -240px -96px; |
| 1514 |
} |
| 1515 |
|
| 1516 |
.ui-icon-home { |
| 1517 |
background-position: 0 -112px; |
| 1518 |
} |
| 1519 |
|
| 1520 |
.ui-icon-flag { |
| 1521 |
background-position: -16px -112px; |
| 1522 |
} |
| 1523 |
|
| 1524 |
.ui-icon-calendar { |
| 1525 |
background-position: -32px -112px; |
| 1526 |
} |
| 1527 |
|
| 1528 |
.ui-icon-cart { |
| 1529 |
background-position: -48px -112px; |
| 1530 |
} |
| 1531 |
|
| 1532 |
.ui-icon-pencil { |
| 1533 |
background-position: -64px -112px; |
| 1534 |
} |
| 1535 |
|
| 1536 |
.ui-icon-clock { |
| 1537 |
background-position: -80px -112px; |
| 1538 |
} |
| 1539 |
|
| 1540 |
.ui-icon-disk { |
| 1541 |
background-position: -96px -112px; |
| 1542 |
} |
| 1543 |
|
| 1544 |
.ui-icon-calculator { |
| 1545 |
background-position: -112px -112px; |
| 1546 |
} |
| 1547 |
|
| 1548 |
.ui-icon-zoomin { |
| 1549 |
background-position: -128px -112px; |
| 1550 |
} |
| 1551 |
|
| 1552 |
.ui-icon-zoomout { |
| 1553 |
background-position: -144px -112px; |
| 1554 |
} |
| 1555 |
|
| 1556 |
.ui-icon-search { |
| 1557 |
background-position: -160px -112px; |
| 1558 |
} |
| 1559 |
|
| 1560 |
.ui-icon-wrench { |
| 1561 |
background-position: -176px -112px; |
| 1562 |
} |
| 1563 |
|
| 1564 |
.ui-icon-gear { |
| 1565 |
background-position: -192px -112px; |
| 1566 |
} |
| 1567 |
|
| 1568 |
.ui-icon-heart { |
| 1569 |
background-position: -208px -112px; |
| 1570 |
} |
| 1571 |
|
| 1572 |
.ui-icon-star { |
| 1573 |
background-position: -224px -112px; |
| 1574 |
} |
| 1575 |
|
| 1576 |
.ui-icon-link { |
| 1577 |
background-position: -240px -112px; |
| 1578 |
} |
| 1579 |
|
| 1580 |
.ui-icon-cancel { |
| 1581 |
background-position: 0 -128px; |
| 1582 |
} |
| 1583 |
|
| 1584 |
.ui-icon-plus { |
| 1585 |
background-position: -16px -128px; |
| 1586 |
} |
| 1587 |
|
| 1588 |
.ui-icon-plusthick { |
| 1589 |
background-position: -32px -128px; |
| 1590 |
} |
| 1591 |
|
| 1592 |
.ui-icon-minus { |
| 1593 |
background-position: -48px -128px; |
| 1594 |
} |
| 1595 |
|
| 1596 |
.ui-icon-minusthick { |
| 1597 |
background-position: -64px -128px; |
| 1598 |
} |
| 1599 |
|
| 1600 |
.ui-icon-close { |
| 1601 |
background-position: -80px -128px; |
| 1602 |
} |
| 1603 |
|
| 1604 |
.ui-icon-closethick { |
| 1605 |
background-position: -96px -128px; |
| 1606 |
} |
| 1607 |
|
| 1608 |
.ui-icon-key { |
| 1609 |
background-position: -112px -128px; |
| 1610 |
} |
| 1611 |
|
| 1612 |
.ui-icon-lightbulb { |
| 1613 |
background-position: -128px -128px; |
| 1614 |
} |
| 1615 |
|
| 1616 |
.ui-icon-scissors { |
| 1617 |
background-position: -144px -128px; |
| 1618 |
} |
| 1619 |
|
| 1620 |
.ui-icon-clipboard { |
| 1621 |
background-position: -160px -128px; |
| 1622 |
} |
| 1623 |
|
| 1624 |
.ui-icon-copy { |
| 1625 |
background-position: -176px -128px; |
| 1626 |
} |
| 1627 |
|
| 1628 |
.ui-icon-contact { |
| 1629 |
background-position: -192px -128px; |
| 1630 |
} |
| 1631 |
|
| 1632 |
.ui-icon-image { |
| 1633 |
background-position: -208px -128px; |
| 1634 |
} |
| 1635 |
|
| 1636 |
.ui-icon-video { |
| 1637 |
background-position: -224px -128px; |
| 1638 |
} |
| 1639 |
|
| 1640 |
.ui-icon-script { |
| 1641 |
background-position: -240px -128px; |
| 1642 |
} |
| 1643 |
|
| 1644 |
.ui-icon-alert { |
| 1645 |
background-position: 0 -144px; |
| 1646 |
} |
| 1647 |
|
| 1648 |
.ui-icon-info { |
| 1649 |
background-position: -16px -144px; |
| 1650 |
} |
| 1651 |
|
| 1652 |
.ui-icon-notice { |
| 1653 |
background-position: -32px -144px; |
| 1654 |
} |
| 1655 |
|
| 1656 |
.ui-icon-help { |
| 1657 |
background-position: -48px -144px; |
| 1658 |
} |
| 1659 |
|
| 1660 |
.ui-icon-check { |
| 1661 |
background-position: -64px -144px; |
| 1662 |
} |
| 1663 |
|
| 1664 |
.ui-icon-bullet { |
| 1665 |
background-position: -80px -144px; |
| 1666 |
} |
| 1667 |
|
| 1668 |
.ui-icon-radio-on { |
| 1669 |
background-position: -96px -144px; |
| 1670 |
} |
| 1671 |
|
| 1672 |
.ui-icon-radio-off { |
| 1673 |
background-position: -112px -144px; |
| 1674 |
} |
| 1675 |
|
| 1676 |
.ui-icon-pin-w { |
| 1677 |
background-position: -128px -144px; |
| 1678 |
} |
| 1679 |
|
| 1680 |
.ui-icon-pin-s { |
| 1681 |
background-position: -144px -144px; |
| 1682 |
} |
| 1683 |
|
| 1684 |
.ui-icon-play { |
| 1685 |
background-position: 0 -160px; |
| 1686 |
} |
| 1687 |
|
| 1688 |
.ui-icon-pause { |
| 1689 |
background-position: -16px -160px; |
| 1690 |
} |
| 1691 |
|
| 1692 |
.ui-icon-seek-next { |
| 1693 |
background-position: -32px -160px; |
| 1694 |
} |
| 1695 |
|
| 1696 |
.ui-icon-seek-prev { |
| 1697 |
background-position: -48px -160px; |
| 1698 |
} |
| 1699 |
|
| 1700 |
.ui-icon-seek-end { |
| 1701 |
background-position: -64px -160px; |
| 1702 |
} |
| 1703 |
|
| 1704 |
.ui-icon-seek-start { |
| 1705 |
background-position: -80px -160px; |
| 1706 |
} |
| 1707 |
|
| 1708 |
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */ |
| 1709 |
.ui-icon-seek-first { |
| 1710 |
background-position: -80px -160px; |
| 1711 |
} |
| 1712 |
|
| 1713 |
.ui-icon-stop { |
| 1714 |
background-position: -96px -160px; |
| 1715 |
} |
| 1716 |
|
| 1717 |
.ui-icon-eject { |
| 1718 |
background-position: -112px -160px; |
| 1719 |
} |
| 1720 |
|
| 1721 |
.ui-icon-volume-off { |
| 1722 |
background-position: -128px -160px; |
| 1723 |
} |
| 1724 |
|
| 1725 |
.ui-icon-volume-on { |
| 1726 |
background-position: -144px -160px; |
| 1727 |
} |
| 1728 |
|
| 1729 |
.ui-icon-power { |
| 1730 |
background-position: 0 -176px; |
| 1731 |
} |
| 1732 |
|
| 1733 |
.ui-icon-signal-diag { |
| 1734 |
background-position: -16px -176px; |
| 1735 |
} |
| 1736 |
|
| 1737 |
.ui-icon-signal { |
| 1738 |
background-position: -32px -176px; |
| 1739 |
} |
| 1740 |
|
| 1741 |
.ui-icon-battery-0 { |
| 1742 |
background-position: -48px -176px; |
| 1743 |
} |
| 1744 |
|
| 1745 |
.ui-icon-battery-1 { |
| 1746 |
background-position: -64px -176px; |
| 1747 |
} |
| 1748 |
|
| 1749 |
.ui-icon-battery-2 { |
| 1750 |
background-position: -80px -176px; |
| 1751 |
} |
| 1752 |
|
| 1753 |
.ui-icon-battery-3 { |
| 1754 |
background-position: -96px -176px; |
| 1755 |
} |
| 1756 |
|
| 1757 |
.ui-icon-circle-plus { |
| 1758 |
background-position: 0 -192px; |
| 1759 |
} |
| 1760 |
|
| 1761 |
.ui-icon-circle-minus { |
| 1762 |
background-position: -16px -192px; |
| 1763 |
} |
| 1764 |
|
| 1765 |
.ui-icon-circle-close { |
| 1766 |
background-position: -32px -192px; |
| 1767 |
} |
| 1768 |
|
| 1769 |
.ui-icon-circle-triangle-e { |
| 1770 |
background-position: -48px -192px; |
| 1771 |
} |
| 1772 |
|
| 1773 |
.ui-icon-circle-triangle-s { |
| 1774 |
background-position: -64px -192px; |
| 1775 |
} |
| 1776 |
|
| 1777 |
.ui-icon-circle-triangle-w { |
| 1778 |
background-position: -80px -192px; |
| 1779 |
} |
| 1780 |
|
| 1781 |
.ui-icon-circle-triangle-n { |
| 1782 |
background-position: -96px -192px; |
| 1783 |
} |
| 1784 |
|
| 1785 |
.ui-icon-circle-arrow-e { |
| 1786 |
background-position: -112px -192px; |
| 1787 |
} |
| 1788 |
|
| 1789 |
.ui-icon-circle-arrow-s { |
| 1790 |
background-position: -128px -192px; |
| 1791 |
} |
| 1792 |
|
| 1793 |
.ui-icon-circle-arrow-w { |
| 1794 |
background-position: -144px -192px; |
| 1795 |
} |
| 1796 |
|
| 1797 |
.ui-icon-circle-arrow-n { |
| 1798 |
background-position: -160px -192px; |
| 1799 |
} |
| 1800 |
|
| 1801 |
.ui-icon-circle-zoomin { |
| 1802 |
background-position: -176px -192px; |
| 1803 |
} |
| 1804 |
|
| 1805 |
.ui-icon-circle-zoomout { |
| 1806 |
background-position: -192px -192px; |
| 1807 |
} |
| 1808 |
|
| 1809 |
.ui-icon-circle-check { |
| 1810 |
background-position: -208px -192px; |
| 1811 |
} |
| 1812 |
|
| 1813 |
.ui-icon-circlesmall-plus { |
| 1814 |
background-position: 0 -208px; |
| 1815 |
} |
| 1816 |
|
| 1817 |
.ui-icon-circlesmall-minus { |
| 1818 |
background-position: -16px -208px; |
| 1819 |
} |
| 1820 |
|
| 1821 |
.ui-icon-circlesmall-close { |
| 1822 |
background-position: -32px -208px; |
| 1823 |
} |
| 1824 |
|
| 1825 |
.ui-icon-squaresmall-plus { |
| 1826 |
background-position: -48px -208px; |
| 1827 |
} |
| 1828 |
|
| 1829 |
.ui-icon-squaresmall-minus { |
| 1830 |
background-position: -64px -208px; |
| 1831 |
} |
| 1832 |
|
| 1833 |
.ui-icon-squaresmall-close { |
| 1834 |
background-position: -80px -208px; |
| 1835 |
} |
| 1836 |
|
| 1837 |
.ui-icon-grip-dotted-vertical { |
| 1838 |
background-position: 0 -224px; |
| 1839 |
} |
| 1840 |
|
| 1841 |
.ui-icon-grip-dotted-horizontal { |
| 1842 |
background-position: -16px -224px; |
| 1843 |
} |
| 1844 |
|
| 1845 |
.ui-icon-grip-solid-vertical { |
| 1846 |
background-position: -32px -224px; |
| 1847 |
} |
| 1848 |
|
| 1849 |
.ui-icon-grip-solid-horizontal { |
| 1850 |
background-position: -48px -224px; |
| 1851 |
} |
| 1852 |
|
| 1853 |
.ui-icon-gripsmall-diagonal-se { |
| 1854 |
background-position: -64px -224px; |
| 1855 |
} |
| 1856 |
|
| 1857 |
.ui-icon-grip-diagonal-se { |
| 1858 |
background-position: -80px -224px; |
| 1859 |
} |
| 1860 |
|
| 1861 |
/* Misc visuals |
| 1862 |
----------------------------------*/ |
| 1863 |
|
| 1864 |
/* Corner radius */ |
| 1865 |
.ui-corner-all, |
| 1866 |
.ui-corner-top, |
| 1867 |
.ui-corner-left, |
| 1868 |
.ui-corner-tl { |
| 1869 |
border-top-left-radius: 4px; |
| 1870 |
} |
| 1871 |
|
| 1872 |
.ui-corner-all, |
| 1873 |
.ui-corner-top, |
| 1874 |
.ui-corner-right, |
| 1875 |
.ui-corner-tr { |
| 1876 |
border-top-right-radius: 4px; |
| 1877 |
} |
| 1878 |
|
| 1879 |
.ui-corner-all, |
| 1880 |
.ui-corner-bottom, |
| 1881 |
.ui-corner-left, |
| 1882 |
.ui-corner-bl { |
| 1883 |
border-bottom-left-radius: 4px; |
| 1884 |
} |
| 1885 |
|
| 1886 |
.ui-corner-all, |
| 1887 |
.ui-corner-bottom, |
| 1888 |
.ui-corner-right, |
| 1889 |
.ui-corner-br { |
| 1890 |
border-bottom-right-radius: 4px; |
| 1891 |
} |
| 1892 |
|
| 1893 |
/* Overlays */ |
| 1894 |
.ui-widget-overlay { |
| 1895 |
background: #666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat; |
| 1896 |
opacity: 0.5; |
| 1897 |
filter: alpha(opacity=50); /* support: IE8 */ |
| 1898 |
} |
| 1899 |
|
| 1900 |
.ui-widget-shadow { |
| 1901 |
margin: -5px 0 0 -5px; |
| 1902 |
padding: 5px; |
| 1903 |
background: #000; |
| 1904 |
opacity: 0.2; |
| 1905 |
filter: alpha(opacity=20); /* support: IE8 */ |
| 1906 |
border-radius: 5px; |
| 1907 |
} |