Skip to content

Commit

Permalink
Updated button images
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Chernyshev committed Jun 1, 2014
1 parent 8501599 commit 4e76a25
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified modules/facebook/facebook-sprite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions modules/facebook/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -240,11 +240,11 @@ public function renderAutoLogoutForm() {
private function renderForm($action, $form) {
if ($form == 'login') {
$formsubmit = 'login';
$buttonspritestyle = 'background-position: 0px -22px; width: 198px; height: 22px;';
$buttonspritestyle = 'background-position: 0px -22px; width: 147px; height: 22px;';
$buttontitle = 'Login with Facebook';
} else if ($form == 'register') {
$formsubmit = 'register';
$buttonspritestyle = 'background-position: 0px 0px; width: 250px; height: 22px;';
$buttonspritestyle = 'background-position: 0px 0px; width: 200px; height: 22px;';
$buttontitle = 'Quick Sign-up using Facebook';
} else if ($form == 'connect') {
$formsubmit = 'save';
Expand Down
Binary file modified modules/linkedin/linkedin-small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4e76a25

Please sign in to comment.