Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.1
Component:
exposed filters
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 Oct 2008 at 13:28 UTC
Updated:
27 Apr 2009 at 17:05 UTC
There should be possible to set size for a exposed filter field!!! Or could you tell how I can do it with template.php or such..?
Thx!
Toni
Comments
Comment #1
merlinofchaos commentedPlease don't mark support requests critical.
The size of exposed filters can be controlled via CSS. You can look in the HTML to determine the id of the exposed widget, but it will be something like #edit-IDENTIFIER where identifier is the identifier you selected:
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #3
ivanbcn commentedHi...
I'm trying to solve the same question but i cannot find where exactly is stored the .css
My exposed filter name is: edit-field-ciudad-value, (I suppose from this HTML source code)
Ciudad
But i don't see any .css file with:
#edit-field-ciudad-value
or something similar...