Defect #42003 » 42003-bottom-aligned.patch
| app/assets/stylesheets/application.css | ||
|---|---|---|
| 763 | 763 |
#history p.nodata {display: none;}
|
| 764 | 764 | |
| 765 | 765 |
div#activity dl, #search-results { margin-left: 2em; }
|
| 766 |
div#activity dd, #search-results dd { margin-bottom: 1em; padding-left: 18px; font-size: 0.9em; }
|
|
| 766 |
div#activity dd, #search-results dd { margin-bottom: 1em; padding-left: 22px; font-size: 0.9em; }
|
|
| 767 |
div#activity dt svg.icon-svg {margin-right: 4px;}
|
|
| 767 | 768 |
div#activity dt.me .time { border-bottom: 1px solid #999; }
|
| 768 | 769 |
div#activity dt .time { color: #777; font-size: 93%; margin-right: 4px; }
|
| 769 | 770 |
div#activity dd .description, #search-results dd .description { font-style: italic; }
|
| ... | ... | |
| 780 | 781 |
border-top: 1px solid #eeeeee; |
| 781 | 782 |
width: 100%; /* Prevents border from disappearing due to inline-flex shrinking */ |
| 782 | 783 |
box-sizing: border-box; |
| 784 |
display: flex; |
|
| 785 |
align-items: flex-end; |
|
| 783 | 786 |
} |
| 784 | 787 |
div#activity dl dt:first-child {
|
| 785 | 788 |
border: 0px; |
| ... | ... | |
| 1962 | 1965 |
h2 img.gravatar, h3 img.gravatar {margin-right: 4px;}
|
| 1963 | 1966 |
h4 img.gravatar {margin: -2px 4px -4px 0;}
|
| 1964 | 1967 |
td.username img.gravatar {margin: 0 0.5em 0 0; vertical-align: top;}
|
| 1965 |
#activity dt img.gravatar {float: left; margin: 0 1em 1em 0;}
|
|
| 1968 |
#activity dt img.gravatar {margin: 0 1em 0 0;}
|
|
| 1966 | 1969 |
/* Used on 12px Gravatar img tags without the icon background */ |
| 1967 | 1970 |
.icon-gravatar {float: left; margin-right: 4px;}
|
| 1968 | 1971 | |
- « Previous
- 1
- …
- 4
- 5
- 6
- Next »