Files
PrestaShop/modules/blocksearch/blocksearch.css
mMarinetti 9cc30dc3fe [+] Project : default theme added
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10862 b9a71923-0436-4b27-9f14-aed3839534dd
2011-12-02 15:24:40 +00:00

29 lines
598 B
CSS

/* block top search */
#search_block_top {
position:absolute;
top:44px;
left:0;
}
#search_block_top p {padding:0;}
#search_block_top #search_query_top {
padding:0 5px;
height:24px;
width:300px;/* 310 */
border:1px solid #666;
border-right:1px solid #fff !important;
color:#666;
background:url(img/bg_search_input.png) repeat-x 0 0 #fff;
}
#search_block_top .button {
border:none;
border-radius:0;
color:#fff;
text-transform:uppercase;
background:url(img/bg_search_submit.png) repeat-x 0 0 #101010;
}
/*\*//*/div.madiv {
#search_block_top .button {top: 5px;} /* hack ie 8 */
}/* */