- A little better fix for radiobuttons in popupmenu (previous solution breaks other popup windows, e.g. from acl plugin)
| | |
| | | background-color: #c00; |
| | | } |
| | | |
| | | .popupmenu li input |
| | | .popupmenu li.block input |
| | | { |
| | | float: left; |
| | | } |
| | |
| | | |
| | | <div id="forwardmenu" class="popupmenu"> |
| | | <ul class="toolbarmenu"> |
| | | <li> |
| | | <li class="block"> |
| | | <input type="radio" name="forwardtype" value="0" onchange="rcmail.command('save-pref', {name: 'forward_attachment', value: 0, env: 'forward_attachment'});" /> |
| | | <roundcube:button command="forward" label="forwardinline" prop="sub" classAct="forwardlink active" class="forwardlink" /> |
| | | </li> |
| | | <li> |
| | | <li class="block"> |
| | | <input type="radio" name="forwardtype" value="1" onchange="rcmail.command('save-pref', {name: 'forward_attachment', value: 1, env: 'forward_attachment'})" /> |
| | | <roundcube:button command="forward-attachment" label="forwardattachment" prop="sub" classAct="forwardattachmentlink active" class="forwardattachmentlink" /> |
| | | </li> |
| | |
| | | clear: both; |
| | | } |
| | | |
| | | #listmenu .toolbarmenu li input |
| | | { |
| | | float: none; |
| | | } |
| | | |
| | | /***** tree indicators *****/ |
| | | |
| | | td span.branch div |