Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2014
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. <div class="searchbox">
  2. <input id="searchInput" onkeypress="zoekArtikel(event);" type="text">
  3. </div>
  4.  
  5. .searchbox{
  6. width:265px;
  7. height: 37px;
  8. background-color: #000d59;
  9. margin-left:40px;
  10. margin-top:90px;
  11. }
  12.  
  13. #searchInput{
  14. width:203px;
  15. margin-left:10px;
  16. margin-right:10px;
  17. margin-top:7px;
  18. height:20px;
  19. -moz-border-radius:28px; /* makes no differnce */
  20. border-radius:28px;
  21. padding-left:5px;
  22. padding-right:35px;
  23. background-size: 25px 20px;
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement