Calendar icon not visible

GK User
Tue Apr 21, 2015 1:17 pm
Hi guys,


Using GK Steakhouse template with Joomla 3.4.1

As there was no possibility to send the visitor an auto response from your GK Reservation module, I have chosen for Breezing Forms Lite version.

Now, I see that the calendar icon is not showing properly. It is just a rectangle below the calendar date field:

http://www.lunchcafedetweedekamer.nl/index.php/reserveren

Crosstec.de (Breezing Forms) has no solution to this problem. They say that it is a CSS problem, connected to the Joomla template, which is yours.


How can I show the calendar icon as it should be, behind the date field?


Kind regards,
Edze
User avatar
Fresh Boarder

teitbite
Sat Apr 25, 2015 9:33 am
Hi

Add this to override.css

Code: Select all
.ff_elem.bfCalendarInput { float: left; }
.bfCalendar {
    float: none;
    height: 44px;
    margin: 3px 0 0 5px;
    padding: 0;
    width: 44px;
}
.bfCalendar span:before {
    content: "\f073";
}
.bfCalendar span {
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    transform: translate(0px, 0px);
}


that's probably not all. So please show me the site when You'll finish.
User avatar
Moderator


cron