diff options
author | alecpl <alec@alec.pl> | 2009-08-04 16:14:11 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-08-04 16:14:11 +0000 |
commit | 4bcb36a6183bda8d1e734e5e034ee0dd61fd0c2e (patch) | |
tree | db9b9a348b636c2643ca771ba9ff89a7f7e70bd5 /skins/default/templates | |
parent | f5880a9257eb5947528c7b29b4dc876d4793f7d7 (diff) |
- css min-width fixes + #1486012
Diffstat (limited to 'skins/default/templates')
-rw-r--r-- | skins/default/templates/mail.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/skins/default/templates/mail.html b/skins/default/templates/mail.html index 9d24f4cec..ebdf9f8d2 100644 --- a/skins/default/templates/mail.html +++ b/skins/default/templates/mail.html @@ -129,10 +129,6 @@ <roundcube:include file="/includes/messagemenu.html" /> -<div id="searchfilter"> - <label for="rcmlistfilter"><roundcube:label name="filter" /></label>: - <roundcube:object name="searchfilter" class="searchfilter" /> -</div> </div> <div id="searchmenu"> @@ -147,6 +143,10 @@ </div> <div id="quicksearchbar"> +<div id="searchfilter"> + <label for="rcmlistfilter"><roundcube:label name="filter" /></label>: + <roundcube:object name="searchfilter" class="searchfilter" /> +</div> <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" /> |