chakradharmantha / jquery-ui-map

Automatically exported from code.google.com/p/jquery-ui-map
0 stars 0 forks source link

Error showing control buttons. #84

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Import the following JS classes.

<script src="http://maps.google.com/maps/api/js?sensor=true" 
type="text/javascript"></script>
<script src='js/jquery-ui-map/ui/min/jquery.ui.map.full.min.js'></script>   
<script 
src='js/jquery-ui-map/ui/min/jquery.ui.map.microformat.min.js'></script>    

<div class="row padding-md">
  <div class="col-lg-12">
    <div id="map_canvas" class="map rounded"></div> 
  </div>
</div>

$(function() { 
  $('#map_canvas').gmap({'zoom': 2, 
                     'zoomControl': true,
                     'panControl': false});
                });
What is the expected output? What do you see instead?

It should show the Buttons with a right size but it doesnt(Attached the image).

What version of the product are you using? On what operating system?
jquery-ui-map-3.0-rc.zip

Original issue reported on code.google.com by fermeta...@gmail.com on 1 May 2014 at 4:29

Attachments:

GoogleCodeExporter commented 8 years ago
Hi, that's because there is a max-width:100%; or something like that in your 
css file

Original comment by Doruk.Ka...@gmail.com on 1 Feb 2015 at 7:54