mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 21:00:21 +00:00
More retina backgrounds and bits, props saracannon, empireoflight and lessbloat, see #21019
git-svn-id: https://develop.svn.wordpress.org/trunk@22439 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -290,7 +290,6 @@ td.help {
|
||||
}
|
||||
|
||||
.post-com-count {
|
||||
background-image: url(../images/bubble_bg.gif);
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
@@ -1941,10 +1940,6 @@ div.widgets-sortables,
|
||||
border-left-color: #99d;
|
||||
}
|
||||
|
||||
.rtl .post-com-count {
|
||||
background-image: url(../images/bubble_bg-rtl.gif);
|
||||
}
|
||||
|
||||
.rtl #screen-meta-links a.show-settings {
|
||||
background-position: left 3px;
|
||||
}
|
||||
|
||||
@@ -286,7 +286,6 @@ td.help {
|
||||
}
|
||||
|
||||
.post-com-count {
|
||||
background-image: url(../images/bubble_bg.gif);
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
@@ -1820,10 +1819,6 @@ div.widgets-sortables,
|
||||
border-left-color: #99d;
|
||||
}
|
||||
|
||||
.rtl .post-com-count {
|
||||
background-image: url(../images/bubble_bg-rtl.gif);
|
||||
}
|
||||
|
||||
.rtl #screen-meta-links a.show-settings {
|
||||
background-position: left 3px;
|
||||
}
|
||||
|
||||
@@ -519,6 +519,11 @@ form.upgrade .hint {
|
||||
font-family: Tahoma, Arial, sans-serif;
|
||||
}
|
||||
|
||||
.post-com-count {
|
||||
background-image: url('../images/bubble_bg-rtl.gif');
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.column-response .post-com-count {
|
||||
float: right;
|
||||
margin-right: 0;
|
||||
@@ -1573,18 +1578,6 @@ table .column-rating {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* HiDPI Displays
|
||||
*/
|
||||
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
|
||||
|
||||
.wp-full-overlay .collapse-sidebar-arrow {
|
||||
background-image: url('../images/arrows-2x.png');
|
||||
background-size: 15px 123px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/*------------------------------------------------------------------------------
|
||||
27.0 - Customize Loader
|
||||
------------------------------------------------------------------------------*/
|
||||
@@ -2143,10 +2136,10 @@ body.login {
|
||||
|
||||
/* Star ratings */
|
||||
div.star-holder {
|
||||
background: url('../images/stars-rtl.png?ver=20120506.png') repeat-x bottom right;
|
||||
background: url('../images/stars-rtl.png') repeat-x bottom right;
|
||||
}
|
||||
div.star-holder .star-rating {
|
||||
background: url('../images/stars-rtl.png?ver=20120506.png') repeat-x top right;
|
||||
background: url('../images/stars-rtl.png') repeat-x top right;
|
||||
float: right;
|
||||
}
|
||||
|
||||
@@ -2374,6 +2367,36 @@ div.sidebar-name h3 {
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
/**
|
||||
* HiDPI Displays
|
||||
*/
|
||||
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
|
||||
.post-com-count {
|
||||
background-image: url('../images/bubble_bg-rtl-2x.gif');
|
||||
background-size: 18px 100px;
|
||||
}
|
||||
|
||||
#content-resize-handle, #post-body .wp_themeSkin .mceStatusbar a.mceResize {
|
||||
background: transparent url('../images/resize-rtl-2x.gif') no-repeat scroll right bottom;
|
||||
background-size: 11px 11px;
|
||||
}
|
||||
|
||||
.wp-full-overlay .collapse-sidebar-arrow {
|
||||
background-image: url('../images/arrows-2x.png');
|
||||
background-size: 15px 123px;
|
||||
}
|
||||
|
||||
div.star-holder {
|
||||
background: url('../images/stars-rtl-2x.png') repeat-x bottom right;
|
||||
background-size: 21px 37px;
|
||||
}
|
||||
|
||||
div.star-holder .star-rating {
|
||||
background: url('../images/stars-rtl-2x.png') repeat-x top right;
|
||||
background-size: 21px 37px;
|
||||
}
|
||||
}
|
||||
|
||||
/* =Localized CSS
|
||||
-------------------------------------------------------------- */
|
||||
|
||||
|
||||
@@ -1825,6 +1825,7 @@ form.upgrade .hint {
|
||||
}
|
||||
|
||||
.post-com-count {
|
||||
background-image: url('../images/bubble_bg.gif');
|
||||
height: 1.3em;
|
||||
line-height: 1.1em;
|
||||
display: block;
|
||||
@@ -1869,6 +1870,12 @@ strong .post-com-count {
|
||||
padding: 4px 8px;
|
||||
}
|
||||
|
||||
th .comment-grey-bubble {
|
||||
background-image: url('../images/comment-grey-bubble.png');
|
||||
background-repeat: no-repeat;
|
||||
height: 12px;
|
||||
width: 12px;
|
||||
}
|
||||
|
||||
/*------------------------------------------------------------------------------
|
||||
8.0 - Layout Blocks
|
||||
@@ -7388,11 +7395,11 @@ div.star-holder {
|
||||
position: relative;
|
||||
height: 17px;
|
||||
width: 100px;
|
||||
background: url('../images/stars.png?ver=20120307') repeat-x bottom left;
|
||||
background: url('../images/stars.png') repeat-x bottom left;
|
||||
}
|
||||
|
||||
div.star-holder .star-rating {
|
||||
background: url('../images/stars.png?ver=20120307') repeat-x top left;
|
||||
background: url('../images/stars.png') repeat-x top left;
|
||||
height: 17px;
|
||||
float: left;
|
||||
}
|
||||
@@ -8417,6 +8424,37 @@ a.widget-control-edit {
|
||||
background-image: url('../images/arrows-dark-2x.png');
|
||||
background-size: 15px 123px;
|
||||
}
|
||||
|
||||
.post-com-count {
|
||||
background-image: url('../images/bubble_bg-2x.gif');
|
||||
background-size: 18px 100px;
|
||||
}
|
||||
|
||||
th .comment-grey-bubble {
|
||||
background-image: url('../images/comment-grey-bubble-2x.png');
|
||||
background-size: 12px 12px;
|
||||
}
|
||||
|
||||
.sorting-indicator {
|
||||
background-image: url('../images/sort-2x.gif');
|
||||
background-size: 14px 4px;
|
||||
}
|
||||
|
||||
#content-resize-handle,
|
||||
#post-body .wp_themeSkin .mceStatusbar a.mceResize {
|
||||
background: transparent url('../images/resize-2x.gif') no-repeat scroll right bottom;
|
||||
background-size: 11px 11px;
|
||||
}
|
||||
|
||||
div.star-holder {
|
||||
background: url('../images/stars-2x.png') repeat-x bottom left;
|
||||
background-size: 21px 37px;
|
||||
}
|
||||
|
||||
div.star-holder .star-rating {
|
||||
background: url('../images/stars-2x.png') repeat-x top left;
|
||||
background-size: 21px 37px;
|
||||
}
|
||||
}
|
||||
|
||||
/* =Localized CSS
|
||||
|
||||
Reference in New Issue
Block a user