Just noticed that the checkboxes on the provision page aren't aligned correctly, I've tested and confirmed this bug in Chrome 13, IE 9, Firefox 3.

CommentFileSizeAuthor
aegir-bug.png28.76 KBSeanBannister
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

hejazee’s picture

Status: Active » Needs review

This 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 :

body.aegir #page div.node div.content div.form-item label {
  position: absolute;
}

but this rule is required. so I have a workaround for that:

The solution:
Add this code to style.css

table div.form-item label {
    position: static !important;
}
Steven Jones’s picture

Status: Needs review » Closed (cannot reproduce)

Eldir isn't maintained in its own right any more, and it looks like this was fixed in the version in Hostmaster anyway.

SeanBannister’s picture

Status: Closed (cannot reproduce) » Active

I'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?

SeanBannister’s picture

Status: Active » Needs review
Steven Jones’s picture

Project: Eldir » Hostmaster (Aegir)
Version: 6.x-0.4-alpha3 » 6.x-1.x-dev
Status: Needs review » Active

@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?

SeanBannister’s picture

Yes the existing screenshot is still accurate http://drupal.org/files/issues/aegir-bug.png

Steven Jones’s picture

Hmm...why do we have this code at all:

  body.aegir #page div.node div.content div.form-item label {
    position:absolute;
    left:0px;
    width:95px;
    white-space:nowrap;
    overflow:hidden;
    font-size:9px;
    display:block;
    }

Is this only styling the checkboxes in the site list on platforms? I think it might be, which might mean we can remove.

Steven Jones’s picture

Version: 6.x-1.x-dev » 6.x-2.x-dev

We 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.

Steven Jones’s picture

Status: Active » Fixed

Fixed this in 6.x-2.x.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit 27baac5 on 6.x-2.x, dev-ssl-ip-allocation-refactor, dev-1205458-move_sites_out_of_platforms, 7.x-3.x, dev-588728-views-integration, dev-1403208-new_roles, dev-helmo-3.x by Steven Jones:
    Issue #1249892 by SeanBannister, Steven Jones: Fixed Checkboxes on...

  • Commit 27baac5 on 6.x-2.x, dev-ssl-ip-allocation-refactor, dev-1205458-move_sites_out_of_platforms, 7.x-3.x, dev-588728-views-integration, dev-1403208-new_roles, dev-helmo-3.x by Steven Jones:
    Issue #1249892 by SeanBannister, Steven Jones: Fixed Checkboxes on...