| 1 | Index: wp-admin/css/colors-fresh.css |
|---|
| 2 | =================================================================== |
|---|
| 3 | --- wp-admin/css/colors-fresh.css (revision 22613) |
|---|
| 4 | +++ wp-admin/css/colors-fresh.css (working copy) |
|---|
| 5 | @@ -660,7 +660,7 @@ |
|---|
| 6 | } |
|---|
| 7 | |
|---|
| 8 | .curtime #timestamp { |
|---|
| 9 | - background-image: url(../images/date-button.gif); |
|---|
| 10 | + background-image: url("../images/date-button.gif"); |
|---|
| 11 | } |
|---|
| 12 | |
|---|
| 13 | #rightnow .youhave { |
|---|
| 14 | @@ -673,12 +673,12 @@ |
|---|
| 15 | |
|---|
| 16 | .tagchecklist span a, |
|---|
| 17 | #bulk-titles div a { |
|---|
| 18 | - background: url(../images/xit.gif) no-repeat; |
|---|
| 19 | + background: url("../images/xit.gif") no-repeat; |
|---|
| 20 | } |
|---|
| 21 | |
|---|
| 22 | .tagchecklist span a:hover, |
|---|
| 23 | #bulk-titles div a:hover { |
|---|
| 24 | - background: url(../images/xit.gif) no-repeat -10px 0; |
|---|
| 25 | + background: url("../images/xit.gif") no-repeat -10px 0; |
|---|
| 26 | } |
|---|
| 27 | |
|---|
| 28 | #update-nag, .update-nag { |
|---|
| 29 | @@ -730,7 +730,7 @@ |
|---|
| 30 | |
|---|
| 31 | #screen-meta-links a { |
|---|
| 32 | color: #777; |
|---|
| 33 | - background: transparent url(../images/arrows.png) no-repeat right 4px; |
|---|
| 34 | + background: transparent url("../images/arrows.png") no-repeat right 4px; |
|---|
| 35 | } |
|---|
| 36 | |
|---|
| 37 | #screen-meta-links a:hover, |
|---|
| 38 | @@ -834,7 +834,7 @@ |
|---|
| 39 | |
|---|
| 40 | #adminmenushadow, |
|---|
| 41 | #adminmenuback { |
|---|
| 42 | - background-image: url(../images/menu-shadow.png); |
|---|
| 43 | + background-image: url("../images/menu-shadow.png"); |
|---|
| 44 | background-position: top right; |
|---|
| 45 | background-repeat: repeat-y; |
|---|
| 46 | } |
|---|
| 47 | @@ -976,7 +976,7 @@ |
|---|
| 48 | } |
|---|
| 49 | |
|---|
| 50 | #collapse-button div { |
|---|
| 51 | - background: transparent url(../images/arrows.png) no-repeat 0 -72px; |
|---|
| 52 | + background: transparent url("../images/arrows.png") no-repeat 0 -72px; |
|---|
| 53 | } |
|---|
| 54 | |
|---|
| 55 | .folded #collapse-button div { |
|---|
| 56 | @@ -1048,7 +1048,7 @@ |
|---|
| 57 | .menu-icon-site div.wp-menu-image, |
|---|
| 58 | .icon16.icon-generic, |
|---|
| 59 | .menu-icon-generic div.wp-menu-image { |
|---|
| 60 | - background-image: url(../images/menu.png?ver=20121105); |
|---|
| 61 | + background-image: url("../images/menu.png?ver=20121105"); |
|---|
| 62 | } |
|---|
| 63 | |
|---|
| 64 | .icon16.icon-dashboard, |
|---|
| 65 | @@ -1230,7 +1230,7 @@ |
|---|
| 66 | #icon-ms-admin, |
|---|
| 67 | .icon32.icon-generic, |
|---|
| 68 | #icon-generic { |
|---|
| 69 | - background-image: url(../images/icons32.png?ver=20121105); |
|---|
| 70 | + background-image: url("../images/icons32.png?ver=20121105"); |
|---|
| 71 | } |
|---|
| 72 | |
|---|
| 73 | .icon32.icon-post, |
|---|
| 74 | @@ -1403,7 +1403,7 @@ |
|---|
| 75 | } |
|---|
| 76 | |
|---|
| 77 | .js .meta-box-sortables .postbox:hover .handlediv { |
|---|
| 78 | - background: transparent url(../images/arrows.png) no-repeat 6px 7px; |
|---|
| 79 | + background: transparent url("../images/arrows.png") no-repeat 6px 7px; |
|---|
| 80 | } |
|---|
| 81 | |
|---|
| 82 | .tablenav .tablenav-pages { |
|---|
| 83 | @@ -1488,7 +1488,7 @@ |
|---|
| 84 | .view-switch #view-switch-list, |
|---|
| 85 | .view-switch #view-switch-excerpt { |
|---|
| 86 | background-color: transparent; |
|---|
| 87 | - background-image: url('../images/list.png'); |
|---|
| 88 | + background-image: url("../images/list.png"); |
|---|
| 89 | background-repeat: no-repeat; |
|---|
| 90 | } |
|---|
| 91 | |
|---|
| 92 | @@ -1509,7 +1509,7 @@ |
|---|
| 93 | } |
|---|
| 94 | |
|---|
| 95 | #header-logo { |
|---|
| 96 | - background: transparent url(../images/wp-logo.png?ver=20110504) no-repeat scroll center center; |
|---|
| 97 | + background: transparent url("../images/wp-logo.png?ver=20110504") no-repeat scroll center center; |
|---|
| 98 | } |
|---|
| 99 | |
|---|
| 100 | .popular-tags, |
|---|
| 101 | @@ -1547,11 +1547,11 @@ |
|---|
| 102 | } |
|---|
| 103 | |
|---|
| 104 | .js .sidebar-name-arrow { |
|---|
| 105 | - background: transparent url(../images/arrows.png) no-repeat 5px 9px; |
|---|
| 106 | + background: transparent url("../images/arrows.png") no-repeat 5px 9px; |
|---|
| 107 | } |
|---|
| 108 | |
|---|
| 109 | .js .sidebar-name:hover .sidebar-name-arrow { |
|---|
| 110 | - background: transparent url(../images/arrows-dark.png) no-repeat 5px 9px; |
|---|
| 111 | + background: transparent url("../images/arrows-dark.png") no-repeat 5px 9px; |
|---|
| 112 | } |
|---|
| 113 | |
|---|
| 114 | .in-widget-title { |
|---|
| 115 | @@ -1664,12 +1664,12 @@ |
|---|
| 116 | } |
|---|
| 117 | |
|---|
| 118 | .nav-menus-php .item-edit { |
|---|
| 119 | - background: transparent url(../images/arrows.png) no-repeat 8px 10px; |
|---|
| 120 | + background: transparent url("../images/arrows.png") no-repeat 8px 10px; |
|---|
| 121 | border-bottom-color: #eee; |
|---|
| 122 | } |
|---|
| 123 | |
|---|
| 124 | .nav-menus-php .item-edit:hover { |
|---|
| 125 | - background: transparent url(../images/arrows-dark.png) no-repeat 8px 10px; |
|---|
| 126 | + background: transparent url("../images/arrows-dark.png") no-repeat 8px 10px; |
|---|
| 127 | } |
|---|
| 128 | |
|---|
| 129 | .menu-item-settings { /* Menu editing */ |
|---|
| 130 | @@ -1830,7 +1830,7 @@ |
|---|
| 131 | /* Menu */ |
|---|
| 132 | .rtl #adminmenushadow, |
|---|
| 133 | .rtl #adminmenuback { |
|---|
| 134 | - background-image: url(../images/menu-shadow-rtl.png); |
|---|
| 135 | + background-image: url("../images/menu-shadow-rtl.png"); |
|---|
| 136 | background-position: top left; |
|---|
| 137 | } |
|---|
| 138 | |
|---|
| 139 | @@ -1874,7 +1874,7 @@ |
|---|
| 140 | |
|---|
| 141 | /* Edit Image */ |
|---|
| 142 | .js.rtl .meta-box-sortables .postbox:hover .handlediv { |
|---|
| 143 | - background: transparent url(../images/arrows.png) no-repeat 6px 7px; |
|---|
| 144 | + background: transparent url("../images/arrows.png") no-repeat 6px 7px; |
|---|
| 145 | } |
|---|
| 146 | |
|---|
| 147 | .rtl #post-body .misc-pub-section { |
|---|
| 148 | @@ -1883,11 +1883,11 @@ |
|---|
| 149 | } |
|---|
| 150 | |
|---|
| 151 | .js.rtl .sidebar-name-arrow { |
|---|
| 152 | - background: transparent url(../images/arrows.png) no-repeat 5px 9px; |
|---|
| 153 | + background: transparent url("../images/arrows.png") no-repeat 5px 9px; |
|---|
| 154 | } |
|---|
| 155 | |
|---|
| 156 | .js.rtl .sidebar-name:hover .sidebar-name-arrow { |
|---|
| 157 | - background: transparent url(../images/arrows-dark.png) no-repeat 5px 9px; |
|---|
| 158 | + background: transparent url("../images/arrows-dark.png") no-repeat 5px 9px; |
|---|
| 159 | } |
|---|
| 160 | |
|---|
| 161 | /** |
|---|
| 162 | @@ -1974,7 +1974,7 @@ |
|---|
| 163 | #icon-ms-admin, |
|---|
| 164 | .icon32.icon-generic, |
|---|
| 165 | #icon-generic { |
|---|
| 166 | - background-image: url(../images/icons32-2x.png?ver=20121105); |
|---|
| 167 | + background-image: url("../images/icons32-2x.png?ver=20121105"); |
|---|
| 168 | background-size: 756px 45px; |
|---|
| 169 | } |
|---|
| 170 | |
|---|
| 171 | @@ -2004,12 +2004,12 @@ |
|---|
| 172 | .menu-icon-site div.wp-menu-image, |
|---|
| 173 | .icon16.icon-generic, |
|---|
| 174 | .menu-icon-generic div.wp-menu-image { |
|---|
| 175 | - background-image: url('../images/menu-2x.png?ver=20121105'); |
|---|
| 176 | + background-image: url("../images/menu-2x.png?ver=20121105"); |
|---|
| 177 | background-size: 390px 64px; |
|---|
| 178 | } |
|---|
| 179 | |
|---|
| 180 | #header-logo { |
|---|
| 181 | - background-image: url('../images/wp-logo-2x.png?ver=20120916'); |
|---|
| 182 | + background-image: url("../images/wp-logo-2x.png?ver=20120916"); |
|---|
| 183 | background-size: 16px auto; |
|---|
| 184 | } |
|---|
| 185 | |
|---|
| 186 | Index: wp-admin/css/install.css |
|---|
| 187 | =================================================================== |
|---|
| 188 | --- wp-admin/css/install.css (revision 22613) |
|---|
| 189 | +++ wp-admin/css/install.css (working copy) |
|---|
| 190 | @@ -64,7 +64,7 @@ |
|---|
| 191 | text-align:center |
|---|
| 192 | } |
|---|
| 193 | #logo a { |
|---|
| 194 | - background-image: url('../images/wordpress-logo.png?ver=20120216'); |
|---|
| 195 | + background-image: url("../images/wordpress-logo.png?ver=20120216"); |
|---|
| 196 | background-size: 274px 63px; |
|---|
| 197 | background-position: top center; |
|---|
| 198 | background-repeat: no-repeat; |
|---|
| 199 | @@ -76,7 +76,7 @@ |
|---|
| 200 | } |
|---|
| 201 | @media only screen and (-webkit-min-device-pixel-ratio: 1.5) { |
|---|
| 202 | #logo a { |
|---|
| 203 | - background-image: url('../images/wordpress-logo-2x.png?ver=20120412'); |
|---|
| 204 | + background-image: url("../images/wordpress-logo-2x.png?ver=20120412"); |
|---|
| 205 | background-size: 274px 63px; |
|---|
| 206 | } |
|---|
| 207 | } |
|---|
| 208 | Index: wp-admin/css/wp-admin-rtl.css |
|---|
| 209 | =================================================================== |
|---|
| 210 | --- wp-admin/css/wp-admin-rtl.css (revision 22613) |
|---|
| 211 | +++ wp-admin/css/wp-admin-rtl.css (working copy) |
|---|
| 212 | @@ -118,7 +118,7 @@ |
|---|
| 213 | } |
|---|
| 214 | |
|---|
| 215 | input[type="text"].ui-autocomplete-loading { |
|---|
| 216 | - background: transparent url('../images/loading.gif') no-repeat left center; |
|---|
| 217 | + background: transparent url("../images/loading.gif") no-repeat left center; |
|---|
| 218 | } |
|---|
| 219 | |
|---|
| 220 | ul#add-to-blog-users { |
|---|
| 221 | @@ -525,7 +525,7 @@ |
|---|
| 222 | } |
|---|
| 223 | |
|---|
| 224 | .post-com-count { |
|---|
| 225 | - background-image: url('../images/bubble_bg-rtl.gif'); |
|---|
| 226 | + background-image: url("../images/bubble_bg-rtl.gif"); |
|---|
| 227 | } |
|---|
| 228 | |
|---|
| 229 | .column-response .post-com-count { |
|---|
| 230 | @@ -863,7 +863,7 @@ |
|---|
| 231 | } |
|---|
| 232 | |
|---|
| 233 | #post-body .wp_themeSkin .mceStatusbar a.mceResize { |
|---|
| 234 | - background: transparent url('../images/resize-rtl.gif') no-repeat scroll left bottom; |
|---|
| 235 | + background: transparent url("../images/resize-rtl.gif") no-repeat scroll left bottom; |
|---|
| 236 | cursor: sw-resize; |
|---|
| 237 | } |
|---|
| 238 | |
|---|
| 239 | @@ -1524,7 +1524,7 @@ |
|---|
| 240 | } |
|---|
| 241 | |
|---|
| 242 | #content-resize-handle { |
|---|
| 243 | - background: transparent url('../images/resize-rtl.gif') no-repeat scroll left bottom; |
|---|
| 244 | + background: transparent url("../images/resize-rtl.gif") no-repeat scroll left bottom; |
|---|
| 245 | right: auto; |
|---|
| 246 | left: 2px; |
|---|
| 247 | cursor: sw-resize; |
|---|
| 248 | @@ -1576,7 +1576,7 @@ |
|---|
| 249 | .wp-full-overlay .collapse-sidebar-arrow { |
|---|
| 250 | margin-right: 2px; |
|---|
| 251 | margin-left: 0; |
|---|
| 252 | - background: transparent url('../images/arrows.png') no-repeat 0 -108px; |
|---|
| 253 | + background: transparent url("../images/arrows.png") no-repeat 0 -108px; |
|---|
| 254 | } |
|---|
| 255 | |
|---|
| 256 | .wp-full-overlay.collapsed .collapse-sidebar-arrow { |
|---|
| 257 | @@ -2148,10 +2148,10 @@ |
|---|
| 258 | |
|---|
| 259 | /* Star ratings */ |
|---|
| 260 | div.star-holder { |
|---|
| 261 | - background: url('../images/stars-rtl.png?ver=20121108') repeat-x bottom right; |
|---|
| 262 | + background: url("../images/stars-rtl.png?ver=20121108") repeat-x bottom right; |
|---|
| 263 | } |
|---|
| 264 | div.star-holder .star-rating { |
|---|
| 265 | - background: url('../images/stars-rtl.png?ver=20121108') repeat-x top right; |
|---|
| 266 | + background: url("../images/stars-rtl.png?ver=20121108") repeat-x top right; |
|---|
| 267 | float: right; |
|---|
| 268 | } |
|---|
| 269 | |
|---|
| 270 | @@ -2384,33 +2384,33 @@ |
|---|
| 271 | */ |
|---|
| 272 | @media only screen and (-webkit-min-device-pixel-ratio: 1.5) { |
|---|
| 273 | .post-com-count { |
|---|
| 274 | - background-image: url('../images/bubble_bg-rtl-2x.gif'); |
|---|
| 275 | + background-image: url("../images/bubble_bg-rtl-2x.gif"); |
|---|
| 276 | background-size: 18px 100px; |
|---|
| 277 | } |
|---|
| 278 | |
|---|
| 279 | #content-resize-handle, #post-body .wp_themeSkin .mceStatusbar a.mceResize { |
|---|
| 280 | - background: transparent url('../images/resize-rtl-2x.gif') no-repeat scroll right bottom; |
|---|
| 281 | + background: transparent url("../images/resize-rtl-2x.gif") no-repeat scroll right bottom; |
|---|
| 282 | background-size: 11px 11px; |
|---|
| 283 | } |
|---|
| 284 | |
|---|
| 285 | .wp-full-overlay .collapse-sidebar-arrow { |
|---|
| 286 | - background-image: url('../images/arrows-2x.png'); |
|---|
| 287 | + background-image: url("../images/arrows-2x.png"); |
|---|
| 288 | background-size: 15px 123px; |
|---|
| 289 | } |
|---|
| 290 | |
|---|
| 291 | div.star-holder { |
|---|
| 292 | - background: url('../images/stars-rtl-2x.png?ver=20121108') repeat-x bottom right; |
|---|
| 293 | + background: url("../images/stars-rtl-2x.png?ver=20121108") repeat-x bottom right; |
|---|
| 294 | background-size: 21px 37px; |
|---|
| 295 | } |
|---|
| 296 | |
|---|
| 297 | div.star-holder .star-rating { |
|---|
| 298 | - background: url('../images/stars-rtl-2x.png?ver=20121108') repeat-x top right; |
|---|
| 299 | + background: url("../images/stars-rtl-2x.png?ver=20121108") repeat-x top right; |
|---|
| 300 | background-size: 21px 37px; |
|---|
| 301 | } |
|---|
| 302 | |
|---|
| 303 | #post-body .wp_themeSkin .mceStatusbar a.mceResize, |
|---|
| 304 | #content-resize-handle { |
|---|
| 305 | - background: transparent url('../images/resize-rtl-2x.gif') no-repeat scroll left bottom; |
|---|
| 306 | + background: transparent url("../images/resize-rtl-2x.gif") no-repeat scroll left bottom; |
|---|
| 307 | } |
|---|
| 308 | } |
|---|
| 309 | |
|---|
| 310 | Index: wp-admin/css/wp-admin.css |
|---|
| 311 | =================================================================== |
|---|
| 312 | --- wp-admin/css/wp-admin.css (revision 22613) |
|---|
| 313 | +++ wp-admin/css/wp-admin.css (working copy) |
|---|
| 314 | @@ -932,7 +932,7 @@ |
|---|
| 315 | } |
|---|
| 316 | |
|---|
| 317 | input[type="text"].ui-autocomplete-loading { |
|---|
| 318 | - background: transparent url('../images/loading.gif') no-repeat right center; |
|---|
| 319 | + background: transparent url("../images/loading.gif") no-repeat right center; |
|---|
| 320 | visibility: visible; |
|---|
| 321 | } |
|---|
| 322 | |
|---|
| 323 | @@ -1827,7 +1827,7 @@ |
|---|
| 324 | } |
|---|
| 325 | |
|---|
| 326 | .post-com-count { |
|---|
| 327 | - background-image: url('../images/bubble_bg.gif'); |
|---|
| 328 | + background-image: url("../images/bubble_bg.gif"); |
|---|
| 329 | height: 1.3em; |
|---|
| 330 | line-height: 1.1em; |
|---|
| 331 | display: block; |
|---|
| 332 | @@ -1873,7 +1873,7 @@ |
|---|
| 333 | } |
|---|
| 334 | |
|---|
| 335 | th .comment-grey-bubble { |
|---|
| 336 | - background-image: url('../images/comment-grey-bubble.png'); |
|---|
| 337 | + background-image: url("../images/comment-grey-bubble.png"); |
|---|
| 338 | background-repeat: no-repeat; |
|---|
| 339 | height: 12px; |
|---|
| 340 | width: 12px; |
|---|
| 341 | @@ -2273,7 +2273,7 @@ |
|---|
| 342 | left: -12px; |
|---|
| 343 | width: 10px; |
|---|
| 344 | height: 100%; |
|---|
| 345 | - background: url('../images/xit.gif') 0 17% no-repeat; |
|---|
| 346 | + background: url("../images/xit.gif") 0 17% no-repeat; |
|---|
| 347 | } |
|---|
| 348 | |
|---|
| 349 | .welcome-panel .welcome-panel-close:hover:before { |
|---|
| 350 | @@ -2322,32 +2322,32 @@ |
|---|
| 351 | } |
|---|
| 352 | |
|---|
| 353 | .welcome-panel .welcome-add-page { |
|---|
| 354 | - background: url('../images/welcome-icons.png') no-repeat 0 -1px; |
|---|
| 355 | + background: url("../images/welcome-icons.png") no-repeat 0 -1px; |
|---|
| 356 | } |
|---|
| 357 | |
|---|
| 358 | .welcome-panel .welcome-edit-page { |
|---|
| 359 | - background: url('../images/welcome-icons.png') no-repeat 0px -92px; |
|---|
| 360 | + background: url("../images/welcome-icons.png") no-repeat 0px -92px; |
|---|
| 361 | } |
|---|
| 362 | |
|---|
| 363 | .welcome-panel .welcome-learn-more { |
|---|
| 364 | - background: url('../images/welcome-icons.png') no-repeat 0px -138px; |
|---|
| 365 | + background: url("../images/welcome-icons.png") no-repeat 0px -138px; |
|---|
| 366 | } |
|---|
| 367 | |
|---|
| 368 | .welcome-panel .welcome-comments { |
|---|
| 369 | - background: url('../images/welcome-icons.png') no-repeat 0px -184px; |
|---|
| 370 | + background: url("../images/welcome-icons.png") no-repeat 0px -184px; |
|---|
| 371 | } |
|---|
| 372 | |
|---|
| 373 | .welcome-panel .welcome-view-site { |
|---|
| 374 | - background: url('../images/welcome-icons.png') no-repeat 0px -276px; |
|---|
| 375 | + background: url("../images/welcome-icons.png") no-repeat 0px -276px; |
|---|
| 376 | } |
|---|
| 377 | |
|---|
| 378 | .welcome-panel .welcome-widgets-menus { |
|---|
| 379 | - background: url('../images/welcome-icons.png') no-repeat 1px -230px; |
|---|
| 380 | + background: url("../images/welcome-icons.png") no-repeat 1px -230px; |
|---|
| 381 | line-height: 14px; |
|---|
| 382 | } |
|---|
| 383 | |
|---|
| 384 | .welcome-panel .welcome-write-blog { |
|---|
| 385 | - background: url('../images/welcome-icons.png') no-repeat 0px -46px; |
|---|
| 386 | + background: url("../images/welcome-icons.png") no-repeat 0px -46px; |
|---|
| 387 | } |
|---|
| 388 | |
|---|
| 389 | .welcome-panel .welcome-add-page, |
|---|
| 390 | @@ -2364,37 +2364,37 @@ |
|---|
| 391 | |
|---|
| 392 | @media only screen and (-webkit-min-device-pixel-ratio: 1.5) { |
|---|
| 393 | .welcome-panel .welcome-add-page { |
|---|
| 394 | - background: url('../images/welcome-icons-2x.png') no-repeat 0 -1px; |
|---|
| 395 | + background: url("../images/welcome-icons-2x.png") no-repeat 0 -1px; |
|---|
| 396 | background-size: 16px; |
|---|
| 397 | } |
|---|
| 398 | |
|---|
| 399 | .welcome-panel .welcome-edit-page { |
|---|
| 400 | - background: url('../images/welcome-icons-2x.png') no-repeat 0px -92px; |
|---|
| 401 | + background: url("../images/welcome-icons-2x.png") no-repeat 0px -92px; |
|---|
| 402 | background-size: 16px; |
|---|
| 403 | } |
|---|
| 404 | |
|---|
| 405 | .welcome-panel .welcome-learn-more { |
|---|
| 406 | - background: url('../images/welcome-icons-2x.png') no-repeat 0px -138px; |
|---|
| 407 | + background: url("../images/welcome-icons-2x.png") no-repeat 0px -138px; |
|---|
| 408 | background-size: 16px; |
|---|
| 409 | } |
|---|
| 410 | |
|---|
| 411 | .welcome-panel .welcome-comments { |
|---|
| 412 | - background: url('../images/welcome-icons-2x.png') no-repeat 0px -184px; |
|---|
| 413 | + background: url("../images/welcome-icons-2x.png") no-repeat 0px -184px; |
|---|
| 414 | background-size: 16px; |
|---|
| 415 | } |
|---|
| 416 | |
|---|
| 417 | .welcome-panel .welcome-view-site { |
|---|
| 418 | - background: url('../images/welcome-icons-2x.png') no-repeat 0px -276px; |
|---|
| 419 | + background: url("../images/welcome-icons-2x.png") no-repeat 0px -276px; |
|---|
| 420 | background-size: 16px; |
|---|
| 421 | } |
|---|
| 422 | |
|---|
| 423 | .welcome-panel .welcome-widgets-menus { |
|---|
| 424 | - background: url('../images/welcome-icons-2x.png') no-repeat 1px -230px; |
|---|
| 425 | + background: url("../images/welcome-icons-2x.png") no-repeat 1px -230px; |
|---|
| 426 | background-size: 16px; |
|---|
| 427 | } |
|---|
| 428 | |
|---|
| 429 | .welcome-panel .welcome-write-blog { |
|---|
| 430 | - background: url('../images/welcome-icons-2x.png') no-repeat 0px -46px; |
|---|
| 431 | + background: url("../images/welcome-icons-2x.png") no-repeat 0px -46px; |
|---|
| 432 | background-size: 16px; |
|---|
| 433 | } |
|---|
| 434 | } |
|---|
| 435 | @@ -2446,7 +2446,7 @@ |
|---|
| 436 | @media only screen and (-webkit-min-device-pixel-ratio: 1.5) { |
|---|
| 437 | |
|---|
| 438 | .welcome-panel .welcome-panel-close:before { |
|---|
| 439 | - background-image: url('../images/xit-2x.gif'); |
|---|
| 440 | + background-image: url("../images/xit-2x.gif"); |
|---|
| 441 | background-size: 20px auto; |
|---|
| 442 | } |
|---|
| 443 | } |
|---|
| 444 | @@ -2565,7 +2565,7 @@ |
|---|
| 445 | height: 4px; |
|---|
| 446 | margin-top: 8px; |
|---|
| 447 | margin-left: 7px; |
|---|
| 448 | - background-image: url('../images/sort.gif'); |
|---|
| 449 | + background-image: url("../images/sort.gif"); |
|---|
| 450 | background-repeat: no-repeat; |
|---|
| 451 | } |
|---|
| 452 | |
|---|
| 453 | @@ -3303,7 +3303,7 @@ |
|---|
| 454 | |
|---|
| 455 | #post-body .wp_themeSkin .mceStatusbar a.mceResize { |
|---|
| 456 | display: block; |
|---|
| 457 | - background: transparent url('../images/resize.gif') no-repeat scroll right bottom; |
|---|
| 458 | + background: transparent url("../images/resize.gif") no-repeat scroll right bottom; |
|---|
| 459 | width: 12px; |
|---|
| 460 | cursor: se-resize; |
|---|
| 461 | margin: 0 1px; |
|---|
| 462 | @@ -3316,7 +3316,7 @@ |
|---|
| 463 | } |
|---|
| 464 | |
|---|
| 465 | #content-resize-handle { |
|---|
| 466 | - background: transparent url('../images/resize.gif') no-repeat scroll right bottom; |
|---|
| 467 | + background: transparent url("../images/resize.gif") no-repeat scroll right bottom; |
|---|
| 468 | width: 12px; |
|---|
| 469 | cursor: se-resize; |
|---|
| 470 | position: absolute; |
|---|
| 471 | @@ -4174,7 +4174,7 @@ |
|---|
| 472 | .imgedit-wait { |
|---|
| 473 | position: absolute; |
|---|
| 474 | top: 0; |
|---|
| 475 | - background: #fff url(../images/wpspin_light.gif) no-repeat scroll 22px 10px; |
|---|
| 476 | + background: #fff url("../images/wpspin_light.gif") no-repeat scroll 22px 10px; |
|---|
| 477 | background-size: 16px 16px; |
|---|
| 478 | opacity: 0.7; |
|---|
| 479 | filter: alpha(opacity=70); |
|---|
| 480 | @@ -4184,7 +4184,7 @@ |
|---|
| 481 | } |
|---|
| 482 | |
|---|
| 483 | .spinner { |
|---|
| 484 | - background: url(../images/wpspin_light.gif) no-repeat; |
|---|
| 485 | + background: url("../images/wpspin_light.gif") no-repeat; |
|---|
| 486 | background-size: 16px 16px; |
|---|
| 487 | display: none; |
|---|
| 488 | float: right; |
|---|
| 489 | @@ -4199,7 +4199,7 @@ |
|---|
| 490 | .spinner, |
|---|
| 491 | .imgedit-wait, |
|---|
| 492 | .customize-loading #customize-container { |
|---|
| 493 | - background-image: url(../images/wpspin_light-2x.gif); |
|---|
| 494 | + background-image: url("../images/wpspin_light-2x.gif"); |
|---|
| 495 | } |
|---|
| 496 | } |
|---|
| 497 | |
|---|
| 498 | @@ -4242,7 +4242,7 @@ |
|---|
| 499 | } |
|---|
| 500 | |
|---|
| 501 | .imgedit-crop { |
|---|
| 502 | - background: transparent url('../images/imgedit-icons.png') no-repeat scroll -9px -31px; |
|---|
| 503 | + background: transparent url("../images/imgedit-icons.png") no-repeat scroll -9px -31px; |
|---|
| 504 | margin: 0 8px 0 0; |
|---|
| 505 | } |
|---|
| 506 | |
|---|
| 507 | @@ -4255,7 +4255,7 @@ |
|---|
| 508 | } |
|---|
| 509 | |
|---|
| 510 | .imgedit-rleft { |
|---|
| 511 | - background: transparent url('../images/imgedit-icons.png') no-repeat scroll -46px -31px; |
|---|
| 512 | + background: transparent url("../images/imgedit-icons.png") no-repeat scroll -46px -31px; |
|---|
| 513 | margin: 0 3px; |
|---|
| 514 | } |
|---|
| 515 | |
|---|
| 516 | @@ -4268,7 +4268,7 @@ |
|---|
| 517 | } |
|---|
| 518 | |
|---|
| 519 | .imgedit-rright { |
|---|
| 520 | - background: transparent url('../images/imgedit-icons.png') no-repeat scroll -77px -31px; |
|---|
| 521 | + background: transparent url("../images/imgedit-icons.png") no-repeat scroll -77px -31px; |
|---|
| 522 | margin: 0 8px 0 3px; |
|---|
| 523 | } |
|---|
| 524 | |
|---|
| 525 | @@ -4281,7 +4281,7 @@ |
|---|
| 526 | } |
|---|
| 527 | |
|---|
| 528 | .imgedit-flipv { |
|---|
| 529 | - background: transparent url('../images/imgedit-icons.png') no-repeat scroll -115px -31px; |
|---|
| 530 | + background: transparent url("../images/imgedit-icons.png") no-repeat scroll -115px -31px; |
|---|
| 531 | margin: 0 3px; |
|---|
| 532 | } |
|---|
| 533 | |
|---|
| 534 | @@ -4294,7 +4294,7 @@ |
|---|
| 535 | } |
|---|
| 536 | |
|---|
| 537 | .imgedit-fliph { |
|---|
| 538 | - background: transparent url('../images/imgedit-icons.png') no-repeat scroll -147px -31px; |
|---|
| 539 | + background: transparent url("../images/imgedit-icons.png") no-repeat scroll -147px -31px; |
|---|
| 540 | margin: 0 8px 0 3px; |
|---|
| 541 | } |
|---|
| 542 | |
|---|
| 543 | @@ -4307,7 +4307,7 @@ |
|---|
| 544 | } |
|---|
| 545 | |
|---|
| 546 | .imgedit-undo { |
|---|
| 547 | - background: transparent url('../images/imgedit-icons.png') no-repeat scroll -184px -31px; |
|---|
| 548 | + background: transparent url("../images/imgedit-icons.png") no-repeat scroll -184px -31px; |
|---|
| 549 | margin: 0 3px; |
|---|
| 550 | } |
|---|
| 551 | |
|---|
| 552 | @@ -4320,7 +4320,7 @@ |
|---|
| 553 | } |
|---|
| 554 | |
|---|
| 555 | .imgedit-redo { |
|---|
| 556 | - background: transparent url('../images/imgedit-icons.png') no-repeat scroll -215px -31px; |
|---|
| 557 | + background: transparent url("../images/imgedit-icons.png") no-repeat scroll -215px -31px; |
|---|
| 558 | margin: 0 8px 0 3px; |
|---|
| 559 | } |
|---|
| 560 | |
|---|
| 561 | @@ -4408,7 +4408,7 @@ |
|---|
| 562 | .imgedit-fliph, |
|---|
| 563 | .imgedit-undo, |
|---|
| 564 | .imgedit-redo { |
|---|
| 565 | - background-image: url('../images/imgedit-icons-2x.png'); |
|---|
| 566 | + background-image: url("../images/imgedit-icons-2x.png"); |
|---|
| 567 | background-size: 260px 64px; |
|---|
| 568 | } |
|---|
| 569 | } |
|---|
| 570 | @@ -5108,7 +5108,7 @@ |
|---|
| 571 | } |
|---|
| 572 | |
|---|
| 573 | .pressthis a span { |
|---|
| 574 | - background: url(../images/press-this.png?v=20120502) no-repeat 0px 5px; |
|---|
| 575 | + background: url("../images/press-this.png?v=20120502") no-repeat 0px 5px; |
|---|
| 576 | background-size: 24px 20px; |
|---|
| 577 | padding: 8px 11px 8px 27px; |
|---|
| 578 | margin: 0 5px; |
|---|
| 579 | @@ -5134,7 +5134,7 @@ |
|---|
| 580 | |
|---|
| 581 | @media only screen and (-webkit-min-device-pixel-ratio: 1.5) { |
|---|
| 582 | .pressthis a span { |
|---|
| 583 | - background-image: url(../images/press-this-2x.png?v=20121105); |
|---|
| 584 | + background-image: url("../images/press-this-2x.png?v=20121105"); |
|---|
| 585 | } |
|---|
| 586 | } |
|---|
| 587 | |
|---|
| 588 | @@ -5303,7 +5303,7 @@ |
|---|
| 589 | font-size: 14px; |
|---|
| 590 | text-align: center; |
|---|
| 591 | margin: 0 -5px; |
|---|
| 592 | - background: url('../images/wp-badge.png?ver=20111120') no-repeat; |
|---|
| 593 | + background: url("../images/wp-badge.png?ver=20111120") no-repeat; |
|---|
| 594 | } |
|---|
| 595 | |
|---|
| 596 | .about-wrap .wp-badge { |
|---|
| 597 | @@ -5643,7 +5643,7 @@ |
|---|
| 598 | display: block; |
|---|
| 599 | width: 15px; |
|---|
| 600 | height: 15px; |
|---|
| 601 | - background: transparent url('../images/arrows.png') no-repeat -1px -73px; |
|---|
| 602 | + background: transparent url("../images/arrows.png") no-repeat -1px -73px; |
|---|
| 603 | } |
|---|
| 604 | |
|---|
| 605 | .wp-full-overlay.collapsed .collapse-sidebar-arrow { |
|---|
| 606 | @@ -5690,7 +5690,7 @@ |
|---|
| 607 | @media only screen and (-webkit-min-device-pixel-ratio: 1.5) { |
|---|
| 608 | |
|---|
| 609 | .wp-full-overlay .collapse-sidebar-arrow { |
|---|
| 610 | - background-image: url('../images/arrows-2x.png'); |
|---|
| 611 | + background-image: url("../images/arrows-2x.png"); |
|---|
| 612 | background-size: 15px 123px; |
|---|
| 613 | } |
|---|
| 614 | } |
|---|
| 615 | @@ -6627,7 +6627,7 @@ |
|---|
| 616 | } |
|---|
| 617 | |
|---|
| 618 | .login h1 a { |
|---|
| 619 | - background-image: url('../images/wordpress-logo.png?ver=20120216'); |
|---|
| 620 | + background-image: url("../images/wordpress-logo.png?ver=20120216"); |
|---|
| 621 | background-size: 274px 63px; |
|---|
| 622 | background-position: top center; |
|---|
| 623 | background-repeat: no-repeat; |
|---|
| 624 | @@ -6642,12 +6642,12 @@ |
|---|
| 625 | |
|---|
| 626 | @media only screen and (-webkit-min-device-pixel-ratio: 1.5) { |
|---|
| 627 | .login h1 a { |
|---|
| 628 | - background-image: url('../images/wordpress-logo-2x.png?ver=20120412'); |
|---|
| 629 | + background-image: url("../images/wordpress-logo-2x.png?ver=20120412"); |
|---|
| 630 | background-size: 274px 63px; |
|---|
| 631 | } |
|---|
| 632 | |
|---|
| 633 | .wp-badge { |
|---|
| 634 | - background-image: url('../images/wp-badge-2x.png?ver=20120516'); |
|---|
| 635 | + background-image: url("../images/wp-badge-2x.png?ver=20120516"); |
|---|
| 636 | background-size: 173px 194px; |
|---|
| 637 | } |
|---|
| 638 | } |
|---|
| 639 | @@ -7409,11 +7409,11 @@ |
|---|
| 640 | position: relative; |
|---|
| 641 | height: 17px; |
|---|
| 642 | width: 100px; |
|---|
| 643 | - background: url('../images/stars.png?ver=20121108') repeat-x bottom left; |
|---|
| 644 | + background: url("../images/stars.png?ver=20121108") repeat-x bottom left; |
|---|
| 645 | } |
|---|
| 646 | |
|---|
| 647 | div.star-holder .star-rating { |
|---|
| 648 | - background: url('../images/stars.png?ver=20121108') repeat-x top left; |
|---|
| 649 | + background: url("../images/stars.png?ver=20121108") repeat-x top left; |
|---|
| 650 | height: 17px; |
|---|
| 651 | float: left; |
|---|
| 652 | } |
|---|
| 653 | @@ -7600,7 +7600,7 @@ |
|---|
| 654 | } |
|---|
| 655 | |
|---|
| 656 | .press-this .tagchecklist span a { |
|---|
| 657 | - background: transparent url(../images/xit.gif) no-repeat 0 0; |
|---|
| 658 | + background: transparent url("../images/xit.gif") no-repeat 0 0; |
|---|
| 659 | } |
|---|
| 660 | |
|---|
| 661 | .press-this #titlediv { |
|---|
| 662 | @@ -7703,7 +7703,7 @@ |
|---|
| 663 | |
|---|
| 664 | .js .postbox:hover .handlediv, |
|---|
| 665 | .js .stuffbox:hover .handlediv { |
|---|
| 666 | - background: transparent url(../images/arrows.png) no-repeat 6px 7px; |
|---|
| 667 | + background: transparent url("../images/arrows.png") no-repeat 6px 7px; |
|---|
| 668 | } |
|---|
| 669 | |
|---|
| 670 | .press-this #submitdiv:hover .handlediv { |
|---|
| 671 | @@ -8169,11 +8169,11 @@ |
|---|
| 672 | } |
|---|
| 673 | |
|---|
| 674 | .widget-top a.widget-action { |
|---|
| 675 | - background: transparent url(../images/arrows.png) no-repeat 4px 6px; |
|---|
| 676 | + background: transparent url("../images/arrows.png") no-repeat 4px 6px; |
|---|
| 677 | } |
|---|
| 678 | |
|---|
| 679 | .widget-top a.widget-action:hover { |
|---|
| 680 | - background: transparent url(../images/arrows-dark.png) no-repeat 4px 6px; |
|---|
| 681 | + background: transparent url("../images/arrows-dark.png") no-repeat 4px 6px; |
|---|
| 682 | } |
|---|
| 683 | |
|---|
| 684 | .widget .widget-inside, |
|---|
| 685 | @@ -8427,50 +8427,50 @@ |
|---|
| 686 | @media only screen and (-webkit-min-device-pixel-ratio: 1.5) { |
|---|
| 687 | |
|---|
| 688 | .press-this .tagchecklist span a { |
|---|
| 689 | - background-image: url('../images/xit-2x.gif'); |
|---|
| 690 | + background-image: url("../images/xit-2x.gif"); |
|---|
| 691 | background-size: 20px auto; |
|---|
| 692 | } |
|---|
| 693 | |
|---|
| 694 | .js .postbox:hover .handlediv, |
|---|
| 695 | .js .stuffbox:hover .handlediv, |
|---|
| 696 | .widget-top a.widget-action { |
|---|
| 697 | - background-image: url('../images/arrows-2x.png'); |
|---|
| 698 | + background-image: url("../images/arrows-2x.png"); |
|---|
| 699 | background-size: 15px 123px; |
|---|
| 700 | } |
|---|
| 701 | |
|---|
| 702 | .widget-top a.widget-action:hover { |
|---|
| 703 | - background-image: url('../images/arrows-dark-2x.png'); |
|---|
| 704 | + background-image: url("../images/arrows-dark-2x.png"); |
|---|
| 705 | background-size: 15px 123px; |
|---|
| 706 | } |
|---|
| 707 | |
|---|
| 708 | .post-com-count { |
|---|
| 709 | - background-image: url('../images/bubble_bg-2x.gif'); |
|---|
| 710 | + background-image: url("../images/bubble_bg-2x.gif"); |
|---|
| 711 | background-size: 18px 100px; |
|---|
| 712 | } |
|---|
| 713 | |
|---|
| 714 | th .comment-grey-bubble { |
|---|
| 715 | - background-image: url('../images/comment-grey-bubble-2x.png'); |
|---|
| 716 | + background-image: url("../images/comment-grey-bubble-2x.png"); |
|---|
| 717 | background-size: 12px 12px; |
|---|
| 718 | } |
|---|
| 719 | |
|---|
| 720 | .sorting-indicator { |
|---|
| 721 | - background-image: url('../images/sort-2x.gif'); |
|---|
| 722 | + background-image: url("../images/sort-2x.gif"); |
|---|
| 723 | background-size: 14px 4px; |
|---|
| 724 | } |
|---|
| 725 | |
|---|
| 726 | #content-resize-handle, |
|---|
| 727 | #post-body .wp_themeSkin .mceStatusbar a.mceResize { |
|---|
| 728 | - background: transparent url('../images/resize-2x.gif') no-repeat scroll right bottom; |
|---|
| 729 | + background: transparent url("../images/resize-2x.gif") no-repeat scroll right bottom; |
|---|
| 730 | background-size: 11px 11px; |
|---|
| 731 | } |
|---|
| 732 | |
|---|
| 733 | div.star-holder { |
|---|
| 734 | - background: url('../images/stars-2x.png?ver=20121108') repeat-x bottom left; |
|---|
| 735 | + background: url("../images/stars-2x.png?ver=20121108") repeat-x bottom left; |
|---|
| 736 | background-size: 21px 37px; |
|---|
| 737 | } |
|---|
| 738 | |
|---|
| 739 | div.star-holder .star-rating { |
|---|
| 740 | - background: url('../images/stars-2x.png?ver=20121108') repeat-x top left; |
|---|
| 741 | + background: url("../images/stars-2x.png?ver=20121108") repeat-x top left; |
|---|
| 742 | background-size: 21px 37px; |
|---|
| 743 | } |
|---|
| 744 | } |
|---|
| 745 | Index: wp-admin/css/media.css |
|---|
| 746 | =================================================================== |
|---|
| 747 | --- wp-admin/css/media.css (revision 22613) |
|---|
| 748 | +++ wp-admin/css/media.css (working copy) |
|---|
| 749 | @@ -52,19 +52,19 @@ |
|---|
| 750 | /* specific to the image upload form */ |
|---|
| 751 | |
|---|
| 752 | .image-align-none-label { |
|---|
| 753 | - background: url(../images/align-none.png) no-repeat center left; |
|---|
| 754 | + background: url("../images/align-none.png") no-repeat center left; |
|---|
| 755 | } |
|---|
| 756 | |
|---|
| 757 | .image-align-left-label { |
|---|
| 758 | - background: url(../images/align-left.png) no-repeat center left; |
|---|
| 759 | + background: url("../images/align-left.png") no-repeat center left; |
|---|
| 760 | } |
|---|
| 761 | |
|---|
| 762 | .image-align-center-label { |
|---|
| 763 | - background: url(../images/align-center.png) no-repeat center left; |
|---|
| 764 | + background: url("../images/align-center.png") no-repeat center left; |
|---|
| 765 | } |
|---|
| 766 | |
|---|
| 767 | .image-align-right-label { |
|---|
| 768 | - background: url(../images/align-right.png) no-repeat center left; |
|---|
| 769 | + background: url("../images/align-right.png") no-repeat center left; |
|---|
| 770 | } |
|---|
| 771 | |
|---|
| 772 | tr.image-size td { |
|---|
| 773 | Index: wp-admin/css/colors-classic.css |
|---|
| 774 | =================================================================== |
|---|
| 775 | --- wp-admin/css/colors-classic.css (revision 22613) |
|---|
| 776 | +++ wp-admin/css/colors-classic.css (working copy) |
|---|
| 777 | @@ -664,7 +664,7 @@ |
|---|
| 778 | } |
|---|
| 779 | |
|---|
| 780 | .curtime #timestamp { |
|---|
| 781 | - background-image: url(../images/date-button.gif); |
|---|
| 782 | + background-image: url("../images/date-button.gif"); |
|---|
| 783 | } |
|---|
| 784 | |
|---|
| 785 | #quicktags #ed_link { |
|---|
| 786 | @@ -681,12 +681,12 @@ |
|---|
| 787 | |
|---|
| 788 | .tagchecklist span a, |
|---|
| 789 | #bulk-titles div a { |
|---|
| 790 | - background: url(../images/xit.gif) no-repeat; |
|---|
| 791 | + background: url("../images/xit.gif") no-repeat; |
|---|
| 792 | } |
|---|
| 793 | |
|---|
| 794 | .tagchecklist span a:hover, |
|---|
| 795 | #bulk-titles div a:hover { |
|---|
| 796 | - background: url(../images/xit.gif) no-repeat -10px 0; |
|---|
| 797 | + background: url("../images/xit.gif") no-repeat -10px 0; |
|---|
| 798 | } |
|---|
| 799 | |
|---|
| 800 | #update-nag, .update-nag { |
|---|
| 801 | @@ -739,7 +739,7 @@ |
|---|
| 802 | |
|---|
| 803 | #screen-meta-links a { |
|---|
| 804 | color: #606060; |
|---|
| 805 | - background: transparent url(../images/arrows.png) no-repeat right 4px; |
|---|
| 806 | + background: transparent url("../images/arrows.png") no-repeat right 4px; |
|---|
| 807 | } |
|---|
| 808 | |
|---|
| 809 | #screen-meta-links a:hover, |
|---|
| 810 | @@ -946,7 +946,7 @@ |
|---|
| 811 | |
|---|
| 812 | #adminmenushadow, |
|---|
| 813 | #adminmenuback { |
|---|
| 814 | - background-image: url(../images/menu-shadow.png); |
|---|
| 815 | + background-image: url("../images/menu-shadow.png"); |
|---|
| 816 | background-position: top right; |
|---|
| 817 | background-repeat: repeat-y; |
|---|
| 818 | } |
|---|
| 819 | @@ -1088,7 +1088,7 @@ |
|---|
| 820 | } |
|---|
| 821 | |
|---|
| 822 | #collapse-button div { |
|---|
| 823 | - background: transparent url(../images/arrows-vs.png) no-repeat 0 -72px; |
|---|
| 824 | + background: transparent url("../images/arrows-vs.png") no-repeat 0 -72px; |
|---|
| 825 | } |
|---|
| 826 | |
|---|
| 827 | .folded #collapse-button div { |
|---|
| 828 | @@ -1160,7 +1160,7 @@ |
|---|
| 829 | .menu-icon-site div.wp-menu-image, |
|---|
| 830 | .icon16.icon-generic, |
|---|
| 831 | .menu-icon-generic div.wp-menu-image { |
|---|
| 832 | - background-image: url(../images/menu-vs.png?ver=20121105); |
|---|
| 833 | + background-image: url("../images/menu-vs.png?ver=20121105"); |
|---|
| 834 | } |
|---|
| 835 | |
|---|
| 836 | .icon16.icon-dashboard, |
|---|
| 837 | @@ -1341,7 +1341,7 @@ |
|---|
| 838 | #icon-ms-admin, |
|---|
| 839 | .icon32.icon-generic, |
|---|
| 840 | #icon-generic { |
|---|
| 841 | - background-image: url(../images/icons32-vs.png?ver=20121105); |
|---|
| 842 | + background-image: url("../images/icons32-vs.png?ver=20121105"); |
|---|
| 843 | } |
|---|
| 844 | |
|---|
| 845 | .icon32.icon-post, |
|---|
| 846 | @@ -1514,7 +1514,7 @@ |
|---|
| 847 | } |
|---|
| 848 | |
|---|
| 849 | .js .meta-box-sortables .postbox:hover .handlediv { |
|---|
| 850 | - background: transparent url(../images/arrows-vs.png) no-repeat 6px 7px; |
|---|
| 851 | + background: transparent url("../images/arrows-vs.png") no-repeat 6px 7px; |
|---|
| 852 | } |
|---|
| 853 | |
|---|
| 854 | .tablenav .tablenav-pages { |
|---|
| 855 | @@ -1599,7 +1599,7 @@ |
|---|
| 856 | .view-switch #view-switch-list, |
|---|
| 857 | .view-switch #view-switch-excerpt { |
|---|
| 858 | background-color: transparent; |
|---|
| 859 | - background-image: url('../images/list.png'); |
|---|
| 860 | + background-image: url("../images/list.png"); |
|---|
| 861 | background-repeat: no-repeat; |
|---|
| 862 | } |
|---|
| 863 | |
|---|
| 864 | @@ -1620,7 +1620,7 @@ |
|---|
| 865 | } |
|---|
| 866 | |
|---|
| 867 | #header-logo { |
|---|
| 868 | - background: transparent url(../images/wp-logo-vs.png?ver=20101102) no-repeat scroll center center; |
|---|
| 869 | + background: transparent url("../images/wp-logo-vs.png?ver=20101102") no-repeat scroll center center; |
|---|
| 870 | } |
|---|
| 871 | |
|---|
| 872 | .popular-tags, |
|---|
| 873 | @@ -1658,11 +1658,11 @@ |
|---|
| 874 | } |
|---|
| 875 | |
|---|
| 876 | .js .sidebar-name-arrow { |
|---|
| 877 | - background: transparent url(../images/arrows-vs.png) no-repeat 5px 9px; |
|---|
| 878 | + background: transparent url("../images/arrows-vs.png") no-repeat 5px 9px; |
|---|
| 879 | } |
|---|
| 880 | |
|---|
| 881 | .js .sidebar-name:hover .sidebar-name-arrow { |
|---|
| 882 | - background: transparent url(../images/arrows-dark-vs.png) no-repeat 5px 9px; |
|---|
| 883 | + background: transparent url("../images/arrows-dark-vs.png") no-repeat 5px 9px; |
|---|
| 884 | } |
|---|
| 885 | |
|---|
| 886 | .in-widget-title { |
|---|
| 887 | @@ -1778,12 +1778,12 @@ |
|---|
| 888 | } |
|---|
| 889 | |
|---|
| 890 | .nav-menus-php .item-edit { |
|---|
| 891 | - background: transparent url(../images/arrows-vs.png) no-repeat 8px 10px; |
|---|
| 892 | + background: transparent url("../images/arrows-vs.png") no-repeat 8px 10px; |
|---|
| 893 | border-bottom-color: #eff8ff; |
|---|
| 894 | } |
|---|
| 895 | |
|---|
| 896 | .nav-menus-php .item-edit:hover { |
|---|
| 897 | - background: transparent url(../images/arrows-dark-vs.png) no-repeat 8px 10px; |
|---|
| 898 | + background: transparent url("../images/arrows-dark-vs.png") no-repeat 8px 10px; |
|---|
| 899 | } |
|---|
| 900 | |
|---|
| 901 | .menu-item-settings { /* Menu editing */ |
|---|
| 902 | @@ -1960,7 +1960,7 @@ |
|---|
| 903 | /* Menu */ |
|---|
| 904 | .rtl #adminmenushadow, |
|---|
| 905 | .rtl #adminmenuback { |
|---|
| 906 | - background-image: url(../images/menu-shadow-rtl.png); |
|---|
| 907 | + background-image: url("../images/menu-shadow-rtl.png"); |
|---|
| 908 | background-position: top left; |
|---|
| 909 | } |
|---|
| 910 | |
|---|
| 911 | @@ -2004,7 +2004,7 @@ |
|---|
| 912 | |
|---|
| 913 | /* edit image */ |
|---|
| 914 | .js.rtl .meta-box-sortables .postbox:hover .handlediv { |
|---|
| 915 | - background: transparent url(../images/arrows-vs.png) no-repeat 6px 7px; |
|---|
| 916 | + background: transparent url("../images/arrows-vs.png") no-repeat 6px 7px; |
|---|
| 917 | } |
|---|
| 918 | |
|---|
| 919 | .rtl #post-body .misc-pub-section { |
|---|
| 920 | @@ -2013,11 +2013,11 @@ |
|---|
| 921 | } |
|---|
| 922 | |
|---|
| 923 | .js.rtl .sidebar-name-arrow { |
|---|
| 924 | - background: transparent url(../images/arrows-vs.png) no-repeat 5px 9px; |
|---|
| 925 | + background: transparent url("../images/arrows-vs.png") no-repeat 5px 9px; |
|---|
| 926 | } |
|---|
| 927 | |
|---|
| 928 | .js.rtl .sidebar-name:hover .sidebar-name-arrow { |
|---|
| 929 | - background: transparent url(../images/arrows-dark-vs.png) no-repeat 5px 9px; |
|---|
| 930 | + background: transparent url("../images/arrows-dark-vs.png") no-repeat 5px 9px; |
|---|
| 931 | } |
|---|
| 932 | |
|---|
| 933 | /** |
|---|
| 934 | @@ -2104,7 +2104,7 @@ |
|---|
| 935 | #icon-ms-admin, |
|---|
| 936 | .icon32.icon-generic, |
|---|
| 937 | #icon-generic { |
|---|
| 938 | - background-image: url(../images/icons32-vs-2x.png?ver=20121105); |
|---|
| 939 | + background-image: url("../images/icons32-vs-2x.png?ver=20121105"); |
|---|
| 940 | background-size: 756px 45px; |
|---|
| 941 | } |
|---|
| 942 | |
|---|
| 943 | @@ -2134,12 +2134,12 @@ |
|---|
| 944 | .menu-icon-site div.wp-menu-image, |
|---|
| 945 | .icon16.icon-generic, |
|---|
| 946 | .menu-icon-generic div.wp-menu-image { |
|---|
| 947 | - background-image: url('../images/menu-vs-2x.png?ver=20121105'); |
|---|
| 948 | + background-image: url("../images/menu-vs-2x.png?ver=20121105"); |
|---|
| 949 | background-size: 390px 64px; |
|---|
| 950 | } |
|---|
| 951 | |
|---|
| 952 | #header-logo { |
|---|
| 953 | - background-image: url('../images/wp-logo-vs-2x.png?ver=20120916'); |
|---|
| 954 | + background-image: url("../images/wp-logo-vs-2x.png?ver=20120916"); |
|---|
| 955 | background-size: 16px auto; |
|---|
| 956 | } |
|---|
| 957 | |
|---|