Yes it is. i thought i answered this bug entry btw...
Not really, this is the first change i made and since there is no documentation the best way to do is testing :)
Perhaps a forgotten piece. I'll see if we can remove it when making all firefox related modifications.
> 2) Why are the min heights 415px and 255px?
Simply like hell :) on startup, the scroll+100 javascript can't scroll where it doesn't exists. If you homepage content is not long enough, the min-height is there to do it. The toolbar div is now perfectly align to the top of the screen.
And 225px is of course for the landscape mode.
Those 415px and 225px is to works perfectly in app mode (when added to the home screen) but are too height while using in safari (bottom navigation bar).
>
> 3) What are the below fixes for:
>
> body[orient="landscape"] > .toolbar > h1
> {
> width: 300px;
> margin: 1px 0 0 -150px;
> }
I've seen that this is not supported. Only one statement with an orientation on it doesn't work.
Again, testing here and there but the goal was to use a larger title block when landscaped. Thinking about it twice, this should belongs to /t/default/.
> body > *.panel > fieldset > div.row > label
> {
> width: 100px;
> }
You can delete this. i have noticed that [orient="landscape"] is not working since you don't double the statement (which is pretty strange)
Don't seems to miss a thing.
The toolbar goes to the top once loaded, panel background is now ok :)
Remi