Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 3a17799

Browse files
Olivier Giulieripetebacondarwin
Olivier Giulieri
authored andcommitted
docs(css): fix position and size of Table of Contents "close" button
Closes #10555
1 parent 1a7e9de commit 3a17799

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/app/assets/css/docs.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ iframe.example {
415415

416416
.main-body-grid .side-navigation {
417417
position:relative;
418-
padding-bottom:120px;
418+
padding-bottom:50px;
419419
}
420420

421421
.main-body-grid .side-navigation.ng-hide {
@@ -656,14 +656,14 @@ ul.events > li {
656656
}
657657
.toc-close {
658658
position: absolute;
659-
bottom: -50px;
659+
bottom: 5px;
660660
left: 50%;
661661
margin-left: -50%;
662662
text-align: center;
663663
padding: 5px;
664664
background: #eee;
665665
border-radius: 5px;
666-
width: 90%;
666+
width: 100%;
667667
border:1px solid #ddd;
668668
box-shadow:0 0 10px #bbb;
669669
}

0 commit comments

Comments
 (0)