- This topic has 1 reply, 2 voices, and was last updated 13 years, 10 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- The forum ‘Generic’ is closed to new topics and replies.
Events Made Easy › Forums › Generic › .eme-location-balloon {margin-bottom: 4em;}
A week ago I suggested changing the “.eme-location-balloon” bottom margin to 4em. Since then I have experimented with different fonts and have found that the required margin is highly dependent upon font and font-size selections. I am currently using the Calibri font which is considerably smaller than the Verdana font I was using before. The following specification is perfect for Calibri with the initial <br />
that I previously had in the “Default location balloon format” code removed and without any trailing <br />
tags.
.eme-location-balloon {
font-size:1em;
line-height:1em;
margin:0;
}
Because EME will be used with a wide variety of fonts and font-sizes it would be good to instruct users to adjust “.eme-location-balloon” values in “eme.css” as necessary to optimize map balloon displays.
well, it’s on the doc page: “CSS: change the look and feel of any element on the page”.
But maybe I need to redo the whole doc page … any volunteers?