Aleksander Machniak
2012-10-17 60046014129f43b168d70f2b536768704d57df5e
Fix scrolling quirk in email preview frame using Opera 12 (#1488763)
2 files modified
3 ■■■■ changed files
CHANGELOG 1 ●●●● patch | view | raw | blame | history
skins/classic/mail.css 2 ●●●●● patch | view | raw | blame | history
CHANGELOG
@@ -1,6 +1,7 @@
CHANGELOG Roundcube Webmail
===========================
- Fix scrolling quirk in email preview frame using Opera 12 (#1488763)
- Fix displaying of multipart/alternative messages with empty parts (#1488750)
- Fix threaded list sorting on PHP < 5.2.9 (#1488748)
- Plugin API: Add 'email_list' argument for identities data in user_create hook
skins/classic/mail.css
@@ -299,7 +299,6 @@
  bottom: 0px;
  border: 1px solid #999999;
  background-color: #F9F9F9;
  overflow: hidden;
}
#messagecontframe
@@ -359,7 +358,6 @@
  bottom: 0;
  border: 1px solid #999;
  background-color: #F9F9F9;
  overflow: hidden;
}
#mailboxlist