annotate noderef_view.css @ 7:281e131cb6c3

Change location of the out-of-space warning and way to pick the wrapper Previously the warning was screwed when the user pressed the "Add more" button (the possibilites were: warning above the label which looked strange, warning below the the add more button but that would then expand to contain the whole field or warning between the textfields and the add more button but the warning would disaspear when the button was clicked). It's now conveniently placed under the "Search" link. A class is also added to the <div /> wrapping the textfields, so we use that to find the wrapper instead of walking the DOM tree.
author Franck Deroche <franck@defr.org>
date Tue, 27 Jan 2009 11:54:25 +0100
parents e3f85c9247b7
children
rev   line source
franck@6 1 .noderef-view-items {
franck@6 2 float: left;
franck@6 3 margin-right: 15px;
franck@6 4 }