I'm having the same problem in Google Chrome (Version 21.0.1180.77 m) and adding the margin/padding isn't working for me. Has anyone found a solution to this? Thanks in advance.
No sure what went wrong but I took out this part of the code which I copied from this sample
#map_graphics_layer{
-webkit-animation-duration: 3s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-name: pulse;
-webkit-animation-timing-function: ease-in-out;
}
and everything worked after that. Perhaps there's a bug in the webkit regarding animations.
Hi Daniel
I've exactly the same problem. I tried your suggestion that you posted but still not working.
Were you able to resolve the problem?
Has anyone else an idea about the solution?
Thank you.