align farm-finder-select to the right on mobile (fix for #548)
This commit is contained in:
parent
8105f172af
commit
4fa363a819
@ -308,6 +308,9 @@ window.plugin.farmFind.drawCircle = function(farm)
|
|||||||
$('<style>').prop('type', 'text/css').html(''
|
$('<style>').prop('type', 'text/css').html(''
|
||||||
+ '#farm_level_select {'
|
+ '#farm_level_select {'
|
||||||
+ ' top: 0px !important;'
|
+ ' top: 0px !important;'
|
||||||
|
+ ' right: 0px;'
|
||||||
|
+ ' left: auto !important;'
|
||||||
|
+ ' margin-right: 0;'
|
||||||
+ '}\n').appendTo('head');
|
+ '}\n').appendTo('head');
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user