alecpl
2011-07-23 24f812dc9c77106c68497a9a7c7cab5c1dfe7565
- Add workarounds for Chrome 14 css issues (#1487996)


3 files modified
4 ■■■■ changed files
skins/default/addressbook.css 1 ●●●● patch | view | raw | blame | history
skins/default/mail.css 2 ●●●●● patch | view | raw | blame | history
skins/default/settings.css 1 ●●●● patch | view | raw | blame | history
skins/default/addressbook.css
@@ -214,6 +214,7 @@
{
  background-color: #F2F2F2;
  border: none;
  min-height: 100%; /* Chrome 14 bug */
}
#contacttabs
skins/default/mail.css
@@ -297,12 +297,14 @@
  bottom: 0px;
  width: 100%;
  height: 100%;
  min-height: 100%; /* Chrome 14 bug */
}
#messagepartframe
{
  width: 100%;
  height: 100%;
  min-height: 100%; /* Chrome 14 bug */
  border: 1px solid #999999;
  background-color: #F9F9F9;
}
skins/default/settings.css
@@ -127,6 +127,7 @@
{
  background-color: #F2F2F2;
  border: none;
  min-height: 100%; /* Chrome 14 bug */
}
#formfooter