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

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.
Comments
Comment #0.0
AlessMascherpa commentedadded bluecheese word to easy search in the issues
Comment #1
JSCSJSCS commentedSee 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.
Comment #2
Anonymous (not verified) commentedThis fixes my page well enough:
Comment #3
Anonymous (not verified) commentedadded screenshots
Comment #4
gregglesLooking great to me.
@drumm - can this go in bluecheese or is gdo doing something wrong in the way it constructs html?
Comment #5
AlessMascherpa commentedThe problem stated in #3 can be solved by changin:
by:
And changing:
by:
I would also change the classes in dl items (User data) as specified in the description of this issue.
Cheers,
Alessandro Mascherpa.
Comment #6
drummThe 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?
Comment #7
drummComment #8
AlessMascherpa commentedI only found those.
Comment #9
drummThen 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.
Comment #10
coltraneCommitted. http://drupalcode.org/project/bakery.git/commit/e463582
Comment #11
gregglesThanks, drumm and ben!
Comment #13
izkreny commentedThere 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.
Comment #14
BernieCram commentedthanks mariomaric for reopening
B
Comment #15
drummThe bakery item is okay. I'll comment on #1701034: markup problem on groups.drupal.org/user page
Comment #16
drumm(untag)
Comment #16.0
drummChanged by with with to properly understanding