test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • antoniu1 Friend
    #117886

    Somehow, the bottom of the pic bullets (tip, error, etc) is cut off in standard fontsize. When enlarging, they have enough space. Where do I change this problem consistently?

    Thanks in advance!
    Tom

    antoniu1 Friend
    #212347

    I solved the problem:

    To correct this problem, in the CSS file add: padding-bottom: 5px; below padding-left 22px; for warning, message and tips. As follows:

    /* Tips, Error, Message, Hightlight*/
    .error {
    padding-left: 22px;
    padding-bottom: 5px;
    color: #CC0000;
    background: url(../images/bullet-error.gif) no-repeat top left;
    }

    .message {
    padding-left: 22px;
    padding-bottom: 5px;
    color: #3F89C3;
    background: url(../images/bullet-info.gif) no-repeat top left;
    }

    .tips {
    padding-left: 22px;
    padding-bottom: 5px;
    color: #D79546;
    background: url(../images/bullet-tips.gif) no-repeat top left;
    }

    .highlight {
    border-bottom: 1px dotted;
    background: #F2F2F2;
    font-weight: bold;
    }

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 1 voice, and was last updated by  antoniu1 18 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum