Bluecheese user profile history elements seems to be not well aligned as shown in the following image:
user_profile_groups_bluecheese_bug

System:
Chrome, Mac OSX snow leopard.

It seems easy to solve by changing this markup:

<dl class="user-member clear-block">
  <dt class="grid-2 alpha">Number of times voted</dt>
  <dd class="grid-6 omega">110</dd>
  <dt class="grid-2 alpha">Co-organized events</dt>
  <dd class="grid-6 omega">7</dd>
  <dt class="grid-2 alpha">Submitted events</dt>
  <dd class="grid-6 omega">4</dd>
  <dt class="grid-2 alpha">Organizer of groups</dt>
  <dd class="grid-6 omega">1</dd>
  <dt class="grid-2 alpha">Member for</dt>
  <dd class="grid-6 omega">3 years 9 weeks</dd>
  ...

With this one:

<dl class="user-member clear-block">
  <dt class="grid-4 alpha">Number of times voted</dt>
  <dd class="grid-4 omega">110</dd>
  <dt class="grid-4 alpha">Co-organized events</dt>
  <dd class="grid-4 omega">7</dd>
  <dt class="grid-4 alpha">Submitted events</dt>
  <dd class="grid-4 omega">4</dd>
  <dt class="grid-4 alpha">Organizer of groups</dt>
  <dd class="grid-4 omega">1</dd>
  <dt class="grid-4 alpha">Member for</dt>
  <dd class="grid-4 omega">3 years 9 weeks</dd>
  ...

Thank you.
Alessandro Mascherpa.

CommentFileSizeAuthor
#9 bakery.patch1.16 KBdrumm
#3 g.d.oProfiles(Before).jpg124.72 KBAnonymous (not verified)
#3 g.d.oProfiles(After).jpg291.27 KBAnonymous (not verified)
user_profile_groups_bluecheese_bug.png25.11 KBAlessMascherpa

Comments

AlessMascherpa’s picture

Project: Groups.drupal.org » Bakery Single Sign-On System
Issue summary: View changes

added bluecheese word to easy search in the issues

JSCSJSCS’s picture

Project: Bakery Single Sign-On System » Groups.drupal.org

See this post for my issue on layout/alignment on Chrome:

http://groups.drupal.org/node/218769#comment-718334

Sorry, I did not know about this "project" to post issues about GDO.

Anonymous’s picture

This fixes my page well enough:

.profile dl {
margin: 0px 20px 0px 0px;
}
Anonymous’s picture

StatusFileSize
new291.27 KB
new124.72 KB

added screenshots

greggles’s picture

Project: Groups.drupal.org » Bluecheese
Version: 6.x-1.x-dev »
Status: Needs work » Needs review
Issue tags: +gdolove

Looking great to me.

@drumm - can this go in bluecheese or is gdo doing something wrong in the way it constructs html?

AlessMascherpa’s picture

Status: Needs work » Needs review

The problem stated in #3 can be solved by changin:

<div class="form-item">
 <label>Groups: </label>

by:

<div class="form-item grid-8 alpha omega">
 <label>Groups: </label>

And changing:

<div class="form-item">
 <label>Primary profile: </label>

by:

<div class="form-item grid-8 alpha omega">
 <label>Primary profile: </label>

I would also change the classes in dl items (User data) as specified in the description of this issue.

Cheers,
Alessandro Mascherpa.

drumm’s picture

The HTML should be changed. #1412678: User profile items should be user_profile_item fixes the Groups item, but we haven't deployed the update on g.d.o. Looks like the bakery item needs the same fix. Are those the only 2 form-items?

drumm’s picture

Status: Needs review » Needs work
AlessMascherpa’s picture

I only found those.

drumm’s picture

Title: User profile history elements not well aligned » User profile items should be user_profile_item
Project: Bluecheese » Bakery Single Sign-On System
Version: » 6.x-2.x-dev
Assigned: Unassigned » drumm
StatusFileSize
new1.16 KB

Then we might as well use this issue for the bakery item. The explanation is the same as #1412678: User profile items should be user_profile_item.

coltrane’s picture

Status: Needs review » Fixed
greggles’s picture

Issue tags: +needs drupal.org deployment

Thanks, drumm and ben!

Status: Fixed » Closed (fixed)

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

izkreny’s picture

Status: Closed (fixed) » Reviewed & tested by the community

There are still problems with this, as reported in #1701034: markup problem on groups.drupal.org/user page

I suppose this was accidentally automatically closed without d.o deployment action - so, marking it RTBC.

BernieCram’s picture

thanks mariomaric for reopening
B

drumm’s picture

Status: Reviewed & tested by the community » Closed (fixed)

The bakery item is okay. I'll comment on #1701034: markup problem on groups.drupal.org/user page

drumm’s picture

Issue tags: -needs drupal.org deployment

(untag)

drumm’s picture

Issue summary: View changes

Changed by with with to properly understanding