Skip to content

Commit

Permalink
Update main.css
Browse files Browse the repository at this point in the history
Fixed some layout issues.
  • Loading branch information
Maartenvm committed Apr 9, 2015
1 parent 529554c commit 84c16f3
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions app/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ a {
.dropdown-menu {
max-height:400px;
overflow-y:auto;
overflow-x: hidden;
}

.customgraph-dropdown-menu {
Expand Down Expand Up @@ -171,13 +172,14 @@ a {
max-width: 75%;
top: 4px;
right: 4px;
z-index: 2;
}

.bigLegendContainer {
display: block;
position: absolute;
right: 2%;
top: 7%;
top: 80px;
min-width: 75px;
width: 6%;
height: 75%;
Expand Down Expand Up @@ -390,9 +392,14 @@ svg {
.help-panel {
position: absolute;
top: 140%;
right: 15%;
right: 20%;
z-index: 1;
}

.help-panel a {
color: blue;
}

.help-panel .panel-body {
width: 700px;
height: 500px;
Expand Down

0 comments on commit 84c16f3

Please sign in to comment.