Fixed. Set width to 300 (long enough to fit a license url), made
everything line up.
On Thu, Oct 2, 2008 at 8:10 AM, Nathan R. Yergler
<issues@creativecommons.org> wrote:
>
> Nathan R. Yergler added the comment:
>
> Added help text to the license; Alex, what do you think about adding CSS for
> form fields?
>
> Something like:
>
> #field input {
> margin-left:100px;
> width:250px;
> }
>
> #field div#help {
> margin-left:100px;
> }
>
> ----------
> nosy: +alex
> status: unread -> chatting
>
> ________________________________________________
> Creative Commons <issues@creativecommons.org>
> <http://code.creativecommons.org/issues/issue56>
> ________________________________________________
>
Added help text to the license; Alex, what do you think about adding CSS for
form fields?
Something like:
#field input {
margin-left:100px;
width:250px;
}
#field div#help {
margin-left:100px;
}
[Splitting Issue53]
We need to improve the work add/edit UI. In particular:
* make the URL and License fields longer
* add help text indicating the License should be a URL
I've already disabled URL verification.