OLD - FET-6.22.0 snapshot available

Started by Liviu Lalescu, June 14, 2024, 11:35:22 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Cyrus Ireri

#15
Is it possible to have institution's name with a large bold font for visibility purposes?From what you can see,teachers name is outstanding as compared to name of institution which on my case i use to give titles of the timetables

Liviu Lalescu

Hmm... I am not sure. Other users might prefer as it is now. Volker, please let us know your opinion, it is your part. Is it possible for the user to modify the CSS for this (so we can let the current FET code unchanged and the user will need to edit the CSS)?

Volker Dirr

That is already possible in old FET versions.

search in the css file this:
caption {

}

and modify to this:
caption {
 font-size: x-large;
 font-weight: bold;
}

Liviu Lalescu

Great!

On the other hand, I just put a new snapshot, fixing a critical crash for the Mornings-Afternoons mode. Thank you, Benahmed, for reporting it!

Link: https://lalescu.ro/liviu/fet/download/test/

Benahmed Abdelkrim

You're welcome... FET is constantly improving and the new features are very useful. Thank you!
B.A/krim

Liviu Lalescu