Skip to content

Commit

Permalink
Jetpack: Add updated screenshot and module icon for mobile push notif…
Browse files Browse the repository at this point in the history
…ications.
  • Loading branch information
jasmussen committed Oct 26, 2012
1 parent 9031bf5 commit 4c07305
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 1 deletion.
Binary file modified _inc/images/module-icons-sprite-2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _inc/images/module-icons-sprite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
3 changes: 3 additions & 0 deletions _inc/jetpack.css
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,9 @@ p.jp-help {
#json-api.jetpack-module div.module-image {
background-position: -1689px 5px;
}
#mobile-push.jetpack-module div.module-image {
background-position: -1925px 5px;
}

.jetpack-module div.module-image p {
background-color: #b4d278;
Expand Down
2 changes: 1 addition & 1 deletion modules/module-info.php
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ function jetpack_minileven_more_button() {
// Mobile Push Notifications: START
function jetpack_mobile_push_notifications_more_info() { ?>
<div class="jp-info-img">
<img class="jp-info-img" src="<?php echo plugins_url( basename( dirname( dirname( __FILE__ ) ) ) . '/_inc/images/screenshots/mobile-push-notifications.png' ) ?>" alt="<?php esc_attr_e( 'Mobile Push Notifications', 'jetpack' ) ?>" width="300" height="150" />
<img class="jp-info-img" src="<?php echo plugins_url( basename( dirname( dirname( __FILE__ ) ) ) . '/_inc/images/screenshots/mobile-push-notifications.jpg' ) ?>" alt="<?php esc_attr_e( 'Mobile Push Notifications', 'jetpack' ) ?>" width="300" height="150" />
</div>

<h4><?php esc_html_e( 'Mobile Push Notifications' , 'jetpack' ); ?></h4>
Expand Down

0 comments on commit 4c07305

Please sign in to comment.