Twinkie small width


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. #offerTable .Qinput input { display: inline-block; height: 30px; line-height: 25px; font-size: 14px; background: #ffff99 url({fileURL}images/big-empty.png) 100% 50% no-repeat; border: 2px solid #C0C0C0; padding: 0px 30px 0px 5px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
  2. #offerTable .Qinput select { display: inline-block; font-size: 14px; background: #ffff99; border: 2px solid #C0C0C0; padding: 5px 2px 5px 2px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
  3. #offerTable .Qinput input,
  4. #offerTable .Qinput select{
  5. margin: 2px 0;
  6. width: 230px;
  7. }
  8. #offerTable .Qinput option {background: #ffff99;}
  9. #offerTable .Qinput select {
  10. width: 269px;
  11. }
  12. #offerTable .Qinput div select {
  13. width: 82px;
  14. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.