Now, this will, most likely sound like complete idiotic suggestion , but on the other hand the framework is so cool that this might be the only one I got
On the admin side, there is a div class
that holds input fields. Since it's floated left, border line of class depends on the height of the left element and it would not close all the way down if not filled with enough context.
So I thought, and I apologize for such a minor priority suggestion, that it would be nice to make some adjustments to the oinputs class so breaking line would show nicely.
.oinputs {
width: 62%;
float: left;
text-align: left;
[b]border-right: 1px .. what ever your line is;[/b]
}