Closed (fixed)
Project:
Hostmaster (Aegir)
Version:
6.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Aug 2011 at 15:12 UTC
Updated:
30 May 2014 at 10:04 UTC
Jump to comment: Most recent
Comments
Comment #1
hejazee commentedThis problem can be seen in this page: hosting/c/platform_hostmaster (or similar pages)
This is caused by a bad css rule in style.css :
but this rule is required. so I have a workaround for that:
The solution:
Add this code to style.css
Comment #2
steven jones commentedEldir isn't maintained in its own right any more, and it looks like this was fixed in the version in Hostmaster anyway.
Comment #3
SeanBannister commentedI'm still seeing this in hostmaster-6.x-1.9 and Chrome 22.0.1229.14 beta-m only on the platforms page.
What do you mean by "Eldir isn't maintained in its own right" is it now in the hostmaster repo?
Comment #4
SeanBannister commentedComment #5
steven jones commented@SeanBannister I mean exactly that, that we need to fix this in the Hostmaster repo, not the Eldir repo. Could you provide a screenshot of where you can still see this error please?
Comment #6
SeanBannister commentedYes the existing screenshot is still accurate http://drupal.org/files/issues/aegir-bug.png
Comment #7
steven jones commentedHmm...why do we have this code at all:
Is this only styling the checkboxes in the site list on platforms? I think it might be, which might mean we can remove.
Comment #8
steven jones commentedWe can change some of the markup and fix this in 2.x, for 1.x let's just leave it so we don't need the ugly CSS.
Comment #9
steven jones commentedFixed this in 6.x-2.x.