Skip to content

Commit

Permalink
minor styles fixes for flame graph
Browse files Browse the repository at this point in the history
  • Loading branch information
mlison committed Jun 25, 2015
1 parent 91591df commit f5b23c2
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion willow-servers/src/main/resources/webapp/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,14 @@ textarea, input[type=text] {
outline: 0;
}

.flame-graph__wrapper {
position: relative;
overflow: hidden;
height: 420px;
padding: 20px;
background: white;
}

.nv-graph__wrapper {
position: relative;
overflow: hidden;
Expand All @@ -306,9 +314,14 @@ textarea, input[type=text] {
}

.nv-graph,
.nv-graph__wrapper.scalable:only-of-type {
.nv-graph__wrapper.scalable:only-of-type,
.flame-graph__wrapper.scalable:only-of-type {
width: 100%;
height: 100%;
}

.nv-graph,
.nv-graph__wrapper.scalable:only-of-type {
margin-left: -25px;
}

Expand Down Expand Up @@ -525,11 +538,13 @@ select.navcenter {
opacity: 0;
}

.flame-graph__wrapper:hover .icon,
.nv-graph__wrapper:hover .icon,
.horizon:hover .icon {
opacity: .5;
}

.flame-graph__icons .icon:hover,
.nv-graph__icons .icon:hover,
.horizon__icons .icon:hover {
opacity: 1;
Expand Down

0 comments on commit f5b23c2

Please sign in to comment.