Issue56

Title Work edit UI improvements
Priority feature Status resolved
Project CC Network Milestone 2008.10.15
Superseder Nosy List alex, mecredis, nathan
Assigned To nathan Keywords

Created on 2008-10-02.02:17:40 by nathan, last changed 2008-10-02.18:11:50 by nathan.

Messages
msg93 (view) Author: alex Date: 2008-10-02.17:40:03
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>
> ________________________________________________
>
msg91 (view) Author: nathan Date: 2008-10-02.15:10:26
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;
}
msg80 (view) Author: nathan Date: 2008-10-02.02:17:39
[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.
History
Date User Action Args
2008-10-02 18:11:50nathansetstatus: chatting -> resolved
2008-10-02 17:40:03alexsetmessages: + msg93
2008-10-02 15:10:26nathansetstatus: unread -> chatting
nosy: + alex
messages: + msg91
2008-10-02 04:49:10nathansetmilestone: 2008.10.15
2008-10-02 02:21:15nathanlinkissue53 superseder
2008-10-02 02:17:40nathancreate