try different fix for #415

This commit is contained in:
Stefan Breunig
2013-03-08 08:27:20 +01:00
parent 80f026ab0f
commit 2b102f0f33
2 changed files with 8 additions and 9 deletions

View File

@ -83,4 +83,8 @@ window.runOnSmartphonesAfterBoot = function() {
$('#portaldetails').off('click', '**');
$('.leaflet-right').addClass('leaflet-left').removeClass('leaflet-right');
// make buttons in action bar flexible
var l = $('#chatcontrols a:visible');
l.css('width', 100/l.length + '%');
}