css input field in filter block?

eggthing - December 9, 2008 - 16:56
Project:Location Views
Component:Documentation
Category:support request
Priority:normal
Assigned:Unassigned
Status:active
Description

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.

AttachmentSize
image002.jpg94.66 KB

#1

eggthing - January 11, 2009 - 03:39

Here's what did it in the end:

input[type="text"] {
width: 150px;
}

select {
width: 150px;
}

 
 

Drupal is a registered trademark of Dries Buytaert.