chrome fixes

This commit is contained in:
Stefan Breunig
2013-02-04 10:12:20 +01:00
parent f92c963a54
commit cdef7d2496
3 changed files with 6 additions and 3 deletions

View File

@ -27,7 +27,7 @@ window.setupLargeImagePreview = function() {
window.setupStyles = function() {
$('head').append('<style>' +
[ '#largepreview.res img { border:2px solid '+COLORS[TEAM_RES]+'; } ',
[ '#sidebar { margin-right: '+(SIDEBAR_WIDTH+2)+'px } ',
'#largepreview.enl img { border:2px solid '+COLORS[TEAM_ENL]+'; } ',
'#largepreview.none img { border:2px solid '+COLORS[TEAM_NONE]+'; } ',
'#chatcontrols { bottom: '+(CHAT_SHRINKED+24)+'px; }',