innoq / statuses

statuses
Apache License 2.0
13 stars 14 forks source link

UI: Author Name and message overlap #51

Closed martinei closed 11 years ago

martinei commented 11 years ago

Seen on Firefox 22.0, Mac. innoQ Instance. screen shot 2013-08-03 at 20 12 27

stilkov commented 11 years ago

I seem to recall we can close this?

martinei commented 11 years ago

I don't think so. It's a "second level" bug. If Avatars fail to load for some reason, the layout should still look ok but apparently does not.

FND commented 11 years ago

.avatar { overflow: hidden; } might do the trick

aheusingfeld commented 11 years ago

.avatar { overflow: hidden; } might do the trick

and additionally .content, .meta { margin-left: 40px; } to fix the inconsistent indention.

FND commented 11 years ago

I believe we didn't want to prescribe a fixed or even uniform width for avatar images. Having said that, I suppose that margin makes things look a little less chaotic. (disclaimer: IANAD)

aheusingfeld commented 11 years ago

Could one of you have a look into #62? It contains fixes for review in #55. Thanks

aheusingfeld commented 11 years ago

As #62 is merged, this issue should be fixed after we redeploy our server.