Fix rendering issues with the Thing drop down list in the CrystalX theme. Fixes bug #12173

This commit is contained in:
Colin Kuskie 2011-08-15 13:39:04 -07:00
parent 62a23df920
commit b2e32612d7
3 changed files with 5 additions and 0 deletions

View file

@ -5,6 +5,7 @@
- fixed #12213: Unable to view cart when an asset is deleted. - fixed #12213: Unable to view cart when an asset is deleted.
- added: Better integration between User Profile fields, the Shop address book and the EMS. - added: Better integration between User Profile fields, the Shop address book and the EMS.
- fixed #12218: Failed INSERT in Passive Profiling causes leak - fixed #12218: Failed INSERT in Passive Profiling causes leak
- fixed #12173: CrystalX theme Thingy drop down problem
7.10.21 7.10.21
- added #9668 extension template variable to attachment loops for the following assets: - added #9668 extension template variable to attachment loops for the following assets:

View file

@ -1,6 +1,10 @@
This is a running list of template changes made during upgrades. If you have copied the default This is a running list of template changes made during upgrades. If you have copied the default
templates, you will need to apply these changes manually to your copies. templates, you will need to apply these changes manually to your copies.
7.10.22
* Thingy CSS file - root/import/thingy-templates/thingy.css
Add CSS to make sure that overflows are visible, to handle style that hide overflow by default.
7.10.18 7.10.18
* Collaboration System Default Notification Template /default_forum_notification * Collaboration System Default Notification Template /default_forum_notification
Replace table with divs to make inline replying easier. Replace table with divs to make inline replying easier.