diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-12-06 17:59:26 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-12-06 17:59:26 +0000 |
| commit | 63346f0408d8ad4e0b080ab750d47a407704f911 (patch) | |
| tree | eda11d8a69acbe262aab0a8e71a2ac0386907d37 /roundcubemail/skins/default | |
| parent | 07358bb652ff07a8a925a9ed007ded1c5a95ba5e (diff) | |
Move search filter drop-down closed to search box
git-svn-id: https://svn.roundcube.net/trunk@2124 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default')
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 20 | ||||
| -rw-r--r-- | roundcubemail/skins/default/templates/mail.html | 7 |
2 files changed, 20 insertions, 7 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index 2f98c8b81..4dfc86479 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/skins/default/mail.css @@ -24,12 +24,6 @@ color: #333333; } -#messagetoolbar select.searchfilter -{ - position: relative; - bottom: 10px; -} - #messagetoolbar select.mboxlist { position: absolute; @@ -91,6 +85,20 @@ ul.toolbarmenu li a.active:hover background-color: #ddd; } +#searchfilter +{ + position: absolute; + right: 18px; + bottom: 7px; + width: 240px; + text-align: right; +} + +#searchfilter label +{ + font-size: 11px; +} + #listcontrols a, #listcontrols a:active, #listcontrols a:visited, diff --git a/roundcubemail/skins/default/templates/mail.html b/roundcubemail/skins/default/templates/mail.html index 34f4254b7..eed853a92 100644 --- a/roundcubemail/skins/default/templates/mail.html +++ b/roundcubemail/skins/default/templates/mail.html @@ -119,7 +119,6 @@ <roundcube:button command="forward" imageSel="/images/buttons/forward_sel.png" imageAct="/images/buttons/forward_act.png" imagePas="/images/buttons/forward_pas.png" width="32" height="32" title="forwardmessage" /> <roundcube:button command="delete" imageSel="/images/buttons/delete_sel.png" imageAct="/images/buttons/delete_act.png" imagePas="/images/buttons/delete_pas.png" width="32" height="32" title="deletemessage" /> <roundcube:button command="print" imageSel="/images/buttons/print_sel.png" imageAct="/images/buttons/print_act.png" imagePas="/images/buttons/print_pas.png" width="32" height="32" title="printmessage" /> -<roundcube:object name="searchfilter" id="searchfilter" class="searchfilter" /> <div id="markmessagemenu"> <ul class="toolbarmenu"> @@ -129,6 +128,12 @@ <li><roundcube:button command="mark" prop="unflagged" label="markunflagged" classAct="active" /></li> </ul> </div> + +<div id="searchfilter"> + <label for="rcmcomposepriority"><roundcube:label name="filter" />: + <roundcube:object name="searchfilter" class="searchfilter" /> + </label> +</div> </div> <div id="quicksearchbar"> |
