Closed (fixed)
Project:
Sky
Version:
5.x-1.7
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Dec 2007 at 00:14 UTC
Updated:
2 Jan 2008 at 16:04 UTC
Jump to comment: Most recent file
Comments
Comment #1
lias commentedOops, posted wrong image. Here it is again : )
I'm also wondering if this is a views theme issue because in the code it says the form id="views-filters"?
Thanks!
Comment #2
lias commentedOkay, I ended up adding width to the following css styles:
.form-item input,.form-item textarea{
width: 75%;
}
thead th {
width: 20%;
}
Unfortunately, what's happening is that it's affecting all my forms -bwaa : (
I am using firebug but I don't know how to specify the one views form.
Comment #3
jacineHi,
I'm not sure that this has to do with the theme. I guess it's possible, but I doubt it because there aren't any width controls being applied within the theme's CSS for the form elements.
You can target just this area pretty easily though by adding using the ID. For example:
:)
Comment #4
lias commentedThank you
Comment #5
jacineanytime :)