Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update the query strings to refresh the toolbar sprites, props ocean9…
…0, see #20033

git-svn-id: http://core.svn.wordpress.org/trunk@21677 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
azaozz committed Aug 30, 2012
1 parent c73b4aa commit f44e60e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions wp-includes/css/admin-bar.css
Expand Up @@ -245,14 +245,14 @@

#wpadminbar .menupop .menupop > .ab-item {
display: block;
background-image: url(../images/admin-bar-sprite.png?d=20111130);
background-image: url(../images/admin-bar-sprite.png?d=20120830);
background-position: 95% -20px;
background-repeat: no-repeat;
padding-right: 2em;
}

#wpadminbar .ab-top-secondary .menupop .menupop > .ab-item {
background-image: url(../images/admin-bar-sprite.png?d=20111130);
background-image: url(../images/admin-bar-sprite.png?d=20120830);
background-position: 5% -46px;
background-repeat: no-repeat;
padding-left: 2em;
Expand Down Expand Up @@ -423,7 +423,7 @@
color: #ccc;
text-shadow: #444 0px -1px 0px;
background-color: rgba( 255, 255, 255, 0 );
background-image: url(../images/admin-bar-sprite.png?d=20111130);
background-image: url(../images/admin-bar-sprite.png?d=20120830);
background-position: 3px 2px;
background-repeat: no-repeat;
outline: none;
Expand Down Expand Up @@ -523,7 +523,7 @@
width: 20px;
height: 20px;
margin-top: 4px;
background-image: url(../images/admin-bar-sprite.png?d=20111130);
background-image: url(../images/admin-bar-sprite.png?d=20120830);
background-position: 0 -76px;
background-repeat: no-repeat;
}
Expand All @@ -537,7 +537,7 @@
* Updates icon
*/
#wp-admin-bar-updates > .ab-item .ab-icon {
background-image: url(../images/admin-bar-sprite.png?d=20111130);
background-image: url(../images/admin-bar-sprite.png?d=20120830);
background-position: -2px -159px;
background-repeat: no-repeat;
}
Expand All @@ -546,7 +546,7 @@
* Comments icon
*/
#wp-admin-bar-comments > .ab-item .ab-icon {
background-image: url(../images/admin-bar-sprite.png?d=20111130);
background-image: url(../images/admin-bar-sprite.png?d=20120830);
background-position: -1px -134px;
background-repeat: no-repeat;
}
Expand All @@ -559,7 +559,7 @@
* Add New icon
*/
#wpadminbar #wp-admin-bar-new-content > .ab-item .ab-icon {
background-image: url(../images/admin-bar-sprite.png?d=20111130);
background-image: url(../images/admin-bar-sprite.png?d=20120830);
background-position: -2px -182px;
background-repeat: no-repeat;
}
Expand Down Expand Up @@ -591,7 +591,7 @@
#wp-admin-bar-updates > .ab-item .ab-icon,
#wp-admin-bar-comments > .ab-item .ab-icon,
#wpadminbar #wp-admin-bar-new-content > .ab-item .ab-icon {
background-image: url(../images/admin-bar-sprite-2x.png?d=20120516);
background-image: url(../images/admin-bar-sprite-2x.png?d=20120830);
background-size: 20px 220px;
}
}
Expand Down

0 comments on commit f44e60e

Please sign in to comment.