Advertisement
Guest User

Untitled

a guest
Oct 14th, 2014
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.55 KB | None | 0 0
  1. .form-line-error .form-error-message {display: none;}
  2. .form-error-message{display:none;}
  3. .form-button-error
  4. { position:relative;
  5. bottom:-25px;
  6. text-align: right !important;
  7. }
  8. @font-face {
  9. font-family: 'Ubuntu';
  10. font-style: normal;
  11. font-weight: 400;
  12. src: local('Ubuntu'), url(http://fonts.gstatic.com/s/ubuntu/v7/ODszJI8YqNw8V2xPulzjO_esZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  13. .form-all, .form-all label, .form-all input, .form-all select, .form-all button, .form-all textarea{ {font-family: Ubuntu, cursive;}
  14. .form-all
  15. {
  16. width: 300px !important;
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement