Changeset 946
- Timestamp:
- 01/28/2009 07:19:26 PM (17 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 2 edited
-
bp-core/bp-core-widgets.php (modified) (1 diff)
-
buddypress-theme/buddypress-home/css/base.css (modified) (1 diff)
-
buddypress-theme/buddypress-home/images/button_back.gif (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-widgets.php
r867 r946 42 42 43 43 <?php if ( !is_user_logged_in() ) { ?> 44 <p class="create-account">< a href="<?php bp_signup_page() ?>" title="<?php _e('Create Account', 'buddypress') ?>"><img src="<?php echo get_template_directory_uri() ?>/images/create_account_button.gif" alt="<?php _e('Create Account', 'buddypress') ?>" /></a></p>44 <p class="create-account"><div class="visit generic-button"><a href="<?php bp_signup_page() ?>" title="<?php _e('Create Account', 'buddypress') ?>"><?php _e('Create Account', 'buddypress') ?></a></div></p> 45 45 <?php } ?> 46 46 -
trunk/buddypress-theme/buddypress-home/css/base.css
r919 r946 710 710 } 711 711 712 /***** BUTTONS ********/ 713 714 .generic-button { 715 background: url(../images/button_back.gif) top left no-repeat; 716 display: inline-block; 717 margin: 0 5px 8px 0; 718 } 719 720 .generic-button a { 721 display: block; 722 height: 19px; 723 color: #777; 724 font-size: 11px; 725 padding: 0 33px 0 11px; 726 margin-right: -7px; 727 text-shadow: 0 1px 0 #fff; 728 text-decoration: none; 729 } 730 .generic-button a:hover { 731 color: #555; 732 text-decoration: none; 733 } 734 735 .generic-button a { 736 background: url(../images/view_button_side.gif) top right no-repeat; 737 } 738 739 712 740 /***** FOOTER *********/ 713 741
Note: See TracChangeset
for help on using the changeset viewer.