Actions
Bug #2230
closedBackend buttons are not resizible
Description
Using J1.6 default backend template and CB1.3.1
The buttons in the backend, for example in the tabs-management or plugins-management are not dynamically adjustable as it can be seen on the proof-link
Files
Updated by krileon almost 14 years ago
- Assignee set to krileon
- Target version set to CB 1.4.0
- % Done changed from 0 to 20
This has never been the case; should be visible in all Joomla releases and all releases of CB. Will investigate further; seams minor CSS issue.
Updated by krileon almost 14 years ago
- File 2230.patch 2230.patch added
- Status changed from New to Resolved
- Assignee changed from krileon to beat
- % Done changed from 20 to 100
max-width style was applied to the menu buttons preventing wrapping as well as a nowrap. Best approach was to remove the max-width style as removing the nowrap causes the height to NOT dynamically adjust (normal as the button is floated).
Updated by beat almost 14 years ago
- Status changed from Resolved to Closed
- Estimated time set to 1:00 h
r1373 applies proposed fix
Actions