Search and Top Navigation
#6002 closed bug (worksforme)
Opened August 29, 2010 06:28PM UTC
Closed January 14, 2011 06:47PM UTC
Accordion width problem (CSS)
| Reported by: | tojkior | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.9.0 |
| Component: | ui.accordion | Version: | 1.8.4 |
| Keywords: | South Streen accordion width | Cc: | |
| Blocked by: | Blocking: |
Description
On line 305:
ui-accordion { width: 100%; }
There's a padding defined for accordion container so the total length is greater than 100%, thus it doesn't render correctly within some layouts (i.e. inside UI Tabs).
Regards,
Tojkior
Attachments (0)
Change History (2)
Changed October 12, 2010 12:55AM UTC by comment:1
| component: | CSS Framework → ui.accordion |
|---|
Changed January 14, 2011 06:47PM UTC by comment:2
| resolution: | → worksforme |
|---|---|
| status: | new → closed |
This is working properly. You're probably using the accordion as the tab panel instead of placing the accordion inside the tab panel.