Add some styling from previous adaptation of Secretariat telechat tool that were missing from the commit

- Legacy-Id: 6467
This commit is contained in:
Ole Laursen 2013-10-18 16:42:30 +00:00
parent 10dceef26d
commit d915a31833

View file

@ -661,6 +661,10 @@ ul.session-buttons {
list-style-type: circle;
}
#telechat-sidebar ul.doc-list {
margin-bottom: 0.8em;
}
ul.doc-list li {
list-style-type: circle;
}
@ -685,6 +689,18 @@ ul.doc-list li {
font-size: 110%;
}
#telechat-sidebar li.level3 + li.level2 {
margin-top: 1em;
}
#telechat-sidebar li.level3 + li.level1 {
margin-top: 1.5em;
}
#telechat-sidebar li div {
font-style: italic;
}
#telechat-positions-table td {
text-align: center;
}