Aleksander Machniak
2012-05-08 c1a0578d21126c3188d5971d2c93a43c2db7a731
Fix Opera issues with duplicated scrollbar and invisible border
3 files modified
6 ■■■■■ changed files
program/steps/settings/about.inc 3 ●●●● patch | view | raw | blame | history
skins/default/mail.css 1 ●●●● patch | view | raw | blame | history
skins/default/settings.css 2 ●●● patch | view | raw | blame | history
program/steps/settings/about.inc
@@ -104,7 +104,7 @@
    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)
@@ -113,6 +113,7 @@
    for ($i=0; $i<$cnt; $i++) {
      $dn = $deps->item($i)->nodeValue;
console($dn);
      if (!array_key_exists($dn, $plugins)) {
        rcube_plugin_data($dn, $plugins);
      }
skins/default/mail.css
@@ -299,6 +299,7 @@
  bottom: 0px;
  border: 1px solid #999999;
  background-color: #F9F9F9;
  overflow: hidden;
}
#messagecontframe
skins/default/settings.css
@@ -76,7 +76,7 @@
  right: 0;
  bottom: 0;
  border: 1px solid #999999;
  overflow: auto;
  overflow: hidden;
  background-color: #F2F2F2;
}