Feature #42038 » improve-readability-of-activity.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: 22px; font-size: 0.9em; }
|
|
| 766 |
div#activity dd, #search-results dd { margin-bottom: 1em; padding-left: 22px; font-size: 0.8125rem;}
|
|
| 767 | 767 |
div#activity dt svg.icon-svg {margin-right: 4px;}
|
| 768 | 768 |
div#activity dt.me .time { border-bottom: 1px solid #999; }
|
| 769 |
div#activity dt .time { color: #777; font-size: 93%; margin-right: 4px; }
|
|
| 770 |
div#activity dd .description, #search-results dd .description { font-style: italic; }
|
|
| 769 |
div#activity dt .time { color: #555; font-size: 0.8125rem; margin-right: 4px; }
|
|
| 770 |
div#activity dd .description, #search-results dd .description { font-style: italic; margin: 3px 0;}
|
|
| 771 | 771 |
div#activity span.project:after, #search-results span.project:after { content: " -"; }
|
| 772 |
div#activity dd span.description, #search-results dd span.description { display:block; color: #808080; }
|
|
| 772 |
div#activity dd span.description, #search-results dd span.description { display:block; color: #666; }
|
|
| 773 | 773 |
div#activity dt.grouped {padding-left:5em;}
|
| 774 | 774 |
div#activity dd.grouped {margin-left:9em;}
|
| 775 | 775 |
div#activity h3 {
|
- « Previous
- 1
- 2
- 3
- Next »