Defect #24935 » 24935_fix_gravatar_in_activity_page.patch
public/stylesheets/application.css | ||
---|---|---|
513 | 513 |
div#activity dd span.description, #search-results dd span.description { display:block; color: #808080; } |
514 | 514 |
div#activity dt.grouped {margin-left:5em;} |
515 | 515 |
div#activity dd.grouped {margin-left:9em;} |
516 |
div#activity dt { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; height: 18px;} |
|
516 |
div#activity dt { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; line-height: 18px;}
|
|
517 | 517 | |
518 | 518 |
#search-results dd { margin-bottom: 1em; padding-left: 20px; margin-left:0px; } |
519 | 519 | |
... | ... | |
1316 | 1316 |
h3 img.gravatar {margin: -4px 4px -4px 0;} |
1317 | 1317 |
h4 img.gravatar {margin: -2px 4px -4px 0;} |
1318 | 1318 |
td.username img.gravatar {margin: 0 0.5em 0 0; vertical-align: top;} |
1319 |
#activity dt img.gravatar {float: left; margin: 0 1em 1em 0;}
|
|
1319 |
#activity dt img.gravatar {float: left; margin: 0 1em 0 0;}
|
|
1320 | 1320 |
/* Used on 12px Gravatar img tags without the icon background */ |
1321 | 1321 |
.icon-gravatar {float: left; margin-right: 4px;} |
1322 | 1322 |