Skip to content

Commit

Permalink
theme support for navtree
Browse files Browse the repository at this point in the history
  • Loading branch information
jkk committed Sep 9, 2008
1 parent 1f0f695 commit 7c93e01
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions example.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
showGameInfo: false,
showTools: false,
showOptions: false,
showNavTree: false,
markCurrent: true,
markVariations: true,
markNext: false,
Expand Down
1 change: 1 addition & 0 deletions example2.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ <h1>EidoGo Player Advanced Example</h1>
showGameInfo: true,
showTools: true,
showOptions: true,
showNavTree: false,
markCurrent: true,
markVariations: true,
markNext: false,
Expand Down
5 changes: 5 additions & 0 deletions player/css/player.css
Original file line number Diff line number Diff line change
Expand Up @@ -894,6 +894,11 @@
text-decoration: none;
background: #444;
}
.eidogo-player.theme-compact .nav-tree-container {
margin: 0;
width: 416px;
height: 60px;
}
.eidogo-loading.theme-compact {
background: none;
width: 0;
Expand Down

0 comments on commit 7c93e01

Please sign in to comment.