Small fixes for Opera

pull/58/head
Aleksander Machniak 12 years ago
parent bc53e22440
commit 532bc5b5e5

@ -503,7 +503,7 @@ resize_compose_body: function()
{
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');

@ -1720,6 +1720,11 @@ input.from_address
background: url("images/icons/groupactions.png") no-repeat right -70px;
}
#abookactions a.disabled
{
color: #999;
}
#compose-contacts #quicksearchbar
{
top: 2px;

Loading…
Cancel
Save