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.
| Comment | File | Size | Author |
|---|---|---|---|
| image002.jpg | 94.66 KB | eggthing |
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.
| Comment | File | Size | Author |
|---|---|---|---|
| image002.jpg | 94.66 KB | eggthing |
Comments
Comment #1
eggthing commentedHere's what did it in the end:
input[type="text"] {
width: 150px;
}
select {
width: 150px;
}