The alignment of the filters at the top of the administer users screen is not correct when using the Bootstrap theme.

Administer users screen with Bootstrap theme

Applying the following CSS is a workaround:

.page-admin-people .exposed-filters .form-item label {
  clear: left; 
}

The display of the bulk operations fields is also incorrect as those elements should be inline and have padding on the left.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

el7cosmos’s picture

Status: Active » Needs review
FileSize
2.43 KB

For exposed filter, i change to form-horizontal.

For bulk operation, i change container-inline to form-inline.

valkum’s picture

Status: Needs review » Reviewed & tested by the community

doing its job

wundo’s picture

Issue summary: View changes
Status: Reviewed & tested by the community » Fixed

Committed!

markhalliwell’s picture

Status: Fixed » Needs work

I'm sorry, but this was a premature commit.

+++ b/bootstrap_subtheme/less/overrides.less
@@ -629,6 +629,15 @@ td.radio {
+  .make-sm-column(2);

We don't have this mixin available when compiling just the overrides.less file (without the Bootstrap library). It needs to be equivalent, but something that's not a Bootstrap mixin.

I've gone ahead and reverted this patch until it's fixed (which was two commits...):
Committed 5a0224e to 7.x-3.x:

Revert "Issue #2120449 by el7cosmos: Incorrect alignment of form elements on administer users screen."

This reverts commit 7ddf9ffedacd59003ae8dd0420a34668695990ae.

Committed 2985925 to 7.x-3.x:

Revert "Issue #2120449 by el7cosmos: Incorrect alignment of form elements on administer users screen"

This reverts commit eccea6737e80bf2ef0a3b8aecbaf3cdddccafe25.

el7cosmos’s picture

Status: Needs work » Needs review
FileSize
2.65 KB
markhalliwell’s picture

Status: Needs review » Fixed

Thanks @el7cosmos!

Committed d473ac9 to 7.x-3.x:

Issue #2120449 by el7cosmos, geodaniel: Incorrect alignment of form elements on administer users screen.

Status: Fixed » Closed (fixed)

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