diff options
| author | Nathan Kinkade <nkinkade@nkinka.de> | 2009-03-11 13:31:04 +0000 |
|---|---|---|
| committer | Nathan Kinkade <nkinkade@nkinka.de> | 2009-03-11 13:31:04 +0000 |
| commit | 85088c9fc60de969f3f5eebba2fcff60da944cc5 (patch) | |
| tree | ddaccdfa2aedc2fb713fdd89f11b1a81de607586 | |
| parent | 93ddb86d8f0cfc568da734afbc5b24ff659d5a7c (diff) | |
Squeezed the filter dropdown below the search to allow more horizontal space for lower resolutions. Probably will need to do more.
| -rw-r--r-- | roundcubemail/skins/npk/mail.css | 2 | ||||
| -rw-r--r-- | roundcubemail/skins/npk/templates/mail.html | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/roundcubemail/skins/npk/mail.css b/roundcubemail/skins/npk/mail.css index 4c747ba8d..acb68c2b9 100644 --- a/roundcubemail/skins/npk/mail.css +++ b/roundcubemail/skins/npk/mail.css @@ -183,7 +183,7 @@ ul.toolbarmenu li a.active:hover { position: absolute; right: 18px; - top: 8px; + top: 77px; text-align: right; } diff --git a/roundcubemail/skins/npk/templates/mail.html b/roundcubemail/skins/npk/templates/mail.html index 65deb0d0c..a375f8165 100644 --- a/roundcubemail/skins/npk/templates/mail.html +++ b/roundcubemail/skins/npk/templates/mail.html @@ -150,11 +150,12 @@ <roundcube:object name="mailboxlist" type="ul" maxlength="25" mailboxaction="copyto" class="move_copy_mboxlist" /> </div> +</div> + <div id="searchfilter"> <label for="rcmlistfilter"><roundcube:label name="filter" /></label>: <roundcube:object name="searchfilter" class="searchfilter" /> </div> -</div> <div id="quicksearchbar"> <roundcube:object name="searchform" type="search" results="5" id="quicksearchbox" /><roundcube:button command="reset-search" id="searchreset" image="/images/icons/reset.gif" title="resetsearch" /> |
