| @@ -1,9 +1,9 @@ | ||
| 1 | -/*! jQuery UI - v1.12.0 - 2016-07-08 | |
| 1 | +/*! jQuery UI - v1.11.4 - 2015-03-11 | |
| 2 | 2 | * http://jqueryui.com |
| 3 | -* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.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=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px | |
| 5 | -* Copyright jQuery Foundation and other contributors; Licensed MIT */ | |
| 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 | 6 | |
| 7 | 7 | /* Layout helpers |
| 8 | 8 | ----------------------------------*/ |
| 9 | 9 | .ui-helper-hidden { |
| @@ -37,8 +37,11 @@ | ||
| 37 | 37 | } |
| 38 | 38 | .ui-helper-clearfix:after { |
| 39 | 39 | clear: both; |
| 40 | 40 | } |
| 41 | +.ui-helper-clearfix { | |
| 42 | + min-height: 0; /* support: IE7 */ | |
| 43 | +} | |
| 41 | 44 | .ui-helper-zfix { |
| 42 | 45 | width: 100%; |
| 43 | 46 | height: 100%; |
| 44 | 47 | top: 0; |
| @@ -56,29 +59,22 @@ | ||
| 56 | 59 | /* Interaction Cues |
| 57 | 60 | ----------------------------------*/ |
| 58 | 61 | .ui-state-disabled { |
| 59 | 62 | cursor: default !important; |
| 60 | - pointer-events: none; | |
| 61 | 63 | } |
| 62 | 64 | |
| 63 | 65 | |
| 64 | 66 | /* Icons |
| 65 | 67 | ----------------------------------*/ |
| 68 | + | |
| 69 | +/* states and images */ | |
| 66 | 70 | .ui-icon { |
| 67 | - display: inline-block; | |
| 68 | - vertical-align: middle; | |
| 69 | - margin-top: -.25em; | |
| 70 | - position: relative; | |
| 71 | + display: block; | |
| 71 | 72 | text-indent: -99999px; |
| 72 | 73 | overflow: hidden; |
| 73 | 74 | background-repeat: no-repeat; |
| 74 | 75 | } |
| 75 | 76 | |
| 76 | -.ui-widget-icon-block { | |
| 77 | - left: 50%; | |
| 78 | - margin-left: -8px; | |
| 79 | - display: block; | |
| 80 | -} | |
| 81 | 77 | |
| 82 | 78 | /* Misc visuals |
| 83 | 79 | ----------------------------------*/ |
| 84 | 80 | |
| @@ -95,10 +91,23 @@ | ||
| 95 | 91 | cursor: pointer; |
| 96 | 92 | position: relative; |
| 97 | 93 | margin: 2px 0 0 0; |
| 98 | 94 | padding: .5em .5em .5em .7em; |
| 95 | + min-height: 0; /* support: IE7 */ | |
| 99 | 96 | font-size: 100%; |
| 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 | +} | |
| 101 | 110 | .ui-accordion .ui-accordion-content { |
| 102 | 111 | padding: 1em 2.2em; |
| 103 | 112 | border-top: 0; |
| 104 | 113 | overflow: auto; |
| @@ -108,80 +117,19 @@ | ||
| 108 | 117 | top: 0; |
| 109 | 118 | left: 0; |
| 110 | 119 | cursor: default; |
| 111 | 120 | } |
| 112 | -.ui-menu { | |
| 113 | - list-style: none; | |
| 114 | - padding: 0; | |
| 115 | - margin: 0; | |
| 116 | - display: block; | |
| 117 | - outline: 0; | |
| 118 | -} | |
| 119 | -.ui-menu .ui-menu { | |
| 120 | - position: absolute; | |
| 121 | -} | |
| 122 | -.ui-menu .ui-menu-item { | |
| 123 | - margin: 0; | |
| 124 | - cursor: pointer; | |
| 125 | - /* support: IE10, see #8844 */ | |
| 126 | - list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); | |
| 127 | -} | |
| 128 | -.ui-menu .ui-menu-item-wrapper { | |
| 129 | - position: relative; | |
| 130 | - padding: 3px 1em 3px .4em; | |
| 131 | -} | |
| 132 | -.ui-menu .ui-menu-divider { | |
| 133 | - margin: 5px 0; | |
| 134 | - height: 0; | |
| 135 | - font-size: 0; | |
| 136 | - line-height: 0; | |
| 137 | - border-width: 1px 0 0 0; | |
| 138 | -} | |
| 139 | -.ui-menu .ui-state-focus, | |
| 140 | -.ui-menu .ui-state-active { | |
| 141 | - margin: -1px; | |
| 142 | -} | |
| 143 | - | |
| 144 | -/* icon support */ | |
| 145 | -.ui-menu-icons { | |
| 146 | - position: relative; | |
| 147 | -} | |
| 148 | -.ui-menu-icons .ui-menu-item-wrapper { | |
| 149 | - padding-left: 2em; | |
| 150 | -} | |
| 151 | - | |
| 152 | -/* left-aligned */ | |
| 153 | -.ui-menu .ui-icon { | |
| 154 | - position: absolute; | |
| 155 | - top: 0; | |
| 156 | - bottom: 0; | |
| 157 | - left: .2em; | |
| 158 | - margin: auto 0; | |
| 159 | -} | |
| 160 | - | |
| 161 | -/* right-aligned */ | |
| 162 | -.ui-menu .ui-menu-icon { | |
| 163 | - left: auto; | |
| 164 | - right: 0; | |
| 165 | -} | |
| 166 | 121 | .ui-button { |
| 167 | - padding: .4em 1em; | |
| 168 | 122 | display: inline-block; |
| 169 | 123 | position: relative; |
| 124 | + padding: 0; | |
| 170 | 125 | line-height: normal; |
| 171 | 126 | margin-right: .1em; |
| 172 | 127 | cursor: pointer; |
| 173 | 128 | vertical-align: middle; |
| 174 | 129 | text-align: center; |
| 175 | - -webkit-user-select: none; | |
| 176 | - -moz-user-select: none; | |
| 177 | - -ms-user-select: none; | |
| 178 | - user-select: none; | |
| 179 | - | |
| 180 | - /* Support: IE <= 11 */ | |
| 181 | - overflow: visible; | |
| 130 | + overflow: visible; /* removes extra width in IE */ | |
| 182 | 131 | } |
| 183 | - | |
| 184 | 132 | .ui-button, |
| 185 | 133 | .ui-button:link, |
| 186 | 134 | .ui-button:visited, |
| 187 | 135 | .ui-button:hover, |
| @@ -187,132 +135,94 @@ | ||
| 187 | 135 | .ui-button:hover, |
| 188 | 136 | .ui-button:active { |
| 189 | 137 | text-decoration: none; |
| 190 | 138 | } |
| 191 | - | |
| 192 | 139 | /* to make room for the icon, a width needs to be set here */ |
| 193 | 140 | .ui-button-icon-only { |
| 194 | - width: 2em; | |
| 195 | - box-sizing: border-box; | |
| 196 | - text-indent: -9999px; | |
| 197 | - white-space: nowrap; | |
| 141 | + width: 2.2em; | |
| 198 | 142 | } |
| 199 | - | |
| 200 | -/* no icon support for input elements */ | |
| 201 | -input.ui-button.ui-button-icon-only { | |
| 202 | - text-indent: 0; | |
| 143 | +/* button elements seem to need a little more width */ | |
| 144 | +button.ui-button-icon-only { | |
| 145 | + width: 2.4em; | |
| 203 | 146 | } |
| 204 | - | |
| 205 | -/* button icon element(s) */ | |
| 206 | -.ui-button-icon-only .ui-icon { | |
| 207 | - position: absolute; | |
| 208 | - top: 50%; | |
| 209 | - left: 50%; | |
| 210 | - margin-top: -8px; | |
| 211 | - margin-left: -8px; | |
| 147 | +.ui-button-icons-only { | |
| 148 | + width: 3.4em; | |
| 212 | 149 | } |
| 150 | +button.ui-button-icons-only { | |
| 151 | + width: 3.7em; | |
| 152 | +} | |
| 213 | 153 | |
| 214 | -.ui-button.ui-icon-notext .ui-icon { | |
| 215 | - padding: 0; | |
| 216 | - width: 2.1em; | |
| 217 | - height: 2.1em; | |
| 218 | - text-indent: -9999px; | |
| 219 | - white-space: nowrap; | |
| 220 | - | |
| 154 | +/* button text element */ | |
| 155 | +.ui-button .ui-button-text { | |
| 156 | + display: block; | |
| 157 | + line-height: normal; | |
| 221 | 158 | } |
| 222 | - | |
| 223 | -input.ui-button.ui-icon-notext .ui-icon { | |
| 224 | - width: auto; | |
| 225 | - height: auto; | |
| 226 | - text-indent: 0; | |
| 227 | - white-space: normal; | |
| 159 | +.ui-button-text-only .ui-button-text { | |
| 228 | 160 | padding: .4em 1em; |
| 229 | 161 | } |
| 230 | - | |
| 231 | -/* workarounds */ | |
| 232 | -/* Support: Firefox 5 - 40 */ | |
| 233 | -input.ui-button::-moz-focus-inner, | |
| 234 | -button.ui-button::-moz-focus-inner { | |
| 235 | - border: 0; | |
| 236 | - padding: 0; | |
| 162 | +.ui-button-icon-only .ui-button-text, | |
| 163 | +.ui-button-icons-only .ui-button-text { | |
| 164 | + padding: .4em; | |
| 165 | + text-indent: -9999999px; | |
| 237 | 166 | } |
| 238 | -.ui-controlgroup { | |
| 239 | - vertical-align: middle; | |
| 240 | - display: inline-block; | |
| 167 | +.ui-button-text-icon-primary .ui-button-text, | |
| 168 | +.ui-button-text-icons .ui-button-text { | |
| 169 | + padding: .4em 1em .4em 2.1em; | |
| 241 | 170 | } |
| 242 | -.ui-controlgroup > .ui-controlgroup-item { | |
| 243 | - float: left; | |
| 244 | - margin-left: 0; | |
| 245 | - margin-right: 0; | |
| 171 | +.ui-button-text-icon-secondary .ui-button-text, | |
| 172 | +.ui-button-text-icons .ui-button-text { | |
| 173 | + padding: .4em 2.1em .4em 1em; | |
| 246 | 174 | } |
| 247 | -.ui-controlgroup > .ui-controlgroup-item:focus, | |
| 248 | -.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus { | |
| 249 | - z-index: 9999; | |
| 175 | +.ui-button-text-icons .ui-button-text { | |
| 176 | + padding-left: 2.1em; | |
| 177 | + padding-right: 2.1em; | |
| 250 | 178 | } |
| 251 | -.ui-controlgroup-vertical > .ui-controlgroup-item { | |
| 252 | - display: block; | |
| 253 | - float: none; | |
| 254 | - width: 100%; | |
| 255 | - margin-top: 0; | |
| 256 | - margin-bottom: 0; | |
| 257 | - text-align: left; | |
| 258 | -} | |
| 259 | -.ui-controlgroup-vertical .ui-controlgroup-item { | |
| 260 | - box-sizing: border-box; | |
| 261 | -} | |
| 262 | -.ui-controlgroup .ui-controlgroup-label { | |
| 179 | +/* no icon support for input elements, provide padding by default */ | |
| 180 | +input.ui-button { | |
| 263 | 181 | padding: .4em 1em; |
| 264 | 182 | } |
| 265 | -.ui-controlgroup .ui-controlgroup-label span { | |
| 266 | - font-size: 80%; | |
| 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; | |
| 267 | 193 | } |
| 268 | -.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item { | |
| 269 | - border-left: none; | |
| 194 | +.ui-button-icon-only .ui-icon { | |
| 195 | + left: 50%; | |
| 196 | + margin-left: -8px; | |
| 270 | 197 | } |
| 271 | -.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item { | |
| 272 | - border-top: none; | |
| 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; | |
| 273 | 202 | } |
| 274 | -.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content { | |
| 275 | - border-right: none; | |
| 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; | |
| 276 | 207 | } |
| 277 | -.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content { | |
| 278 | - border-bottom: none; | |
| 279 | -} | |
| 280 | 208 | |
| 281 | -/* Spinner specific style fixes */ | |
| 282 | -.ui-controlgroup-vertical .ui-spinner-input { | |
| 283 | - | |
| 284 | - /* Support: IE8 only, Android < 4.4 only */ | |
| 285 | - width: 75%; | |
| 286 | - width: calc( 100% - 2.4em ); | |
| 209 | +/* button sets */ | |
| 210 | +.ui-buttonset { | |
| 211 | + margin-right: 7px; | |
| 287 | 212 | } |
| 288 | -.ui-controlgroup-vertical .ui-spinner .ui-spinner-up { | |
| 289 | - border-top-style: solid; | |
| 213 | +.ui-buttonset .ui-button { | |
| 214 | + margin-left: 0; | |
| 215 | + margin-right: -.3em; | |
| 290 | 216 | } |
| 291 | 217 | |
| 292 | -.ui-checkboxradio-label .ui-icon-background { | |
| 293 | - box-shadow: inset 1px 1px 1px #ccc; | |
| 294 | - border-radius: .12em; | |
| 295 | - border: none; | |
| 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; | |
| 296 | 224 | } |
| 297 | -.ui-checkboxradio-radio-label .ui-icon-background { | |
| 298 | - width: 16px; | |
| 299 | - height: 16px; | |
| 300 | - border-radius: 1em; | |
| 301 | - overflow: visible; | |
| 302 | - border: none; | |
| 303 | -} | |
| 304 | -.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, | |
| 305 | -.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon { | |
| 306 | - background-image: none; | |
| 307 | - width: 8px; | |
| 308 | - height: 8px; | |
| 309 | - border-width: 4px; | |
| 310 | - border-style: solid; | |
| 311 | -} | |
| 312 | -.ui-checkboxradio-disabled { | |
| 313 | - pointer-events: none; | |
| 314 | -} | |
| 315 | 225 | .ui-datepicker { |
| 316 | 226 | width: 17em; |
| 317 | 227 | padding: .2em .2em 0; |
| 318 | 228 | display: none; |
| @@ -476,19 +386,10 @@ | ||
| 476 | 386 | .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { |
| 477 | 387 | border-right-width: 0; |
| 478 | 388 | border-left-width: 1px; |
| 479 | 389 | } |
| 480 | - | |
| 481 | -/* Icons */ | |
| 482 | -.ui-datepicker .ui-icon { | |
| 483 | - display: block; | |
| 484 | - text-indent: -99999px; | |
| 390 | +.ui-dialog { | |
| 485 | 391 | overflow: hidden; |
| 486 | - background-repeat: no-repeat; | |
| 487 | - left: .5em; | |
| 488 | - top: .3em; | |
| 489 | -} | |
| 490 | -.ui-dialog { | |
| 491 | 392 | position: absolute; |
| 492 | 393 | top: 0; |
| 493 | 394 | left: 0; |
| 494 | 395 | padding: .2em; |
| @@ -535,54 +436,93 @@ | ||
| 535 | 436 | .ui-dialog .ui-dialog-buttonpane button { |
| 536 | 437 | margin: .5em .4em .5em 0; |
| 537 | 438 | cursor: pointer; |
| 538 | 439 | } |
| 539 | -.ui-dialog .ui-resizable-n { | |
| 540 | - height: 2px; | |
| 541 | - top: 0; | |
| 440 | +.ui-dialog .ui-resizable-se { | |
| 441 | + width: 12px; | |
| 442 | + height: 12px; | |
| 443 | + right: -5px; | |
| 444 | + bottom: -5px; | |
| 445 | + background-position: 16px 16px; | |
| 542 | 446 | } |
| 543 | -.ui-dialog .ui-resizable-e { | |
| 544 | - width: 2px; | |
| 545 | - right: 0; | |
| 447 | +.ui-draggable .ui-dialog-titlebar { | |
| 448 | + cursor: move; | |
| 546 | 449 | } |
| 547 | -.ui-dialog .ui-resizable-s { | |
| 548 | - height: 2px; | |
| 549 | - bottom: 0; | |
| 450 | +.ui-draggable-handle { | |
| 451 | + -ms-touch-action: none; | |
| 452 | + touch-action: none; | |
| 550 | 453 | } |
| 551 | -.ui-dialog .ui-resizable-w { | |
| 552 | - width: 2px; | |
| 553 | - left: 0; | |
| 454 | +.ui-menu { | |
| 455 | + list-style: none; | |
| 456 | + padding: 0; | |
| 457 | + margin: 0; | |
| 458 | + display: block; | |
| 459 | + outline: none; | |
| 554 | 460 | } |
| 555 | -.ui-dialog .ui-resizable-se, | |
| 556 | -.ui-dialog .ui-resizable-sw, | |
| 557 | -.ui-dialog .ui-resizable-ne, | |
| 558 | -.ui-dialog .ui-resizable-nw { | |
| 559 | - width: 7px; | |
| 560 | - height: 7px; | |
| 461 | +.ui-menu .ui-menu { | |
| 462 | + position: absolute; | |
| 561 | 463 | } |
| 562 | -.ui-dialog .ui-resizable-se { | |
| 563 | - right: 0; | |
| 564 | - bottom: 0; | |
| 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"); | |
| 565 | 472 | } |
| 566 | -.ui-dialog .ui-resizable-sw { | |
| 567 | - left: 0; | |
| 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; | |
| 568 | 497 | bottom: 0; |
| 498 | + left: .2em; | |
| 499 | + margin: auto 0; | |
| 569 | 500 | } |
| 570 | -.ui-dialog .ui-resizable-ne { | |
| 501 | + | |
| 502 | +/* right-aligned */ | |
| 503 | +.ui-menu .ui-menu-icon { | |
| 504 | + left: auto; | |
| 571 | 505 | right: 0; |
| 572 | - top: 0; | |
| 573 | 506 | } |
| 574 | -.ui-dialog .ui-resizable-nw { | |
| 575 | - left: 0; | |
| 576 | - top: 0; | |
| 507 | +.ui-progressbar { | |
| 508 | + height: 2em; | |
| 509 | + text-align: left; | |
| 510 | + overflow: hidden; | |
| 577 | 511 | } |
| 578 | -.ui-draggable .ui-dialog-titlebar { | |
| 579 | - cursor: move; | |
| 512 | +.ui-progressbar .ui-progressbar-value { | |
| 513 | + margin: -1px; | |
| 514 | + height: 100%; | |
| 580 | 515 | } |
| 581 | -.ui-draggable-handle { | |
| 582 | - -ms-touch-action: none; | |
| 583 | - touch-action: none; | |
| 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; | |
| 584 | 521 | } |
| 522 | +.ui-progressbar-indeterminate .ui-progressbar-value { | |
| 523 | + background-image: none; | |
| 524 | +} | |
| 585 | 525 | .ui-resizable { |
| 586 | 526 | position: relative; |
| 587 | 527 | } |
| 588 | 528 | .ui-resizable-handle { |
| @@ -651,26 +591,8 @@ | ||
| 651 | 591 | height: 9px; |
| 652 | 592 | right: -5px; |
| 653 | 593 | top: -5px; |
| 654 | 594 | } |
| 655 | -.ui-progressbar { | |
| 656 | - height: 2em; | |
| 657 | - text-align: left; | |
| 658 | - overflow: hidden; | |
| 659 | -} | |
| 660 | -.ui-progressbar .ui-progressbar-value { | |
| 661 | - margin: -1px; | |
| 662 | - height: 100%; | |
| 663 | -} | |
| 664 | -.ui-progressbar .ui-progressbar-overlay { | |
| 665 | - background: url("data:image/gif;base64,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"); | |
| 666 | - height: 100%; | |
| 667 | - filter: alpha(opacity=25); /* support: IE8 */ | |
| 668 | - opacity: 0.25; | |
| 669 | -} | |
| 670 | -.ui-progressbar-indeterminate .ui-progressbar-value { | |
| 671 | - background-image: none; | |
| 672 | -} | |
| 673 | 595 | .ui-selectable { |
| 674 | 596 | -ms-touch-action: none; |
| 675 | 597 | touch-action: none; |
| 676 | 598 | } |
| @@ -688,8 +610,9 @@ | ||
| 688 | 610 | display: none; |
| 689 | 611 | } |
| 690 | 612 | .ui-selectmenu-menu .ui-menu { |
| 691 | 613 | overflow: auto; |
| 614 | + /* Support: IE7 */ | |
| 692 | 615 | overflow-x: hidden; |
| 693 | 616 | padding-bottom: 1px; |
| 694 | 617 | } |
| 695 | 618 | .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup { |
| @@ -703,23 +626,31 @@ | ||
| 703 | 626 | } |
| 704 | 627 | .ui-selectmenu-open { |
| 705 | 628 | display: block; |
| 706 | 629 | } |
| 707 | -.ui-selectmenu-text { | |
| 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; | |
| 708 | 647 | display: block; |
| 709 | - margin-right: 20px; | |
| 648 | + line-height: 1.4; | |
| 710 | 649 | overflow: hidden; |
| 711 | 650 | text-overflow: ellipsis; |
| 712 | -} | |
| 713 | -.ui-selectmenu-button.ui-button { | |
| 714 | - text-align: left; | |
| 715 | 651 | white-space: nowrap; |
| 716 | - width: 14em; | |
| 717 | 652 | } |
| 718 | -.ui-selectmenu-icon.ui-icon { | |
| 719 | - float: right; | |
| 720 | - margin-top: 0; | |
| 721 | -} | |
| 722 | 653 | .ui-slider { |
| 723 | 654 | position: relative; |
| 724 | 655 | text-align: left; |
| 725 | 656 | } |
| @@ -798,16 +729,16 @@ | ||
| 798 | 729 | .ui-spinner-input { |
| 799 | 730 | border: none; |
| 800 | 731 | background: none; |
| 801 | 732 | color: inherit; |
| 802 | - padding: .222em 0; | |
| 733 | + padding: 0; | |
| 803 | 734 | margin: .2em 0; |
| 804 | 735 | vertical-align: middle; |
| 805 | 736 | margin-left: .4em; |
| 806 | - margin-right: 2em; | |
| 737 | + margin-right: 22px; | |
| 807 | 738 | } |
| 808 | 739 | .ui-spinner-button { |
| 809 | - width: 1.6em; | |
| 740 | + width: 16px; | |
| 810 | 741 | height: 50%; |
| 811 | 742 | font-size: .5em; |
| 812 | 743 | padding: 0; |
| 813 | 744 | margin: 0; |
| @@ -819,12 +750,19 @@ | ||
| 819 | 750 | right: 0; |
| 820 | 751 | } |
| 821 | 752 | /* more specificity required here to override default borders */ |
| 822 | 753 | .ui-spinner a.ui-spinner-button { |
| 823 | - border-top-style: none; | |
| 824 | - border-bottom-style: none; | |
| 825 | - border-right-style: none; | |
| 754 | + border-top: none; | |
| 755 | + border-bottom: none; | |
| 756 | + border-right: none; | |
| 826 | 757 | } |
| 758 | +/* vertically center icon */ | |
| 759 | +.ui-spinner .ui-icon { | |
| 760 | + position: absolute; | |
| 761 | + margin-top: -8px; | |
| 762 | + top: 50%; | |
| 763 | + left: 0; | |
| 764 | +} | |
| 827 | 765 | .ui-spinner-up { |
| 828 | 766 | top: 0; |
| 829 | 767 | } |
| 830 | 768 | .ui-spinner-down { |
| @@ -829,8 +767,14 @@ | ||
| 829 | 767 | } |
| 830 | 768 | .ui-spinner-down { |
| 831 | 769 | bottom: 0; |
| 832 | 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 | +} | |
| 833 | 777 | .ui-tabs { |
| 834 | 778 | position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */ |
| 835 | 779 | padding: .2em; |
| 836 | 780 | } |
| @@ -875,17 +819,20 @@ | ||
| 875 | 819 | padding: 8px; |
| 876 | 820 | position: absolute; |
| 877 | 821 | z-index: 9999; |
| 878 | 822 | max-width: 300px; |
| 823 | + -webkit-box-shadow: 0 0 5px #aaa; | |
| 824 | + box-shadow: 0 0 5px #aaa; | |
| 879 | 825 | } |
| 880 | 826 | body .ui-tooltip { |
| 881 | 827 | border-width: 2px; |
| 882 | 828 | } |
| 829 | + | |
| 883 | 830 | /* Component containers |
| 884 | 831 | ----------------------------------*/ |
| 885 | 832 | .ui-widget { |
| 886 | - font-family: Arial,Helvetica,sans-serif; | |
| 887 | - font-size: 1em; | |
| 833 | + font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif; | |
| 834 | + font-size: 1.1em; | |
| 888 | 835 | } |
| 889 | 836 | .ui-widget .ui-widget { |
| 890 | 837 | font-size: 1em; |
| 891 | 838 | } |
| @@ -892,17 +839,14 @@ | ||
| 892 | 839 | .ui-widget input, |
| 893 | 840 | .ui-widget select, |
| 894 | 841 | .ui-widget textarea, |
| 895 | 842 | .ui-widget button { |
| 896 | - font-family: Arial,Helvetica,sans-serif; | |
| 843 | + font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif; | |
| 897 | 844 | font-size: 1em; |
| 898 | 845 | } |
| 899 | -.ui-widget.ui-widget-content { | |
| 900 | - border: 1px solid #c5c5c5; | |
| 901 | -} | |
| 902 | 846 | .ui-widget-content { |
| 903 | 847 | border: 1px solid #dddddd; |
| 904 | - background: #ffffff; | |
| 848 | + background: #eeeeee url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x; | |
| 905 | 849 | color: #333333; |
| 906 | 850 | } |
| 907 | 851 | .ui-widget-content a { |
| 908 | 852 | color: #333333; |
| @@ -907,15 +851,15 @@ | ||
| 907 | 851 | .ui-widget-content a { |
| 908 | 852 | color: #333333; |
| 909 | 853 | } |
| 910 | 854 | .ui-widget-header { |
| 911 | - border: 1px solid #dddddd; | |
| 912 | - background: #e9e9e9; | |
| 913 | - color: #333333; | |
| 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; | |
| 914 | 858 | font-weight: bold; |
| 915 | 859 | } |
| 916 | 860 | .ui-widget-header a { |
| 917 | - color: #333333; | |
| 861 | + color: #ffffff; | |
| 918 | 862 | } |
| 919 | 863 | |
| 920 | 864 | /* Interaction states |
| 921 | 865 | ----------------------------------*/ |
| @@ -920,28 +864,18 @@ | ||
| 920 | 864 | /* Interaction states |
| 921 | 865 | ----------------------------------*/ |
| 922 | 866 | .ui-state-default, |
| 923 | 867 | .ui-widget-content .ui-state-default, |
| 924 | -.ui-widget-header .ui-state-default, | |
| 925 | -.ui-button, | |
| 926 | - | |
| 927 | -/* We use html here because we need a greater specificity to make sure disabled | |
| 928 | -works properly when clicked or hovered */ | |
| 929 | -html .ui-button.ui-state-disabled:hover, | |
| 930 | -html .ui-button.ui-state-disabled:active { | |
| 931 | - border: 1px solid #c5c5c5; | |
| 932 | - background: #f6f6f6; | |
| 933 | - font-weight: normal; | |
| 934 | - color: #454545; | |
| 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; | |
| 935 | 873 | } |
| 936 | 874 | .ui-state-default a, |
| 937 | 875 | .ui-state-default a:link, |
| 938 | -.ui-state-default a:visited, | |
| 939 | -a.ui-button, | |
| 940 | -a:link.ui-button, | |
| 941 | -a:visited.ui-button, | |
| 942 | -.ui-button { | |
| 943 | - color: #454545; | |
| 876 | +.ui-state-default a:visited { | |
| 877 | + color: #1c94c4; | |
| 944 | 878 | text-decoration: none; |
| 945 | 879 | } |
| 946 | 880 | .ui-state-hover, |
| 947 | 881 | .ui-widget-content .ui-state-hover, |
| @@ -947,15 +881,13 @@ | ||
| 947 | 881 | .ui-widget-content .ui-state-hover, |
| 948 | 882 | .ui-widget-header .ui-state-hover, |
| 949 | 883 | .ui-state-focus, |
| 950 | 884 | .ui-widget-content .ui-state-focus, |
| 951 | -.ui-widget-header .ui-state-focus, | |
| 952 | -.ui-button:hover, | |
| 953 | -.ui-button:focus { | |
| 954 | - border: 1px solid #cccccc; | |
| 955 | - background: #ededed; | |
| 956 | - font-weight: normal; | |
| 957 | - color: #2b2b2b; | |
| 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; | |
| 958 | 890 | } |
| 959 | 891 | .ui-state-hover a, |
| 960 | 892 | .ui-state-hover a:hover, |
| 961 | 893 | .ui-state-hover a:link, |
| @@ -962,38 +894,24 @@ | ||
| 962 | 894 | .ui-state-hover a:visited, |
| 963 | 895 | .ui-state-focus a, |
| 964 | 896 | .ui-state-focus a:hover, |
| 965 | 897 | .ui-state-focus a:link, |
| 966 | -.ui-state-focus a:visited, | |
| 967 | -a.ui-button:hover, | |
| 968 | -a.ui-button:focus { | |
| 969 | - color: #2b2b2b; | |
| 898 | +.ui-state-focus a:visited { | |
| 899 | + color: #c77405; | |
| 970 | 900 | text-decoration: none; |
| 971 | 901 | } |
| 972 | - | |
| 973 | -.ui-visual-focus { | |
| 974 | - box-shadow: 0 0 3px 1px rgb(94, 158, 214); | |
| 975 | -} | |
| 976 | 902 | .ui-state-active, |
| 977 | 903 | .ui-widget-content .ui-state-active, |
| 978 | -.ui-widget-header .ui-state-active, | |
| 979 | -a.ui-button:active, | |
| 980 | -.ui-button:active, | |
| 981 | -.ui-button.ui-state-active:hover { | |
| 982 | - border: 1px solid #003eff; | |
| 983 | - background: #007fff; | |
| 984 | - font-weight: normal; | |
| 985 | - color: #ffffff; | |
| 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; | |
| 986 | 909 | } |
| 987 | -.ui-icon-background, | |
| 988 | -.ui-state-active .ui-icon-background { | |
| 989 | - border: #003eff; | |
| 990 | - background-color: #ffffff; | |
| 991 | -} | |
| 992 | 910 | .ui-state-active a, |
| 993 | 911 | .ui-state-active a:link, |
| 994 | 912 | .ui-state-active a:visited { |
| 995 | - color: #ffffff; | |
| 913 | + color: #eb8f00; | |
| 996 | 914 | text-decoration: none; |
| 997 | 915 | } |
| 998 | 916 | |
| 999 | 917 | /* Interaction Cues |
| @@ -1000,37 +918,33 @@ | ||
| 1000 | 918 | ----------------------------------*/ |
| 1001 | 919 | .ui-state-highlight, |
| 1002 | 920 | .ui-widget-content .ui-state-highlight, |
| 1003 | 921 | .ui-widget-header .ui-state-highlight { |
| 1004 | - border: 1px solid #dad55e; | |
| 1005 | - background: #fffa90; | |
| 1006 | - color: #777620; | |
| 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; | |
| 1007 | 925 | } |
| 1008 | -.ui-state-checked { | |
| 1009 | - border: 1px solid #dad55e; | |
| 1010 | - background: #fffa90; | |
| 1011 | -} | |
| 1012 | 926 | .ui-state-highlight a, |
| 1013 | 927 | .ui-widget-content .ui-state-highlight a, |
| 1014 | 928 | .ui-widget-header .ui-state-highlight a { |
| 1015 | - color: #777620; | |
| 929 | + color: #363636; | |
| 1016 | 930 | } |
| 1017 | 931 | .ui-state-error, |
| 1018 | 932 | .ui-widget-content .ui-state-error, |
| 1019 | 933 | .ui-widget-header .ui-state-error { |
| 1020 | - border: 1px solid #f1a899; | |
| 1021 | - background: #fddfdf; | |
| 1022 | - color: #5f3f3f; | |
| 934 | + border: 1px solid #cd0a0a; | |
| 935 | + background: #b81900 url("images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat; | |
| 936 | + color: #ffffff; | |
| 1023 | 937 | } |
| 1024 | 938 | .ui-state-error a, |
| 1025 | 939 | .ui-widget-content .ui-state-error a, |
| 1026 | 940 | .ui-widget-header .ui-state-error a { |
| 1027 | - color: #5f3f3f; | |
| 941 | + color: #ffffff; | |
| 1028 | 942 | } |
| 1029 | 943 | .ui-state-error-text, |
| 1030 | 944 | .ui-widget-content .ui-state-error-text, |
| 1031 | 945 | .ui-widget-header .ui-state-error-text { |
| 1032 | - color: #5f3f3f; | |
| 946 | + color: #ffffff; | |
| 1033 | 947 | } |
| 1034 | 948 | .ui-priority-primary, |
| 1035 | 949 | .ui-widget-content .ui-priority-primary, |
| 1036 | 950 | .ui-widget-header .ui-priority-primary { |
| @@ -1063,53 +977,48 @@ | ||
| 1063 | 977 | height: 16px; |
| 1064 | 978 | } |
| 1065 | 979 | .ui-icon, |
| 1066 | 980 | .ui-widget-content .ui-icon { |
| 1067 | - background-image: url("images/ui-icons_444444_256x240.png"); | |
| 981 | + background-image: url("images/ui-icons_222222_256x240.png"); | |
| 1068 | 982 | } |
| 1069 | 983 | .ui-widget-header .ui-icon { |
| 1070 | - background-image: url("images/ui-icons_444444_256x240.png"); | |
| 984 | + background-image: url("images/ui-icons_ffffff_256x240.png"); | |
| 1071 | 985 | } |
| 1072 | -.ui-button .ui-icon { | |
| 1073 | - background-image: url("images/ui-icons_777777_256x240.png"); | |
| 986 | +.ui-state-default .ui-icon { | |
| 987 | + background-image: url("images/ui-icons_ef8c08_256x240.png"); | |
| 1074 | 988 | } |
| 1075 | 989 | .ui-state-hover .ui-icon, |
| 1076 | -.ui-state-focus .ui-icon, | |
| 1077 | -.ui-button:hover .ui-icon, | |
| 1078 | -.ui-button:focus .ui-icon, | |
| 1079 | -.ui-state-default .ui-icon { | |
| 1080 | - background-image: url("images/ui-icons_555555_256x240.png"); | |
| 990 | +.ui-state-focus .ui-icon { | |
| 991 | + background-image: url("images/ui-icons_ef8c08_256x240.png"); | |
| 1081 | 992 | } |
| 1082 | -.ui-state-active .ui-icon, | |
| 1083 | -.ui-button:active .ui-icon { | |
| 1084 | - background-image: url("images/ui-icons_ffffff_256x240.png"); | |
| 993 | +.ui-state-active .ui-icon { | |
| 994 | + background-image: url("images/ui-icons_ef8c08_256x240.png"); | |
| 1085 | 995 | } |
| 1086 | -.ui-state-highlight .ui-icon, | |
| 1087 | -.ui-button .ui-state-highlight.ui-icon { | |
| 1088 | - background-image: url("images/ui-icons_777620_256x240.png"); | |
| 996 | +.ui-state-highlight .ui-icon { | |
| 997 | + background-image: url("images/ui-icons_228ef1_256x240.png"); | |
| 1089 | 998 | } |
| 1090 | 999 | .ui-state-error .ui-icon, |
| 1091 | 1000 | .ui-state-error-text .ui-icon { |
| 1092 | - background-image: url("images/ui-icons_cc0000_256x240.png"); | |
| 1001 | + background-image: url("images/ui-icons_ffd27a_256x240.png"); | |
| 1093 | 1002 | } |
| 1094 | 1003 | |
| 1095 | 1004 | /* positioning */ |
| 1096 | 1005 | .ui-icon-blank { background-position: 16px 16px; } |
| 1097 | -.ui-icon-caret-1-n { background-position: 0 0; } | |
| 1098 | -.ui-icon-caret-1-ne { background-position: -16px 0; } | |
| 1099 | -.ui-icon-caret-1-e { background-position: -32px 0; } | |
| 1100 | -.ui-icon-caret-1-se { background-position: -48px 0; } | |
| 1101 | -.ui-icon-caret-1-s { background-position: -65px 0; } | |
| 1102 | -.ui-icon-caret-1-sw { background-position: -80px 0; } | |
| 1103 | -.ui-icon-caret-1-w { background-position: -96px 0; } | |
| 1104 | -.ui-icon-caret-1-nw { background-position: -112px 0; } | |
| 1105 | -.ui-icon-caret-2-n-s { background-position: -128px 0; } | |
| 1106 | -.ui-icon-caret-2-e-w { background-position: -144px 0; } | |
| 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; } | |
| 1107 | 1016 | .ui-icon-triangle-1-n { background-position: 0 -16px; } |
| 1108 | 1017 | .ui-icon-triangle-1-ne { background-position: -16px -16px; } |
| 1109 | 1018 | .ui-icon-triangle-1-e { background-position: -32px -16px; } |
| 1110 | 1019 | .ui-icon-triangle-1-se { background-position: -48px -16px; } |
| 1111 | -.ui-icon-triangle-1-s { background-position: -65px -16px; } | |
| 1020 | +.ui-icon-triangle-1-s { background-position: -64px -16px; } | |
| 1112 | 1021 | .ui-icon-triangle-1-sw { background-position: -80px -16px; } |
| 1113 | 1022 | .ui-icon-triangle-1-w { background-position: -96px -16px; } |
| 1114 | 1023 | .ui-icon-triangle-1-nw { background-position: -112px -16px; } |
| 1115 | 1024 | .ui-icon-triangle-2-n-s { background-position: -128px -16px; } |
| @@ -1117,9 +1026,9 @@ | ||
| 1117 | 1026 | .ui-icon-arrow-1-n { background-position: 0 -32px; } |
| 1118 | 1027 | .ui-icon-arrow-1-ne { background-position: -16px -32px; } |
| 1119 | 1028 | .ui-icon-arrow-1-e { background-position: -32px -32px; } |
| 1120 | 1029 | .ui-icon-arrow-1-se { background-position: -48px -32px; } |
| 1121 | -.ui-icon-arrow-1-s { background-position: -65px -32px; } | |
| 1030 | +.ui-icon-arrow-1-s { background-position: -64px -32px; } | |
| 1122 | 1031 | .ui-icon-arrow-1-sw { background-position: -80px -32px; } |
| 1123 | 1032 | .ui-icon-arrow-1-w { background-position: -96px -32px; } |
| 1124 | 1033 | .ui-icon-arrow-1-nw { background-position: -112px -32px; } |
| 1125 | 1034 | .ui-icon-arrow-2-n-s { background-position: -128px -32px; } |
| @@ -1129,9 +1038,9 @@ | ||
| 1129 | 1038 | .ui-icon-arrowstop-1-n { background-position: -192px -32px; } |
| 1130 | 1039 | .ui-icon-arrowstop-1-e { background-position: -208px -32px; } |
| 1131 | 1040 | .ui-icon-arrowstop-1-s { background-position: -224px -32px; } |
| 1132 | 1041 | .ui-icon-arrowstop-1-w { background-position: -240px -32px; } |
| 1133 | -.ui-icon-arrowthick-1-n { background-position: 1px -48px; } | |
| 1042 | +.ui-icon-arrowthick-1-n { background-position: 0 -48px; } | |
| 1134 | 1043 | .ui-icon-arrowthick-1-ne { background-position: -16px -48px; } |
| 1135 | 1044 | .ui-icon-arrowthick-1-e { background-position: -32px -48px; } |
| 1136 | 1045 | .ui-icon-arrowthick-1-se { background-position: -48px -48px; } |
| 1137 | 1046 | .ui-icon-arrowthick-1-s { background-position: -64px -48px; } |
| @@ -1278,35 +1187,39 @@ | ||
| 1278 | 1187 | .ui-corner-all, |
| 1279 | 1188 | .ui-corner-top, |
| 1280 | 1189 | .ui-corner-left, |
| 1281 | 1190 | .ui-corner-tl { |
| 1282 | - border-top-left-radius: 3px; | |
| 1191 | + border-top-left-radius: 4px; | |
| 1283 | 1192 | } |
| 1284 | 1193 | .ui-corner-all, |
| 1285 | 1194 | .ui-corner-top, |
| 1286 | 1195 | .ui-corner-right, |
| 1287 | 1196 | .ui-corner-tr { |
| 1288 | - border-top-right-radius: 3px; | |
| 1197 | + border-top-right-radius: 4px; | |
| 1289 | 1198 | } |
| 1290 | 1199 | .ui-corner-all, |
| 1291 | 1200 | .ui-corner-bottom, |
| 1292 | 1201 | .ui-corner-left, |
| 1293 | 1202 | .ui-corner-bl { |
| 1294 | - border-bottom-left-radius: 3px; | |
| 1203 | + border-bottom-left-radius: 4px; | |
| 1295 | 1204 | } |
| 1296 | 1205 | .ui-corner-all, |
| 1297 | 1206 | .ui-corner-bottom, |
| 1298 | 1207 | .ui-corner-right, |
| 1299 | 1208 | .ui-corner-br { |
| 1300 | - border-bottom-right-radius: 3px; | |
| 1209 | + border-bottom-right-radius: 4px; | |
| 1301 | 1210 | } |
| 1302 | 1211 | |
| 1303 | 1212 | /* Overlays */ |
| 1304 | 1213 | .ui-widget-overlay { |
| 1305 | - background: #aaaaaa; | |
| 1306 | - opacity: .3; | |
| 1307 | - filter: Alpha(Opacity=30); /* support: IE8 */ | |
| 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 */ | |
| 1308 | 1217 | } |
| 1309 | 1218 | .ui-widget-shadow { |
| 1310 | - -webkit-box-shadow: 0px 0px 5px #666666; | |
| 1311 | - box-shadow: 0px 0px 5px #666666; | |
| 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; | |
| 1312 | 1225 | } |