Advertisement
bhengh

for David B

Mar 16th, 2013
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. input[type="text"],
  2. input[type="password"],
  3. input[type="email"],
  4. textarea,
  5. select {
  6. border: 1px solid #ccc;
  7. padding: 6px 4px;
  8. outline: none;
  9. -moz-border-radius: 2px;
  10. -webkit-border-radius: 2px;
  11. border-radius: 2px;
  12. /*font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  13. color: #777;
  14. margin: 0;
  15. width: 210px;
  16. max-width: 100%;
  17. display: block;
  18. margin-bottom: 20px;
  19. background: #fff; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement