Events Made Easy Forums Bug fixed or feature request implemented "You should add extra 6 -tags"

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #42379
    Anonymous
    Inactive

    The “Default location balloon format” instructions on the “Event Manager Options” page state:

    “You can also use #_DIRECTIONS to insert a direction form in the balloon, but then you should add extra 6 <br/> tags after it, otherwise the balloon will not be of the correct height.”

    4 <br/> tags seem to be adequate since the addition of “#saddr {margin-bottom:0;}” to “events_manager.css”.

    #45987
    Franky
    Keymaster

    changed in trunk

    #45988
    Anonymous
    Inactive

    A better solution is to eliminate “but then you should add at least 4 extra <br/>-tags after it, otherwise the balloon will not be of the correct height” and to change the following in “events_manager.css” from:

    .eme-location-balloon {
    font-size: 95%;
    line-height: 100%;
    }

    To:

    .eme-location-balloon {
    font-size: 95%;
    line-height: 100%;
    margin-bottom: 4em;
    }

    #45989
    Franky
    Keymaster

    ok, done in trunk. But it should be tested in multiple browsers (IE7/8/9, firefox, safari …)

    #45990
    Anonymous
    Inactive

    That change has been tested and found to work correctly with Firefox 3.6.13 and with IE 6, 7 and 8.

    However, that testing revealed that the following is ignored by IE 6 and 7:

    #saddr {
    margin-bottom:0;
    }

    I am trying a fix to correct that and will report back in the previous thread about that issue.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘Bug fixed or feature request implemented’ is closed to new topics and replies.
Scroll to Top