Skip to content

Commit

Permalink
container-ize fusion pages, for now
Browse files Browse the repository at this point in the history
  • Loading branch information
nconrad committed Mar 15, 2016
1 parent c4ea644 commit a80f8e4
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 12 deletions.
3 changes: 0 additions & 3 deletions css/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,6 @@ a.no-href {
text-decoration: none;
}

pre {
margin: inherit;
}

.vertical-center {
margin-top: auto;
Expand Down
2 changes: 1 addition & 1 deletion ms-projects/fusions/fusion-cdd-sets.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@



<div layout="column" layout-margin layout-padding>
<div layout="column" class="container">
<h3>{{cdd}} <small>(Fusion CDD Set)</small> <small ng-if="loading" class="pull-right">loading...</small></h3>

<br>
Expand Down
2 changes: 1 addition & 1 deletion ms-projects/fusions/fusion-cdd.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@



<div layout="column" layout-margin layout-padding>
<div layout="column" class="container">
<h3>{{cdd}} <small>(Fusion CDD)</small> <small ng-if="loading" class="pull-right">loading...</small></h3>

<br>
Expand Down
3 changes: 1 addition & 2 deletions ms-projects/fusions/fusion-gene.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@



<div layout="column" layout-margin layout-padding>
<div layout="column" class="container">
<h3>{{gene}} <small>(Fusion Gene)</small> <small ng-if="loading" class="pull-right">loading...</small></h3>

<br>
Expand Down Expand Up @@ -57,5 +57,4 @@ <h4>CDDs</h4>
</ul>
<span ng-if="!result.cdds">-</span>


</div>
2 changes: 1 addition & 1 deletion ms-projects/fusions/fusion-genome-stats.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@



<div layout="column" layout-margin layout-padding>
<div layout="column" class="container">
<h3>{{gene}} <small>(Fusion Genome Stat)</small> <small ng-if="loading" class="pull-right">loading...</small></h3>

<br>
Expand Down
2 changes: 1 addition & 1 deletion ms-projects/fusions/fusion-reactions.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@



<div layout="column" layout-margin layout-padding>
<div layout="column" class="container">
<h3>{{id}} <small>(Fusion Reaction)</small> <small ng-if="loading" class="pull-right">loading...</small></h3>

<br>
Expand Down
2 changes: 1 addition & 1 deletion ms-projects/fusions/fusion-role.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@



<div layout="column" layout-margin layout-padding>
<div layout="column" class="container">
<h3>{{role}} <small>(Fusion Role)</small> <small ng-if="loading" class="pull-right">loading...</small></h3>

<br>
Expand Down
2 changes: 1 addition & 1 deletion ms-projects/fusions/fusion-subsystems.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@



<div layout="column" layout-margin layout-padding>
<div layout="column" class="container">
<h3>{{id}} <small>(Fusion Subsystems)</small> <small ng-if="loading" class="pull-right">loading...</small></h3>

<br>
Expand Down
2 changes: 1 addition & 1 deletion ms-projects/fusions/training-gene.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@



<div layout="column" layout-margin layout-padding>
<div layout="column" class="container">
<h3>{{gene}} <small>(Training Gene)</small> <small ng-if="loading" class="pull-right">loading...</small></h3>

<br>
Expand Down

0 comments on commit a80f8e4

Please sign in to comment.