Feature #33692 » update-activity-layout.diff
| public/stylesheets/application.css | ||
|---|---|---|
| 601 | 601 |
div#activity dd span.description, #search-results dd span.description { display:block; color: #808080; }
|
| 602 | 602 |
div#activity dt.grouped {margin-left:5em;}
|
| 603 | 603 |
div#activity dd.grouped {margin-left:9em;}
|
| 604 |
div#activity dt.icon {background-position: 0 0px !important;}
|
|
| 604 |
div#activity dt.icon {background-position: 0 10px !important;}
|
|
| 605 |
div#activity h3 {
|
|
| 606 |
padding: 5px; |
|
| 607 |
background-color: #eeeeee; |
|
| 608 |
} |
|
| 609 |
div#activity dt {
|
|
| 610 |
padding-top: 10px; |
|
| 611 |
border-top: 1px solid #eeeeee; |
|
| 612 |
} |
|
| 613 |
div#activity dl dt:first-child {
|
|
| 614 |
border: 0px; |
|
| 615 |
} |
|
| 605 | 616 | |
| 606 | 617 |
#search-results dd { margin-bottom: 1em; padding-left: 20px; margin-left:0px; }
|
| 607 | 618 | |