ChiliProject is not maintained anymore. Please be advised that there will be no more updates.
We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.
Top right toolbar items overlap for custom issues query (Bug #826)
Description
When creating a custom issues query in ChiliProject 3.0.0beta1, the toolbar items at the top right overlap. The "Delete" is overlapped by "New issue". See attached screenshot.
Related issues
related to Bug #869: Issue option list stacked vertically instead of horizontally | Closed | 2012-02-07 |
Associated revisions
Fixes Mercurial browsing under unix-like os and for directory depth > 2 and (patch #826 by Frederic Moulins, slightly edited to preserve win32 compatibility).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1228 e93f8b46-1217-0410-a6f0-8f06a7374b81
[#826] Position the .button-large as any other title-bar element
History
Updated by Holger Just at 2012-01-24 11:37 am
- Target version set to 3.0.0
- Category set to Themes
- Affected version set to 3.0.0
Updated by jamon camisso at 2012-02-01 10:03 pm
Not sure what the protocol is, or how best to handle the icon, but here's a patch that adds some padding to the icon-del class when preceded by icon-edit in a .contextual wrapper div. I don't think that structure occurs anywhere else?
- File application.css.icon-del.patch added
Updated by jamon camisso at 2012-02-01 10:03 pm
- Status changed from Open to Ready for review
Updated by Holger Just at 2012-02-06 02:48 pm
Thanks for your patch, Jamon. Generally, we accept patches as attachments here or as Pull Requests on Github (with the latter preferred). For more information, please see our Contribute guide.
As for your patch, unfortunately just setting a fixed horizontal margin isn't sufficient, as different languages have very different text widths. So the 75 pixel margin could be much too wide or much to slim for certain languages.
With https://github.com/chiliproject/chiliproject/pull/151 I attempt to fix it generically.
Updated by jamon camisso at 2012-02-06 05:14 pm
Ah! Makes perfect sense, I see how you did it in the linked diff. I wasn't looking at the overall structure of the title-bar. Thanks for the explanation.
Updated by Holger Just at 2012-02-06 10:19 pm
Merged in commit:bb5a6a2
- Status changed from Ready for review to Closed