Make identity signature field wider (#1489159)
| | |
| | | $.extend(conf, { |
| | | plugins: 'paste,tabfocus', |
| | | theme_advanced_buttons1: 'bold,italic,underline,strikethrough,justifyleft,justifycenter,justifyright,justifyfull,separator,outdent,indent,charmap,hr,link,unlink,code,forecolor', |
| | | theme_advanced_buttons2: ',fontselect,fontsizeselect' |
| | | theme_advanced_buttons2: 'fontselect,fontsizeselect' |
| | | }); |
| | | else { // mail compose |
| | | $.extend(conf, { |
| | |
| | | { |
| | | font-weight: bold; |
| | | text-align: right; |
| | | width: 1%; |
| | | white-space: nowrap; |
| | | } |
| | | |
| | | #bottomboxes |
| | |
| | | { |
| | | overflow: auto; |
| | | } |
| | | |
| | | #rcmfd_signature |
| | | { |
| | | width: 99%; |
| | | min-width: 390px; |
| | | } |
| | | |
| | | #rcmfd_signature_toolbar1 td, |
| | | #rcmfd_signature_toolbar2 td |
| | | { |
| | | width: auto; |
| | | } |
| | |
| | | .webkit #pluginlist td.source { |
| | | width: 9em; |
| | | } |
| | | |
| | | #rcmfd_signature { |
| | | width: 99%; |
| | | min-width: 390px; |
| | | } |
| | | |
| | | #rcmfd_signature_toolbar1 td, |
| | | #rcmfd_signature_toolbar2 td { |
| | | width: auto; |
| | | } |