finish changes for #179. Fixes #179, fixes #49.

Please look for regressions.
This commit is contained in:
Stefan Breunig
2013-02-16 10:46:02 +01:00
parent 2023e33567
commit 6d41221131
4 changed files with 19 additions and 14 deletions

View File

@ -29,7 +29,7 @@ window.setupStyles = function() {
[ '#largepreview.enl img { border:2px solid '+COLORS[TEAM_ENL]+'; } ',
'#largepreview.res img { border:2px solid '+COLORS[TEAM_RES]+'; } ',
'#largepreview.none img { border:2px solid '+COLORS[TEAM_NONE]+'; } ',
'#chatcontrols { bottom: '+(CHAT_SHRINKED+24)+'px; }',
'#chatcontrols { bottom: '+(CHAT_SHRINKED+22)+'px; }',
'#chat { height: '+CHAT_SHRINKED+'px; } ',
'.leaflet-right { margin-right: '+(SIDEBAR_WIDTH+1)+'px } ',
'#updatestatus { width:'+(SIDEBAR_WIDTH+2)+'px; } ',