Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <style>
  2. /*Error text styling*/
  3. .errorSpan{
  4. color: red;
  5. float: right;
  6. font-family: inherit;
  7. position: absolute;
  8. bottom: -20px;
  9. right: 0px;
  10. font-size: .85em;
  11. }
  12. /*Error field styling */
  13. .hasError{
  14. border: 1px solid red !important;
  15. }
  16. .hide{
  17. display:none;
  18. }
  19. .lp-form-errors{
  20. display: none !important;
  21. }
  22. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement