- added rollover mark in quicksearchbox (glass) image
3 files modified
2 files added
| | |
| | | { |
| | | position: absolute; |
| | | top: 3px; |
| | | right: 162px; |
| | | right: 160px; |
| | | } |
| | | |
| | | #quicksearchbar img |
| | |
| | | { |
| | | position: absolute; |
| | | top: 2px; |
| | | left: 20px; |
| | | left: 24px; |
| | | width: 140px; |
| | | height: 15px; |
| | | font-size: 11px; |
| | |
| | | </div> |
| | | |
| | | <div id="quicksearchbar"> |
| | | <roundcube:button name="searchmod" id="searchmod" image="/images/icons/glass.gif" /> |
| | | <roundcube:button name="searchmod" id="searchmod" image="/images/icons/glass.png" /> |
| | | <roundcube:object name="searchform" id="quicksearchbox" /> |
| | | <roundcube:button command="reset-search" id="searchreset" image="/images/icons/reset.gif" title="resetsearch" /> |
| | | </div> |
| | |
| | | </div> |
| | | |
| | | <div id="quicksearchbar"> |
| | | <roundcube:button name="searchmod" id="searchmod" image="/images/icons/glass.gif" onclick="rcmail_ui.show_searchmenu();return false" title="searchmod" /> |
| | | <roundcube:button name="searchmod" id="searchmod" image="/images/icons/glass_roll.png" onclick="rcmail_ui.show_searchmenu();return false" title="searchmod" /> |
| | | <roundcube:object name="searchform" id="quicksearchbox" /> |
| | | <roundcube:button command="reset-search" id="searchreset" image="/images/icons/reset.gif" title="resetsearch" /> |
| | | </div> |