mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Normalize star ratings markup. Props helenyhou. fixes #20655
git-svn-id: https://develop.svn.wordpress.org/trunk@20765 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -5509,18 +5509,9 @@ body.full-overlay-active {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.theme-details .theme-rating {
|
||||
.theme-details .star-holder {
|
||||
margin: 14px 0;
|
||||
width: 100px;
|
||||
height: 17px;
|
||||
float: right;
|
||||
background: url('../images/stars.png?ver=20120307') repeat-x bottom left;
|
||||
}
|
||||
|
||||
.theme-details .theme-rating div {
|
||||
background: url('../images/stars.png?ver=20120307') repeat-x top left;
|
||||
height: 17px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.theme-details .theme-description {
|
||||
@@ -7129,7 +7120,7 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* plugin-install */
|
||||
/* Star ratings */
|
||||
div.star-holder {
|
||||
position: relative;
|
||||
height: 17px;
|
||||
|
||||
Reference in New Issue
Block a user