Advertisement
Guest User

Untitled

a guest
Nov 16th, 2014
556
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /* JS */
  2. #login-submit {display: none;} /* Hide the submit input for JS users */
  3.  
  4. /* Non-JS */
  5. .non-js #login-submit {display: initial;} /* Show the submit input for non-JS */
  6. .non-js #login-submit-block {display: none;} /* Hide the submit DIV for non-JS */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement