Download & Extend

"Select installation profile" page looks weird with custom profiles

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

AttachmentSizeStatusTest resultOperations
install.png25.53 KBIgnored: Check issue status.NoneNone

Comments

#1

Status:active» needs review

I'm no CSS guru, but this seems to fix the problem.

AttachmentSizeStatusTest resultOperations
install-float-1.patch982 bytesIdleUnable to apply patch install-float-1.patchView details

#2

Status:needs review» needs work

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

Status:needs work» needs review

Just removing this should be sufficient.

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

AttachmentSizeStatusTest resultOperations
install-float-2.patch718 bytesIdlePassed on all environments.View details
install-2.png28.99 KBIgnored: Check issue status.NoneNone

#6

Status:needs review» reviewed & tested by the community

#7

Status:reviewed & tested by the community» fixed

Committed to HEAD. Thanks!

#8

Status:fixed» closed (fixed)

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