Advertisement
tribulant

CSS for quantity box

Jan 9th, 2013
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.29 KB | None | 0 0
  1. div.productsgrid .productdetails form input {
  2. margin: 0 0 4px 0;
  3. padding: 12px 5px;
  4. }
  5.  
  6. div.wpcoproduct div.wpcohowmany input, input.wpcoquantity {
  7. width: 25px !important;
  8. padding: 12px 5px;
  9. }
  10.  
  11. input.wpco, fieldset.wpco label input {
  12. font-size: 12px;
  13. margin: 0 0 0 0;
  14. padding: 12px 5px;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement