Index: branches/1.0.x/inc/styles.css =================================================================== diff -u -N -r14990 -r15015 --- branches/1.0.x/inc/styles.css (.../styles.css) (revision 14990) +++ branches/1.0.x/inc/styles.css (.../styles.css) (revision 15015) @@ -252,7 +252,9 @@ .menu ul li a.active { background: #2d85d6 url(@templates_base@/img/bg-menu.jpg) repeat-x 0 -92px; } -.menu .searchbox { + +/* === Top Search Box: begin === */ +/*.menu .searchbox { background: url(@templates_base@/img/bg-searchbox-l.jpg) no-repeat 0 0; float: right; margin-top: 10px; @@ -266,8 +268,69 @@ line-height: 23px; padding-top: 2px; width: 180px; +}*/ + +.search-box-small { + height:23px; + background:url(@templates_base@/img/search_box.gif) bottom left; + width:146px; + cursor:text; } +.search-box-small input { + font-family:Arial, Helvetica, sans-serif; + width:93px; + float:left; + font-size:9pt; + border:none; + background:none; + line-height:23px; + margin-left:30px; + margin-top:5px; + line-height:14px; +} + +.search-box-small input:focus { outline: none } + +.search-box-small-noactive { + background:url(@templates_base@/img/search_box.gif) top left; +} + +.search-box-small-noactive input { + color:#FFFFFF; +} + +.search-box-small-noactive .search-clear { + display:none; +} + +.search-box-small .search-clear { + margin-top: 5px; + margin-left:5px; + cursor:pointer; +} + +.search-box-small-results { + position:absolute; + margin-top:-4px; + margin-left:-173px; +} + +.search-box-small-header { + background:url(@templates_base@/img/search_top.png) top left; + padding-top:25px; + padding-left:25px; + padding-right:25px; + width:277px; +} + +.search-box-small-footer { + background:url(@templates_base@/img/search_bottom.png) top left; + width:327px; + height:14px; +} +/* === Top Search Box: end === */ + .level2 { background-color: #fff; left: 273px; @@ -542,11 +605,11 @@ position: relative; z-index: 150; } - -.block h2 em.filter-header { - padding-left: 14px; -} - + +.block h2 em.filter-header { + padding-left: 14px; +} + .block h2 a { text-decoration: underline; } .block h2 i { background: url(@templates_base@/img/bc-step.png) no-repeat 50% 50%; @@ -577,10 +640,10 @@ } .block.alt-block h2 a { display: block; - float: right; - line-height: 8px; - padding-top: 8px; - padding-right: 8px; + float: right; + line-height: 8px; + padding-top: 8px; + padding-right: 8px; } .block .block-content {