Remove unnecessary quotes from urls in CSS.

props TobiasBg.
fixes #22476.


git-svn-id: https://develop.svn.wordpress.org/trunk@27289 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2014-02-26 17:22:18 +00:00
parent 36b9bab81b
commit 724ca13549
16 changed files with 41 additions and 41 deletions

View File

@ -133,8 +133,8 @@
/* WordPress Version Badge */
.wp-badge {
background: #0074a2 url('../images/w-logo-white.png?ver=20131202') no-repeat;
background: #0074a2, url('../images/wordpress-logo-white.svg?ver=20131110') no-repeat; /* multiple backgrounds are ignored by browsers that don't support SVGs */
background: #0074a2 url(../images/w-logo-white.png?ver=20131202) no-repeat;
background: #0074a2, url(../images/wordpress-logo-white.svg?ver=20131110) no-repeat; /* multiple backgrounds are ignored by browsers that don't support SVGs */
background-position: center 24px;
-webkit-background-size: 85px 85px;
background-size: 85px 85px;

View File

@ -1742,11 +1742,11 @@ div.star-holder {
position: relative;
height: 17px;
width: 100px;
background: url('../images/stars.png?ver=20121108') repeat-x bottom left;
background: url(../images/stars.png?ver=20121108) repeat-x bottom left;
}
div.star-holder .star-rating {
background: url('../images/stars.png?ver=20121108') repeat-x top left;
background: url(../images/stars.png?ver=20121108) repeat-x top left;
height: 17px;
float: left;
}
@ -2328,13 +2328,13 @@ img {
/* Back-compat for pre-3.8 */
div.star-holder,
div.star-holder .star-rating {
background: url('../images/stars-2x.png?ver=20121108') repeat-x bottom left;
background: url(../images/stars-2x.png?ver=20121108) repeat-x bottom left;
-webkit-background-size: 21px 37px;
background-size: 21px 37px;
}
.spinner {
background-image: url('../images/spinner-2x.gif');
background-image: url(../images/spinner-2x.gif);
}
/* @todo: evaluate - most of these were likely replaced by dashicons */

View File

@ -351,25 +351,25 @@ table.not-image tr.image-only {
(min-resolution: 120dpi) {
.image-align-none-label {
background-image: url("../images/align-none-2x.png?ver=20120916");
background-image: url(../images/align-none-2x.png?ver=20120916);
-webkit-background-size: 21px 15px;
background-size: 21px 15px;
}
.image-align-left-label {
background-image: url("../images/align-left-2x.png?ver=20120916");
background-image: url(../images/align-left-2x.png?ver=20120916);
-webkit-background-size: 22px 15px;
background-size: 22px 15px;
}
.image-align-center-label {
background-image: url("../images/align-center-2x.png?ver=20120916");
background-image: url(../images/align-center-2x.png?ver=20120916);
-webkit-background-size: 21px 15px;
background-size: 21px 15px;
}
.image-align-right-label {
background-image: url("../images/align-right-2x.png?ver=20120916");
background-image: url(../images/align-right-2x.png?ver=20120916);
-webkit-background-size: 22px 15px;
background-size: 22px 15px;
}

View File

@ -353,13 +353,13 @@ td.plugin-title p {
}
#content-resize-handle {
background: transparent url('../images/resize.gif') no-repeat scroll right bottom;
background: transparent url(../images/resize.gif) no-repeat scroll right bottom;
width: 12px;
cursor: n-resize;
}
.rtl #content-resize-handle {
background: transparent url('../images/resize-rtl.gif') no-repeat scroll left bottom;
background: transparent url(../images/resize-rtl.gif) no-repeat scroll left bottom;
}
#wp-word-count {
@ -1153,14 +1153,14 @@ table.links-table {
(min-resolution: 120dpi) {
#content-resize-handle,
#post-body .wp_themeSkin .mceStatusbar a.mceResize {
background: transparent url('../images/resize-2x.gif') no-repeat scroll right bottom;
background: transparent url(../images/resize-2x.gif) no-repeat scroll right bottom;
-webkit-background-size: 11px 11px;
background-size: 11px 11px;
}
.rtl #content-resize-handle,
.rtl #post-body .wp_themeSkin .mceStatusbar a.mceResize {
background: transparent url('../images/resize-rtl-2x.gif') no-repeat scroll right bottom;
background: transparent url(../images/resize-rtl-2x.gif) no-repeat scroll right bottom;
}
}

View File

@ -467,7 +467,7 @@ p.search-box {
}
input[type="text"].ui-autocomplete-loading {
background: transparent url('../images/loading.gif') no-repeat right center;
background: transparent url(../images/loading.gif) no-repeat right center;
visibility: visible;
}

View File

@ -66,8 +66,8 @@ abbr {
text-align:center
}
#logo a {
background-image: url('../images/w-logo-blue.png?ver=20131202');
background-image: none, url('../images/wordpress-logo.svg?ver=20131107');
background-image: url(../images/w-logo-blue.png?ver=20131202);
background-image: none, url(../images/wordpress-logo.svg?ver=20131107);
-webkit-background-size: 80px 80px;
background-size: 80px 80px;
background-position: center top;

View File

@ -406,7 +406,7 @@ th.asc:hover span.sorting-indicator:before {
}
tr.wp-locked .locked-indicator {
background: url('../images/lock.png') no-repeat;
background: url(../images/lock.png) no-repeat;
margin: -2px 0 0 6px;
height: 20px;
width: 16px;
@ -1218,7 +1218,7 @@ tr.active + tr.plugin-update-tr .plugin-update .update-message {
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
tr.wp-locked .locked-indicator {
background-image: url('../images/lock-2x.png');
background-image: url(../images/lock-2x.png);
-webkit-background-size: 16px 16px;
background-size: 16px 16px;
}

View File

@ -95,8 +95,8 @@ p {
}
.login h1 a {
background-image: url('../images/w-logo-blue.png?ver=20131202');
background-image: none, url('../images/wordpress-logo.svg?ver=20131107');
background-image: url(../images/w-logo-blue.png?ver=20131202);
background-image: none, url(../images/wordpress-logo.svg?ver=20131107);
-webkit-background-size: 80px 80px;
background-size: 80px 80px;
background-position: center top;

View File

@ -437,7 +437,7 @@ td.imgedit-settings input {
.imgedit-wait {
position: absolute;
top: 0;
background: #fff url('../images/spinner.gif') no-repeat scroll 22px 10px;
background: #fff url(../images/spinner.gif) no-repeat scroll 22px 10px;
-webkit-background-size: 20px 20px;
background-size: 20px 20px;
opacity: 0.7;
@ -448,7 +448,7 @@ td.imgedit-settings input {
}
.spinner {
background: url('../images/spinner.gif') no-repeat;
background: url(../images/spinner.gif) no-repeat;
-webkit-background-size: 20px 20px;
background-size: 20px 20px;
display: none;
@ -651,7 +651,7 @@ span.imgedit-scale-warn {
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
.imgedit-wait {
background-image: url('../images/spinner-2x.gif');
background-image: url(../images/spinner-2x.gif);
}
}

View File

@ -550,7 +550,7 @@ div.revisions-controls > .wp-slider > .ui-slider-handle {
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
.revision-tick.completed-false {
background-image: url('../images/spinner-2x.gif');
background-image: url(../images/spinner-2x.gif);
}
}

View File

@ -1510,7 +1510,7 @@ body.full-overlay-active {
}
.customize-loading #customize-container {
background: #fff url('../images/spinner.gif') no-repeat fixed center center;
background: #fff url(../images/spinner.gif) no-repeat fixed center center;
-webkit-background-size: 20px 20px;
background-size: 20px 20px;
}
@ -1607,7 +1607,7 @@ body.full-overlay-active {
}
#theme-installer .wp-full-overlay-main {
background: #fff url('../images/spinner.gif') no-repeat fixed center center;
background: #fff url(../images/spinner.gif) no-repeat fixed center center;
-webkit-background-size: 20px 20px;
background-size: 20px 20px;
}
@ -1623,14 +1623,14 @@ body.full-overlay-active {
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
.wp-full-overlay .collapse-sidebar-arrow {
background-image: url('../images/arrows-2x.png');
background-image: url(../images/arrows-2x.png);
-webkit-background-size: 15px 123px;
background-size: 15px 123px;
}
.customize-loading #customize-container,
#theme-installer .wp-full-overlay-main {
background-image: url('../images/spinner-2x.gif');
background-image: url(../images/spinner-2x.gif);
}
}

File diff suppressed because one or more lines are too long

View File

@ -913,7 +913,7 @@ i.mce-caret:before {
}
#wp-link .toggle-arrow {
background: transparent url("../images/toggle-arrow.png") top left no-repeat;
background: transparent url(../images/toggle-arrow.png) top left no-repeat;
height: 23px;
line-height: 23px;
}
@ -1831,7 +1831,7 @@ html:lang(he-il) .rtl .quicktags-toolbar input {
}
#wp-link .toggle-arrow {
background: transparent url('../images/toggle-arrow-2x.png') top left no-repeat;
background: transparent url(../images/toggle-arrow-2x.png) top left no-repeat;
-webkit-background-size: 19px 69px;
background-size: 19px 69px;
}

View File

@ -1279,7 +1279,7 @@
*/
.media-frame .spinner {
background: url('../images/spinner.gif') no-repeat;
background: url(../images/spinner.gif) no-repeat;
-webkit-background-size: 20px 20px;
background-size: 20px 20px;
display: none;
@ -1952,6 +1952,6 @@
}
.media-frame .spinner {
background-image: url('../images/spinner-2x.gif');
background-image: url(../images/spinner-2x.gif);
}
}

View File

@ -1,4 +1,4 @@
@import url('//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,300,400,600&subset=latin-ext,latin');
@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,300,400,600&subset=latin-ext,latin);
/* Generic */
body {

View File

@ -131,16 +131,16 @@ img::selection {
}
.mce-content-body img.wp-media.wp-gallery {
background-image: url("images/gallery.png");
background-image: url(images/gallery.png);
}
.mce-content-body img.wp-media.wp-video {
background-image: url("images/video.png");
background-image: url(images/video.png);
}
.mce-content-body img.wp-media.wp-audio {
height: 70px;
background-image: url("images/audio.png");
background-image: url(images/audio.png);
}
.mce-content-body img.wp-media.wp-playlist {
@ -197,7 +197,7 @@ img::selection {
img.wp-oembed {
border: 1px dashed #888;
background: #f7f5f2 url("images/embedded.png") no-repeat scroll center center;
background: #f7f5f2 url(images/embedded.png) no-repeat scroll center center;
width: 300px;
height: 250px;
outline: 0;