Posted by eggthing on December 9, 2008 at 4:56pm
Jump to:
| Project: | Location Views |
| Component: | Documentation |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
I've tried using firebug to get the class but the input field is unaffected:
#edit-city .form-text
{
size: 10px;
width: 10px;
}
i've attached the firebug screengrab.
| Attachment | Size |
|---|---|
| image002.jpg | 94.66 KB |
Comments
#1
Here's what did it in the end:
input[type="text"] {
width: 150px;
}
select {
width: 150px;
}