I'm loving this module, unfortunatly there is no documentation. The picture shows you can transform your login-block into a login-bar, it also says you can do it with CSS, but it doesn't describe how.

I'd love to know :)

Comments

toemaz’s picture

Status: Active » Fixed

Use the snippet below and replace the element-style by the appropriate name

element-style * {
display: inline;
}

Anonymous’s picture

Status: Fixed » Closed (fixed)
andykwg’s picture

Can someone be a bit more specific on how to get to the bar like compact form?

pcdonohue’s picture

Status: Closed (fixed) » Postponed (maintainer needs more info)

Hi,

I'm trying to achieve the same thing, but the provided solution is lacking detail. What style element should we be applying display:inline to. Can you post a snippet so we can understand the context?

bebeterribl’s picture

My theme: box_grey

I've put

#user-login-form div {
  display:inline;}

...and it works...

andykwg’s picture

Status: Postponed (maintainer needs more info) » Fixed

I moved to D6.4 and the same changes works fine now.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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