Hey
am working on themes.
I found a small but annoying typo in nag/themes/default/screen.css
#RB_window {
top: 50px !important;
}
it should have been:
#RB_window {
top: 50% !important;
}
Effect is quickadd box in nag is placed too high in browser.
The text above input field is not visible.
/erling