summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2009-08-04 16:14:11 +0000
committeralecpl <alec@alec.pl>2009-08-04 16:14:11 +0000
commit4bcb36a6183bda8d1e734e5e034ee0dd61fd0c2e (patch)
treedb9b9a348b636c2643ca771ba9ff89a7f7e70bd5 /skins
parentf5880a9257eb5947528c7b29b4dc876d4793f7d7 (diff)
- css min-width fixes + #1486012
Diffstat (limited to 'skins')
-rw-r--r--skins/default/mail.css7
-rw-r--r--skins/default/templates/mail.html8
2 files changed, 8 insertions, 7 deletions
diff --git a/skins/default/mail.css b/skins/default/mail.css
index 6bbbd1022..d19de3ebe 100644
--- a/skins/default/mail.css
+++ b/skins/default/mail.css
@@ -8,6 +8,7 @@
left: 200px;
right: 200px;
height: 35px;
+ min-width: 650px;
white-space: nowrap;
/* border: 1px solid #cccccc; */
}
@@ -300,10 +301,10 @@ ul.toolbarmenu li.separator_above
#searchfilter
{
+ white-space: nowrap;
position: absolute;
- right: 18px;
- top: 8px;
- text-align: right;
+ right: 190px;
+ vertical-align: middle;
}
#searchfilter label
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" />