alecpl
2012-03-05 6205a30c81eab281d792edf863b6ba7b0e8804b8
- Fix displaying HTML messages from Disqus (#1488372)


4 files modified
31 ■■■■ changed files
CHANGELOG 1 ●●●● patch | view | raw | blame | history
skins/default/common.css 20 ●●●● patch | view | raw | blame | history
skins/default/ie6hacks.css 8 ●●●● patch | view | raw | blame | history
skins/default/iehacks.css 2 ●●● patch | view | raw | blame | history
CHANGELOG
@@ -1,6 +1,7 @@
CHANGELOG Roundcube Webmail
===========================
- Fix displaying HTML messages from Disqus (#1488372)
- Exclude E_STRICT from error_reporting for PHP 5.4
- Copy all skins in installto script (#1488376)
- Prevent from folder selection on virtual folder collapsing (#1488346)
skins/default/common.css
@@ -154,7 +154,7 @@
  left: 20px;
}
#header
body > #header
{
  position: absolute;
  top: 8px;
@@ -212,7 +212,7 @@
  background-position: 0 -75px;
}
#message
body > #message
{
  position: absolute;
  display: none;
@@ -223,7 +223,7 @@
  opacity: 0.85;
}
#message div
body > #message div
{
  width: 400px;
  margin: 0px;
@@ -231,8 +231,8 @@
  padding: 8px 10px 8px 46px;
}
#message div.notice,
#messagebody .part-notice,
body > #message div.notice,
body > #messagebody .part-notice,
#message-objects div.notice
{
  background: url(images/display/icons.png) 6px 3px no-repeat;
@@ -240,8 +240,8 @@
  border: 1px solid #C2D071;
}
#message div.error,
#message div.warning,
body > #message div.error,
body > #message div.warning,
#message-objects div.warning,
#message-objects div.error
{
@@ -250,7 +250,7 @@
  border: 1px solid #DC5757;
}
#message div.confirmation,
body > #message div.confirmation,
#message-objects div.confirmation
{
  background: url(images/display/icons.png) 6px -47px no-repeat;
@@ -258,7 +258,7 @@
  border: 1px solid #76C83F;
}
#message div.loading,
body > #message div.loading,
#message-objects div.loading
{
  background: url(images/display/loading.gif) 6px 3px no-repeat;
@@ -266,7 +266,7 @@
  border: 1px solid #CCCCCC;
}
#message a
body > #message a
{
  cursor: pointer;
  text-decoration: underline;
skins/default/ie6hacks.css
@@ -16,10 +16,10 @@
  height: 47px;
}
#message div.notice,
#message div.error,
#message div.warning,
#message div.confirmation,
body > #message div.notice,
body > #message div.error,
body > #message div.warning,
body > #message div.confirmation,
#message-objects div.notice,
#message-objects div.error,
#message-objects div.warning,
skins/default/iehacks.css
@@ -38,7 +38,7 @@
  filter: alpha(opacity=35);
}
#message
body > #message
{
  filter: alpha(opacity=85);
}