Skip to content

Commit

Permalink
Made the starplot legend the width of the star plot div
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy Luciani committed Aug 12, 2016
1 parent 1db040d commit e28f7aa
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ h1 {
}

#canvas, #starCanvas {
width: 450px;
width: 100%;
height: 25px;
/*border: solid 3px #e0e0e0;*/
position: relative;
Expand Down Expand Up @@ -251,13 +251,15 @@ p.view3 {
}

#legendStar {
max-width: 450px;
width: 100%;
max-width: 100%;
/*display: inline-block;*/
/*vertical-align: bottom;*/
/*float: center;*/
position: absolute;
bottom: 0;
transform: translate(50%);
margin: 0;
//transform: translate(50%);
}

#sliderDiv {
Expand Down

0 comments on commit e28f7aa

Please sign in to comment.