|
(Zie JIRA-issue EMT-787.)
|
|||
| Regel 10: | Regel 10: | ||
display: none; |
display: none; |
||
} |
} |
||
| + | |||
| + | /* start css-code Emm-navigation-tree */ |
||
| + | #emm-navtree-wrapper { |
||
| + | height: 0px; |
||
| + | margin-bottom:10px; |
||
| + | } |
||
| + | #emm-navtree { |
||
| + | min-width: 400px; |
||
| + | border-style: solid !important; |
||
| + | border-color: lightgrey !important; |
||
| + | border-width: 1px; |
||
| + | margin-top: 0px !important; |
||
| + | margin-bottom:0px; |
||
| + | } |
||
| + | #emm-navtree-header { |
||
| + | min-height: 20px; |
||
| + | margin-bottom: 0px; |
||
| + | } |
||
| + | #emm-navtree-arrow { |
||
| + | margin-left: 5px; |
||
| + | margin-right: 5px; |
||
| + | } |
||
| + | .jstree-default-large .jstree-node { |
||
| + | margin-left: 0 !important; |
||
| + | } |
||
| + | .jstree-container-ul { |
||
| + | padding-left: 0 !important; |
||
| + | padding-right: 1em !important; |
||
| + | } |
||
| + | .jstree-default-large .jstree-anchor { |
||
| + | font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif; |
||
| + | font-size: 84%; |
||
| + | line-height: 1.2em; |
||
| + | color: #3399f3; |
||
| + | } |
||
| + | .jstree-anchor, .jstree-anchor:link, .jstree-anchor:visited { |
||
| + | text-decoration: none; |
||
| + | color: #3399f3; |
||
| + | } |
||
| + | .jstree-anchor { |
||
| + | font-size: 100% !important; |
||
| + | } |
||
| + | .jstree-anchor:hover, .jstree-anchor:active { |
||
| + | text-decoration: none; |
||
| + | color: red; |
||
| + | } |
||
| + | .topContextTitle a { |
||
| + | color: #777777; |
||
| + | margin-left: 10px; |
||
| + | margin-top: 2px; |
||
| + | } |
||
| + | .topContextTitle a:hover { |
||
| + | color: #0b65b5; |
||
| + | } |
||
| + | .vakata-context li > a > i:empty { |
||
| + | width: 0px !important; |
||
| + | } |
||
| + | .vakata-context li > a { |
||
| + | font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif; |
||
| + | font-size: 12px; |
||
| + | } |
||
| + | /* einde css-code Emm-navigation-tree */ |
||
/* CSS-code die hier wordt geplaatst heeft invloed op alle skins */
/* aanpassen lettergrootte broodkruimel (SBL) */
#sbl-breadcrumbs {
font-size: 100%;
}
/* verwijderen laatste node broodkruimel (SBL) */
.sbl-breadcrumb-arrow-child,
.sbl-breadcrumb-arrow-left {
display: none;
}
/* start css-code Emm-navigation-tree */
#emm-navtree-wrapper {
height: 0px;
margin-bottom:10px;
}
#emm-navtree {
min-width: 400px;
border-style: solid !important;
border-color: lightgrey !important;
border-width: 1px;
margin-top: 0px !important;
margin-bottom:0px;
}
#emm-navtree-header {
min-height: 20px;
margin-bottom: 0px;
}
#emm-navtree-arrow {
margin-left: 5px;
margin-right: 5px;
}
.jstree-default-large .jstree-node {
margin-left: 0 !important;
}
.jstree-container-ul {
padding-left: 0 !important;
padding-right: 1em !important;
}
.jstree-default-large .jstree-anchor {
font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 84%;
line-height: 1.2em;
color: #3399f3;
}
.jstree-anchor, .jstree-anchor:link, .jstree-anchor:visited {
text-decoration: none;
color: #3399f3;
}
.jstree-anchor {
font-size: 100% !important;
}
.jstree-anchor:hover, .jstree-anchor:active {
text-decoration: none;
color: red;
}
.topContextTitle a {
color: #777777;
margin-left: 10px;
margin-top: 2px;
}
.topContextTitle a:hover {
color: #0b65b5;
}
.vakata-context li > a > i:empty {
width: 0px !important;
}
.vakata-context li > a {
font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 12px;
}
/* einde css-code Emm-navigation-tree */