Ah, yeah if the browser window goes below 1400 pixels in width the user section on the right does some weird things... Did I mention that CSS isn't my strong suit?Looking at the rules, it appears that the user div is set to take up 50% of the screen width so if it can't get that, it will get pushed around by the forum logo on the left. I don't see a reason why it needs 50%. If I turn off the width requirement completely (using my browser's dev tools to play with it) I can get down to about 960 pixels before it flips out. But if you have an avatar that will go up there and take some extra pixels. But I'll try tweaking that and see if it breaks anything else.I think I did at least get the alternating post background color from the old theme working... although I see it only works when viewing a post, not in the reply interface. Always something.
Try to read this text with that background colour.
Fixed the code block. As for the user greeting in the upper right I'm kind of tempted to just remove it. The "User" ezblock at the top of the right column has all the same information anyway except for the current time and presumably most of us have clocks of some kind nearby... The only drawback is I think the ezblocks get disabled if you are viewing the site on a mobile device. Thoughts?
col1 row1 | col2 row1 col1 row2 | col2 row2
for(int i=0;i<KERNEL_TUNE(LAST_ELEM);i++){kernels[i]=NULL;events[i]=NULL;}
for(int i=0;i<KERNEL_TUNE(LAST_ELEM);i++){kernels=NULL;events=NULL;}
1. Here is another issue of formatting : a quote with a table inside. -> font colour of the table contents should be darker, so contrast to light blue background is higher.
2. On creating the table i was missing the create row and create cell buttons.
3. In Post reply the placement of the edit-window should be left-bound not centered. Also try to widen the edit-window ?!