Skip to content

Commit

Permalink
Make help window slightly smaller.
Browse files Browse the repository at this point in the history
  • Loading branch information
kring committed Apr 16, 2014
1 parent 1ad9809 commit 6fd1f46
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Source/Widgets/NavigationHelpButton/NavigationHelpButton.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
position: absolute;
top: 32px;
right: 0;
width: 325px;
width: 250px;
padding-bottom: 5px;
border-radius: 10px;
background-color: rgba(38, 38, 38, 0.75);
Expand All @@ -16,11 +16,11 @@
-ms-transform: scale(0.01);
-o-transform: scale(0.01);
transform: scale(0.01);
-webkit-transform-origin: 309px -10px;
-moz-transform-origin: 309px -10px;
-ms-transform-origin: 309px -10px;
-o-transform-origin: 309px -10px;
transform-origin: 309px -10px;
-webkit-transform-origin: 234px -10px;
-moz-transform-origin: 234px -10px;
-ms-transform-origin: 234px -10px;
-o-transform-origin: 234px -10px;
transform-origin: 234px -10px;
-webkit-transition: visibility 0s 0.25s, -webkit-transform 0.25s ease-in;
-moz-transition: visibility 0s 0.25s, -moz-transform 0.25s ease-in;
-ms-transition: visibility 0s 0.25s, -ms-transform 0.25s ease-in;
Expand Down

0 comments on commit 6fd1f46

Please sign in to comment.