Guest User

Untitled

a guest
Jun 21st, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. .search INPUT, .search BUTTON
  2. {
  3. border: none;
  4. float: left;
  5. }
  6. .search INPUT.box
  7. {
  8. color: #A4A3A3;
  9. font-size: 0.9em;
  10. width: 190px;
  11. height: 25px;
  12. padding-left: 30px;
  13. vertical-align: middle;
  14. margin-top: -45px;
  15. background: transparent url(../images/search_box-trans.png) no-repeat;
  16. outline: none;
  17. }
  18. .search BUTTON.btn
  19. {
  20. margin-top: -40px;
  21. margin-left: 10px;
  22. width: 17px;
  23. height: 15px;
  24. cursor: pointer;
  25. text-indent: -9999px;
  26. background: url(../images/s_buttom-trans.png) no-repeat right center;
  27. }
Add Comment
Please, Sign In to add comment