Define generic .searchbox styles
| | |
| | | padding: 3px 8px; |
| | | } |
| | | |
| | | #quicksearchbar input { |
| | | .searchbox input { |
| | | padding-top: 4px; |
| | | padding-bottom: 2px; |
| | | } |
| | |
| | | |
| | | /*** quicksearch **/ |
| | | |
| | | .searchbox { |
| | | position: relative; |
| | | } |
| | | |
| | | #quicksearchbar { |
| | | position: absolute; |
| | | right: 1px; |
| | | top: -5px; |
| | | top: 2px; |
| | | width: 240px; |
| | | } |
| | | |
| | | .searchbox input, |
| | | #quicksearchbar input { |
| | | width: 176px; |
| | | margin: 0; |
| | | margin-top: 7px; |
| | | padding: 3px 30px 3px 34px; |
| | | height: 18px; |
| | | background: #f1f1f1; |
| | |
| | | font-size: 11px; |
| | | } |
| | | |
| | | .searchbox #searchmenulink, |
| | | #quicksearchbar #searchmenulink { |
| | | position: absolute; |
| | | top: 12px; |
| | | top: 5px; |
| | | left: 6px; |
| | | } |
| | | |
| | | .searchbox #searchreset, |
| | | #quicksearchbar #searchreset { |
| | | position: absolute; |
| | | top: 11px; |
| | | top: 4px; |
| | | right: 1px; |
| | | } |
| | | |
| | |
| | | <div id="addressview-right"> |
| | | |
| | | <!-- search box --> |
| | | <div id="quicksearchbar"> |
| | | <div id="quicksearchbar" class="searchbox"> |
| | | <roundcube:object name="searchform" id="quicksearchbox" /> |
| | | <roundcube:button name="searchmenulink" id="searchmenulink" class="iconbutton searchoptions" onclick="UI.show_popup('searchmenu');return false" title="searchmod" content=" " /> |
| | | <roundcube:button command="reset-search" id="searchreset" class="iconbutton reset" title="resetsearch" content=" " /> |
| | |
| | | </div> |
| | | |
| | | <!-- search box --> |
| | | <div id="quicksearchbar"> |
| | | <div id="quicksearchbar" class="searchbox"> |
| | | <roundcube:object name="searchform" id="quicksearchbox" /> |
| | | <roundcube:button name="searchmenulink" id="searchmenulink" class="iconbutton searchoptions" onclick="UI.show_popup('searchmenu');return false" title="searchmod" content=" " /> |
| | | <roundcube:button command="reset-search" id="searchreset" class="iconbutton reset" title="resetsearch" content=" " /> |