Fix show-portal-address - display glitch since 767275f

This commit is contained in:
fkloft
2013-10-21 22:53:59 +02:00
parent 0a3984843b
commit 9248fe6221
2 changed files with 2 additions and 1 deletions

View File

@ -39,7 +39,7 @@ var setup = function() {
$('head').append('<style>' +
'.res #address { border: 1px solid #0076b6; }' +
'.enl #address { border: 1px solid #017f01; }' +
'#address { margin:5px; padding:3px; margin-top:110px; margin-right:8px; font-size:11px; background-color:rgba(0, 0, 0, 0.7); text-align:center; white-space:nowrap; overflow:hidden; }' +
'#address { position: absolute; bottom: 0; left: 5px; right: 8px; padding: 3px; font-size: 11px; background-color: rgba(0, 0, 0, 0.7); text-align: center; overflow: hidden; }' +
'</style>');
}

View File

@ -510,6 +510,7 @@ h3 {
background-size: contain;
cursor: help;
overflow: hidden;
position: relative;
}
.imgpreview img.hide {