align farm-finder-select to the right on mobile (fix for #548)

This commit is contained in:
Philipp Schaefer 2013-09-12 17:28:15 +02:00
parent 8105f172af
commit 4fa363a819

View File

@ -308,6 +308,9 @@ window.plugin.farmFind.drawCircle = function(farm)
$('<style>').prop('type', 'text/css').html(''
+ '#farm_level_select {'
+ ' top: 0px !important;'
+ ' right: 0px;'
+ ' left: auto !important;'
+ ' margin-right: 0;'
+ '}\n').appendTo('head');
};