Is it possible to be able to change the layout of the calendar without using the current css that also affects the menu?
Basically I've taken the calendar out of the left/right menu structure and want to change it's size/font/opacity etc.
Also would it be possible on the advanced layout page to put the upload form above all the text? As you only read it once then spend the rest of the time scrolling past it
Absolutely. In the CSS file, there are a number of rules that you can split up: .calheader .calbody .calcurrent
Those are the rules to look for. In the default CSS, they are combined with .MenuCat and .MenuChoice, but you can just split those off and it won't be a problem.
And as for the Advanced Layout page, that page will be getting a pretty significant overhaul, and that's one of the big concerns. It is a hassle to have to scroll down each time, I agree.
And as for the Advanced Layout page, that page will be getting a pretty significant overhaul, and that's one of the big concerns. It is a hassle to have to scroll down each time, I agree.