Hello jaguar,
You have a problem with your CSS ojs2/styles/common.css file:
- Code: Select all
#navbar a
{
font-size: 2.65em;
letter-spacing: 2.05em;
}
These settings define a very large font-size and large letter spacing.
The default should be something like:
- Code: Select all
#navbar a
{
font-size: 0.65em;
letter-spacing: 0.05em;
}
I would recommend creating your own theme plugin, as it will make maintenance a bit easier.
Regarding the missing translated keys:
- Code: Select all
##manager.scheduler.building##:
##manager.scheduler.room##:
As Admin you have access to the Translator Plugin where you can check for translation problems.
If you have ssh access, then grep for the variable manager.scheduler.building, for example. They should be within the locale/language_CODE/manager.xml file.
I noticed you hid the top navbar somehow on your main pages. I checked your version and it seems to be a slightly previous version than the latest one.
This may explain the missing translations. I have a test install with 2.3.3.1, where this is not happening.