Skip to content

Commit

Permalink
[FIXED JENKINS-13375] Help/Selectors should use the offset from the t…
Browse files Browse the repository at this point in the history
…op of the viewport, not top of the screen
  • Loading branch information
jieryn committed May 18, 2012
1 parent f7b90da commit e3842f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/webapp/css/keyboard-shortcuts.css
Expand Up @@ -24,16 +24,16 @@

.ks-banner {
background: #000;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
filter: alpha(opacity = 85);
left: 5%;
margin: 0;
padding: 3em;
position: absolute;
opacity: .85;
position: fixed;
-moz-opacity: .85;
opacity: .85;
overflow: auto;
top: 5%;
width: 85%;
Expand Down

0 comments on commit e3842f2

Please sign in to comment.