Skip to content

Commit d915a31

Browse files
committed
Add some styling from previous adaptation of Secretariat telechat tool that were missing from the commit
- Legacy-Id: 6467
1 parent 10dceef commit d915a31

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

static/secretariat/css/custom.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -661,6 +661,10 @@ ul.session-buttons {
661661
list-style-type: circle;
662662
}
663663

664+
#telechat-sidebar ul.doc-list {
665+
margin-bottom: 0.8em;
666+
}
667+
664668
ul.doc-list li {
665669
list-style-type: circle;
666670
}
@@ -685,6 +689,18 @@ ul.doc-list li {
685689
font-size: 110%;
686690
}
687691

692+
#telechat-sidebar li.level3 + li.level2 {
693+
margin-top: 1em;
694+
}
695+
696+
#telechat-sidebar li.level3 + li.level1 {
697+
margin-top: 1.5em;
698+
}
699+
700+
#telechat-sidebar li div {
701+
font-style: italic;
702+
}
703+
688704
#telechat-positions-table td {
689705
text-align: center;
690706
}

0 commit comments

Comments
 (0)