Modified collapse/expande button style and hided right block on result search page.
This commit is contained in:
parent
f93abed8be
commit
e604d6714c
1 changed files with 20 additions and 5 deletions
|
@ -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 --------------------------------> */
|
||||||
/* -------------------------------------------------> */
|
/* -------------------------------------------------> */
|
||||||
|
|
Loading…
Add table
Reference in a new issue