Theme install:

* Move the "based on" string below the rating to avoid wrapping to a second line.
* Reduce the gap between the theme screenshot and description.
* Fix Install button height on mobile.

props obenland, ocean90.
fixes #28148. see #29556.

git-svn-id: https://develop.svn.wordpress.org/trunk@29959 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2014-10-18 19:42:12 +00:00
parent a1b5440d4b
commit d7955317f3
2 changed files with 9 additions and 5 deletions
+2 -2
View File
@@ -243,9 +243,9 @@ if ( $tab ) {
<span class="four"></span>
<span class="five"></span>
<# if ( data.num_ratings ) { #>
<p class="ratings">{{ data.num_ratings }}</p>
<small class="ratings">{{ data.num_ratings }}</small>
<# } else { #>
<p class="ratings"><?php _e( 'No ratings.' ); ?></p>
<small class="ratings"><?php _e( 'No ratings.' ); ?></small>
<# } #>
</div>
<div class="theme-version"><?php printf( __( 'Version: %s' ), '{{ data.version }}' ); ?></div>