Plugin Directory

Changeset 1184828


Ignore:
Timestamp:
06/20/2015 06:59:14 PM (10 years ago)
Author:
pranavpathakjaora
Message:

click to check username exist button width is increased

File:
1 edited

Legend:

Unmodified
Added
Removed
  • username/trunk/functions/username-class.php

    r805798 r1184828  
    99    public static function call_username()
    1010    {
    11        wp_register_script('my_custom_script',plugins_url().'/username/js/username.js',array( 'jquery' ));
    12        wp_enqueue_script('my_custom_script');
     11      wp_register_script('my_custom_script',plugins_url().'/username/js/username.js',array( 'jquery' ));
     12      wp_enqueue_script('my_custom_script');
    1313       
    1414    }
     
    6969   
    7070    public function print_section_info(){
    71       $data .= "Change your Username here:";
     71      $data .= "<b>Change your Username here:";
    7272      $data .= "</br>";
    73       $data .= "If you are not logged out, that means username is not changed.";
     73      $data .= "If you are not logged out, that means username is not changed.</b>";
    7474      print $data;
    7575    }
     
    7878        ?>
    7979        <input type="text" name="username" id="username" value=""> 
    80         <div class="clickme" id="clickme" style="cursor:pointer; margin: 10px 0; width: 224px; border: 1px solid;" >Click to check username is exist or not </div>
     80        <div class="clickme" id="clickme" style="cursor:pointer; margin: 10px 0; width: 250px; border: 2px solid;" >Click to check username is exist or not </div>
    8181        <div id="username-use"></div>
    8282        <?php   
Note: See TracChangeset for help on using the changeset viewer.