Skip to content

Commit

Permalink
Fix formatting of menu items
Browse files Browse the repository at this point in the history
Refs #2271
  • Loading branch information
kimrutherford committed Nov 14, 2024
1 parent 2c54790 commit 59c8720
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions src/app/documentation/docs/docs.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -5021,14 +5021,14 @@ <h2 id="id-2006-survey-genedb-s.-pombe">2006 survey for GeneDB <em>S. pombe</em>
<app-page-contents-menu title="Datasets" titleRoute="/datasets">

<div class="left-menu-part left-menu-item"><a routerLink="//downloads/genome-datasets">Genome datasets</a></div>
<div class="left-menu-part left-menu-item">Annotation datasets</div>
<div class="left-menu-part left-menu-item"><span>Annotation datasets</span></div>
<div class="left-menu-part left-sub-menu-item"><a routerLink="/downloads/go-annotations">GO annotations</a></div>
<div class="left-menu-part left-sub-menu-item"><a routerLink="/downloads/phenotype-annotations">Phenotype annotations</a></div>
<div class="left-menu-part left-sub-menu-item"><a href="https://www.pombase.org/data/annotations/modifications/">Modifications</a></div>
<div class="left-menu-part left-sub-menu-item"><a href="https://www.pombase.org/data/orthologs/">Orthologs</a></div>
<div class="left-menu-part left-menu-item"><a routerLink="//downloads/protein-datasets">Protein datasets</a></div>
<div class="left-menu-part left-menu-item"><a routerLink="/downloads/names-and-identifiers">Names and IDs</a></div>
<div class="left-menu-part left-menu-item">GO slims</div>
<div class="left-menu-part left-menu-item"><span>GO slims</span></div>
<div class="left-menu-part left-sub-menu-item"><a href="https://www.pombase.org/data/releases/latest/misc/mf_goslim_pombe_ids_and_names.tsv">GO molecular function slim</a></div>
<div class="left-menu-part left-sub-menu-item"><a href="https://www.pombase.org/data/releases/latest/misc/bp_goslim_pombe_ids_and_names.tsv">GO biological process slim</a></div>
<div class="left-menu-part left-sub-menu-item"><a href="https://www.pombase.org/data/releases/latest/misc/cc_goslim_pombe_ids_and_names.tsv">GO cellular component slim</a></div>
Expand Down Expand Up @@ -7827,7 +7827,7 @@ <h3 id="additional-notes">Additional notes:</h3>

<div class="left-menu-part left-menu-item"><a routerLink="/datasets">Datasets</a></div>
<div class="left-menu-part left-sub-menu-item"><a routerLink="//downloads/genome-datasets">Genome datasets</a></div>
<div class="left-menu-part left-sub-menu-item">Annotation datasets</div>
<div class="left-menu-part left-sub-menu-item"><span>Annotation datasets</span></div>
<div class="left-menu-part left-sub-sub-menu-item"><a routerLink="/downloads/go-annotations">GO annotations</a></div>
<div class="left-menu-part left-sub-sub-menu-item"><a routerLink="/downloads/phenotype-annotations">Phenotype annotations</a></div>
<div class="left-menu-part left-sub-sub-menu-item"><a href="https://www.pombase.org/data/annotations/modifications/">Modifications</a></div>
Expand Down
4 changes: 2 additions & 2 deletions src/docs/datasets/menu.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="left-menu-part left-menu-item"><a routerLink="//downloads/genome-datasets">Genome datasets</a></div>
<div class="left-menu-part left-menu-item">Annotation datasets</div>
<div class="left-menu-part left-menu-item"><span>Annotation datasets</span></div>
<div class="left-menu-part left-sub-menu-item"><a routerLink="/downloads/go-annotations">GO annotations</a></div>
<div class="left-menu-part left-sub-menu-item"><a routerLink="/downloads/phenotype-annotations">Phenotype annotations</a></div>
%%if db=PomBase
Expand All @@ -8,7 +8,7 @@
<div class="left-menu-part left-sub-menu-item"><a href="${base_url}/data/orthologs/">Orthologs</a></div>
<div class="left-menu-part left-menu-item"><a routerLink="//downloads/protein-datasets">Protein datasets</a></div>
<div class="left-menu-part left-menu-item"><a routerLink="/downloads/names-and-identifiers">Names and IDs</a></div>
<div class="left-menu-part left-menu-item">GO slims</div>
<div class="left-menu-part left-menu-item"><span>GO slims</span></div>
<div class="left-menu-part left-sub-menu-item"><a href="${base_url}/data/releases/latest/misc/mf_goslim_${species}_ids_and_names.tsv">GO molecular function slim</a></div>
<div class="left-menu-part left-sub-menu-item"><a href="${base_url}/data/releases/latest/misc/bp_goslim_${species}_ids_and_names.tsv">GO biological process slim</a></div>
<div class="left-menu-part left-sub-menu-item"><a href="${base_url}/data/releases/latest/misc/cc_goslim_${species}_ids_and_names.tsv">GO cellular component slim</a></div>
Expand Down
2 changes: 1 addition & 1 deletion src/docs/downloads/menu.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="left-menu-part left-menu-item"><a routerLink="/datasets">Datasets</a></div>
<div class="left-menu-part left-sub-menu-item"><a routerLink="//downloads/genome-datasets">Genome datasets</a></div>
<div class="left-menu-part left-sub-menu-item">Annotation datasets</div>
<div class="left-menu-part left-sub-menu-item"><span>Annotation datasets</span></div>
<div class="left-menu-part left-sub-sub-menu-item"><a routerLink="/downloads/go-annotations">GO annotations</a></div>
<div class="left-menu-part left-sub-sub-menu-item"><a routerLink="/downloads/phenotype-annotations">Phenotype annotations</a></div>
%%if db=PomBase
Expand Down
2 changes: 1 addition & 1 deletion src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ select option:disabled {
background-color: #e8e8dfdd;
}

.left-menu-part a {
.left-menu-part a, .left-menu-part span {
display: block;
padding: 3px 5px 3px 5px;
}
Expand Down

0 comments on commit 59c8720

Please sign in to comment.