alecpl
2012-03-02 aa2013bd34a1029012e35b4f64caf1477cb35524
- Fix "#messagetoolbar select" in Firefox (#1488261)


2 files modified
6 ■■■■■ changed files
skins/default/includes/messagetoolbar.html 1 ●●●● patch | view | raw | blame | history
skins/default/mail.css 5 ●●●●● patch | view | raw | blame | history
skins/default/includes/messagetoolbar.html
@@ -23,6 +23,7 @@
<roundcube:if condition="template:name == 'message'" />
<roundcube:object name="mailboxlist" type="select" noSelection="moveto" maxlength="25" onchange="rcmail.command('moveto', this.options[this.selectedIndex].value)" class="mboxlist" folder_filter="mail" />
<roundcube:endif />
<roundcube:button name="messagemenulink" id="messagemenulink" type="link" class="button messagemenu" title="moreactions" onclick="rcmail_ui.show_popup('messagemenu');return false" content=" " />
</div>
<div id="forwardmenu" class="popupmenu">
skins/default/mail.css
@@ -13,7 +13,8 @@
/*  border: 1px solid #cccccc; */
}
#messagetoolbar a
#messagetoolbar a,
#messagetoolbar select
{
  display: block;
  float: left;
@@ -141,7 +142,7 @@
{
  position: relative;
  margin: 0 8px;
  top: 6px;
  top: 7px;
}
#messagetoolbar select.mboxlist option