Small fixes for Opera

pull/88/head
Aleksander Machniak 12 years ago
parent a188a9a305
commit 0f4022d54f

@ -503,7 +503,7 @@ resize_compose_body: function()
{ {
var div = $('#compose-div .boxlistcontent'), var div = $('#compose-div .boxlistcontent'),
w = div.width() - 2, h = div.height(), 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_tbl').width((w+3)+'px').height('');
$('#compose-body_ifr').width((w+3)+'px').height((h-54)+'px'); $('#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; background: url("images/icons/groupactions.png") no-repeat right -70px;
} }
#abookactions a.disabled
{
color: #999;
}
#compose-contacts #quicksearchbar #compose-contacts #quicksearchbar
{ {
top: 2px; top: 2px;

Loading…
Cancel
Save