Modified collapse/expande button style and hided right block on result search page.

This commit is contained in:
Svetlana Rastegina 2021-03-11 19:30:33 +01:00 committed by Georgy Litvinov
parent f93abed8be
commit e604d6714c

View file

@ -537,11 +537,6 @@ ul#header-nav {
/* margin-right: 13px; */ /* margin-right: 13px; */
font-size: 1.1rem; font-size: 1.1rem;
} }
.collapsible {
margin-top: 10pxl;
}
ul#header-nav li { ul#header-nav li {
float: left; float: left;
display: block; display: block;
@ -2879,6 +2874,26 @@ span.iconControlsNotEditable {
padding-bottom: 10px; padding-bottom: 10px;
border-bottom: 1px dashed #9C9C9C; border-bottom: 1px dashed #9C9C9C;
} }
.collapsible.collapsed {
background-image: url(../images/arrow-down-big.svg);
background-repeat: no-repeat;
background-position: 1% 50%;
padding: 18px 18px 18px 40px;
cursor: pointer;
}
.collapsible.expanded {
background-image: url(../images/arrow-top-big.svg);
background-repeat: no-repeat;
background-position: 1% 50%;
padding: 18px 18px 18px 40px;
cursor: pointer;
}
.searchTOC {
display: none;
}
span#searchHelp {
display: none;
}
/* -------------------------------------------------> */ /* -------------------------------------------------> */
/* FONTS --------------------------------> */ /* FONTS --------------------------------> */
/* -------------------------------------------------> */ /* -------------------------------------------------> */