Posted by c960657 on November 24, 2009 at 8:32pm
5 followers
| Project: | Drupal core |
| Version: | 7.x-dev |
| Component: | install system |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
If the title and description of the custom install profile are narrow, the "Select an installation profile" page looks weird (see attached screenshot).
| Attachment | Size | Status | Test result | Operations |
|---|---|---|---|---|
| install.png | 25.53 KB | Ignored: Check issue status. | None | None |
Comments
#1
I'm no CSS guru, but this seems to fix the problem.
#2
The last submitted patch failed testing.
#3
+++ themes/seven/style.css 24 Nov 2009 20:34:51 -0000@@ -760,36 +760,33 @@ div.admin-options div.form-item {
-body.in-maintenance .form-type-radio {
- display: inline-block;
-}
Just removing this should be sufficient.
I'm on crack. Are you, too?
#4
floating it left would make more sense to me, but I guess in this case it doesn't really matter
#5
This was actually just removed in #639354: Spacing between horizontal radio buttons too crampy (that was why the patch didn't apply), but apparently that wasn't enough (see attached screenshot).
#6
#7
Committed to HEAD. Thanks!
#8
Automatically closed -- issue fixed for 2 weeks with no activity.