Fix Opera issues with duplicated scrollbar and invisible border
| | |
| | | foreach ($metadata as $key => $path) { |
| | | $data[$key] = $xpath->evaluate($path); |
| | | } |
| | | |
| | | console($name); |
| | | $plugins[$name] = $data; |
| | | |
| | | // dependent required plugins (can be used, but not included in config) |
| | |
| | | |
| | | for ($i=0; $i<$cnt; $i++) { |
| | | $dn = $deps->item($i)->nodeValue; |
| | | console($dn); |
| | | if (!array_key_exists($dn, $plugins)) { |
| | | rcube_plugin_data($dn, $plugins); |
| | | } |
| | |
| | | bottom: 0px; |
| | | border: 1px solid #999999; |
| | | background-color: #F9F9F9; |
| | | overflow: hidden; |
| | | } |
| | | |
| | | #messagecontframe |
| | |
| | | right: 0; |
| | | bottom: 0; |
| | | border: 1px solid #999999; |
| | | overflow: auto; |
| | | overflow: hidden; |
| | | background-color: #F2F2F2; |
| | | } |
| | | |