Fixed title article font-size.

This commit is contained in:
Svetlana Rastegina 2021-03-22 19:20:53 +01:00
parent 634bf28adc
commit f49d468f9d

View file

@ -2022,7 +2022,7 @@ h3.internal-auth {
width: auto!important; width: auto!important;
} }
#individual-info h1.fn { #individual-info h1.fn {
font-size: 1.5rem; font-size: 1.6rem;
color: #595B5B; color: #595B5B;
background-image: url(../images/circle_title.png); background-image: url(../images/circle_title.png);
background-repeat: no-repeat; background-repeat: no-repeat;
@ -2072,6 +2072,7 @@ ul#individual-facultyMemberships li {
padding-top: 7px; padding-top: 7px;
padding-left: 10px; padding-left: 10px;
border-left: 1px solid #5e6363; border-left: 1px solid #5e6363;
font-size: 1.4rem;
} }
/* INDIVIDUAL VISUALIZATION ------> */ /* INDIVIDUAL VISUALIZATION ------> */
@ -2977,6 +2978,9 @@ span.iconControlsEditable {
cursor: pointer; cursor: pointer;
padding-left: 30px; padding-left: 30px;
} }
.collapsible.collapsed >div.collapsibleLink >b {
font-weight: normal;
}
.collapsible.expanded { .collapsible.expanded {
padding: 18px 18px 18px 10px; padding: 18px 18px 18px 10px;
border-bottom: 1px solid #dde4e3; border-bottom: 1px solid #dde4e3;
@ -2988,6 +2992,9 @@ span.iconControlsEditable {
cursor: pointer; cursor: pointer;
padding-left: 30px; padding-left: 30px;
} }
.collapsible.expanded >div.collapsibleLink >b {
font-weight: normal;
}
.searchTOC { .searchTOC {
display: none; display: none;
} }