See attached.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | search-field_css_fix_for_others_themes-1835204-3.patch | 470 bytes | vasike |
| Screenshot-7.png | 202.14 KB | lsolesen |
See attached.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | search-field_css_fix_for_others_themes-1835204-3.patch | 470 bytes | vasike |
| Screenshot-7.png | 202.14 KB | lsolesen |
Comments
Comment #1
bojanz commentedYeah, the CSS is mostly optimized for Shiny, so I'm guessing we'll have a few Seven-specific bugs to fix.
Comment #2
vasikeindeed there is a CSS declaration that makes this happen:
a "max-width: 210px;" for .views-widget elements.
without, it just works fine. The Shiny theme has this CSS declaration but it seems it's right there (max-width: 250px;)
here is the patch for it.
Comment #3
vasikeforgot the patch
Comment #4
bojanz commentedTested locally, looks fine.
Committed, thanks!