diff --git a/examples/example-list.html b/examples/example-list.html index 6797eed6f8..42e574ca53 100644 --- a/examples/example-list.html +++ b/examples/example-list.html @@ -12,7 +12,7 @@ line-height: 1.25em; } .ex_container{ - border-bottom: 1px solid grey; + border-bottom: 1px solid #cccccc; } .ex_container a { text-decoration: none; @@ -44,10 +44,32 @@ #toc { width: 30%; height: 100%; - overflow: auto; } - #instructions { - padding: 0.5em 1em 0; + #filter { + top: 0px; + height: 50px; + padding: 10px 1em 10px 1em; + } + #examples { + border-top: 1px solid #cccccc; + position: absolute; + width: 30%; + top: 70px; + bottom: 0px; + overflow: auto; + list-style: none; + margin: 0; + padding: 0; + } + #examples ul { + list-style: none; + margin: 0; + padding: 0; + } + #examples ul li { + display: block; + margin: 0; + padding: 0; } #exwin { position: absolute; @@ -55,7 +77,8 @@ left: 30%; width: 70%; height: 100%; - border: 1px solid grey; + border: none; + border-left: 1px solid #cccccc; margin: 0; } @@ -148,29 +171,48 @@ document.getElementById("keywords").value = ""; listExamples(info.examples); } + + function parseQuery() { + var params = {}; + var list = window.location.search.substring(1).split("&"); + for(var i=0; i - - Filter by keywords - - - show all - + + + Filter by keywords + + + show all + + - + - - + + title @@ -183,8 +225,8 @@ Related Classes go here - - + +
- Filter by keywords - - - show all -
+ Filter by keywords + + + show all +