Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #7742 from SAPlayer/step-editor-fontchange
Browse files Browse the repository at this point in the history
Fix StepsEditor labeling position bug on fontsizechange
  • Loading branch information
redmunds committed May 4, 2014
2 parents e4106d1 + 592d2cd commit b756e4f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/extensions/default/InlineTimingFunctionEditor/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
.bezier-curve-editor .coordinate-plane:before,
.bezier-curve-editor .coordinate-plane:after {
position: absolute;
bottom: 0%;
bottom: 0;
left: 0;
width: 100%;
padding: .3em .5em;
Expand All @@ -64,7 +64,7 @@
box-sizing: border-box;

color: #454545;
font-size: 75%;
font-size: 11px;
line-height: 1;
}

Expand Down Expand Up @@ -207,16 +207,16 @@
.step-editor .coordinate-plane:before,
.step-editor .coordinate-plane:after {
position: absolute;
bottom: 0%;
bottom: 0;
left: 0;
width: 100%;
padding: .3em .5em;
padding: .3em .5em 0 .3em

-moz-box-sizing: border-box;
box-sizing: border-box;

color: #454545;
font-size: 75%;
font-size: 11px;
line-height: 1;
}

Expand Down

0 comments on commit b756e4f

Please sign in to comment.