Closed (fixed)
Project:
Eldir
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Jun 2014 at 19:26 UTC
Updated:
20 Feb 2024 at 15:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
arosboro commentedFix some stuff that was broken with the width of the task info and other info panes that were affected by the same styles.
Comment #2
arosboro commentedThe issue is that there is no way to tell whether a task has just been created. This message needs position relative for the label when there is a lot of text to the right, but all other labels should be absolute with a 100px padding to align the contents in a column.
Comment #3
steven jones commentedLet's split this issue into 2 parts:
Comment #4
steven jones commentedHere's a patch for part 1.
Comment #6
steven jones commentedPushed that change to Eldir 3.x.
Now to work on point 2.
Comment #7
steven jones commentedI think that this looks like something that comes along and re-formats the
'#type' => 'item'into a table for rendering.Comment #8
steven jones commentedHere's a work in progress, there's essentially a compatibility layer added and eldir uses a pre render to move the items into a slightly different structure that is then worked on by a new theme rendering function.
The idea would be to test this out in Eldir get it working and then move the theme function and compatibility layer into hosting proper, then the CSS stays in Eldir.
Comment #9
ergonlogic+1. The modal stuff in Aegir 3 is kinda janky.
Comment #11
steven jones commentedDecided to go for it, and committed the fix in #8 with a little extra bit for servers.