alecpl
2012-03-05 b1a8dabb1fcea27e19d71dda138191dea3dc529f
- Fix displaying of HTML messages from Disqus (#1488372)


4 files modified
29 ■■■■ changed files
CHANGELOG 1 ●●●● patch | view | raw | blame | history
skins/default/common.css 18 ●●●● 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 of HTML messages from Disqus (#1488372)
- Disable E_STRICT warnings on PHP 5.4
- Prevent from folder selection on virtual folder collapsing (#1488346)
- Fix automatic unsubscribe of non-existent folders
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,7 +231,7 @@
  padding: 8px 10px 8px 46px;
}
#message div.notice,
body > #message div.notice,
#message-objects div.notice
{
  background: url(images/display/icons.png) 6px 3px no-repeat;
@@ -239,8 +239,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
{
@@ -249,7 +249,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;
@@ -257,7 +257,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;
@@ -265,7 +265,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);
}