Aleksander Machniak
2013-01-27 0f4022d54f12fed14c25bc4d78779494b86c4fcc
Small fixes for Opera
2 files modified
7 ■■■■ changed files
skins/classic/functions.js 2 ●●● patch | view | raw | blame | history
skins/classic/mail.css 5 ●●●●● patch | view | raw | blame | history
skins/classic/functions.js
@@ -503,7 +503,7 @@
{
  var div = $('#compose-div .boxlistcontent'),
    w = div.width() - 2, h = div.height(),
    x = bw.ie ? 4 : 0;
    x = bw.ie || bw.opera ? 4 : 0;
  $('#compose-body_tbl').width((w+3)+'px').height('');
  $('#compose-body_ifr').width((w+3)+'px').height((h-54)+'px');
skins/classic/mail.css
@@ -1720,6 +1720,11 @@
  background: url("images/icons/groupactions.png") no-repeat right -70px;
}
#abookactions a.disabled
{
  color: #999;
}
#compose-contacts #quicksearchbar
{
  top: 2px;