Wilson Miner wrote:
> That was actually a conscious decision to keep from needing support
> images for the debug pages. I wanted them to be completely
> self-contained, which is why we used the unicode glyph for the
> disclosure triangle (a pretty universal UI indicator) to indicate that
> those sections could be expanded.

I didn't propose any images. I mean either this:

     <button onclick="..">Local vars</button>

or this:

     <a href=".." onclick=".." class="button">Local vars</a>

     a.button {
       border-style: solid; border-width: 1px;
       border-color: #DDD #666 #666 #DDD;
     }

I prefer an actual <button> since it's more accessible and more 
recognizable.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to