Return to Snippet

Revision: 40104
at January 26, 2011 06:10 by RuslanSavenok


Initial Code
#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; }
     #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; }
     #offerTable .Qinput input,
     #offerTable .Qinput select{
       margin: 2px 0;
       width: 230px;
     }
     #offerTable .Qinput option {background: #ffff99;}
     #offerTable .Qinput select {
       width: 269px;
     }
     #offerTable .Qinput div select {
       width: 82px;
     }

Initial URL


Initial Description


Initial Title
Twinkie small width

Initial Tags


Initial Language
CSS