Advertisement
Guest User

Untitled

a guest
Apr 17th, 2014
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. <div class="sign_in_holder">
  2. <div class="tab-content">
  3. <div class="option_content tab-pane tcell-login-box active" embeddedlogin="true" id="trk-sign_in">
  4. <form id="user_sign_in" class="sign_in js-do_login">
  5. <ol class="steps clearfix">
  6. <li>
  7. <input type="text" class="text input_restrict_decimal tcell-user" maxlength="11" placeholder="GSM Numaranız" title="GSM Numaranız">
  8. </li>
  9. <li class="password">
  10. <input type="password" class="text tcell-password" maxlength="15" placeholder="Turkcell Şifreniz" title="Turkcell Şifreniz">
  11. </li>
  12.  
  13.  
  14. <li>
  15. <button type="button" id="signin_button" class="btn button-cta tcell-submit-btn">GİRİŞ YAP</button>
  16. </li>
  17. </ol>
  18. </form>
  19. </div>
  20. </div>
  21. </div>
  22. <span class="dropbox_position_element carrot_up"></span></div>
  23. <span class="dropbox_position_element carrot_up"></span></div></li>
  24.  
  25. .nav-actions:hover .dropbox{
  26. display: block!important;
  27. }
  28. .dropbox:hover{
  29. display: block!important;
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement