Skip to content

Commit

Permalink
small html styling updates
Browse files Browse the repository at this point in the history
  • Loading branch information
stepheneb committed Sep 8, 2013
1 parent 6a7688b commit fa5ca74
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Support/output.html
Expand Up @@ -7,17 +7,18 @@
background: #e8e8e8;
padding: 0;
margin: 0;
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
}
a.txmt {
display: block;
text-decoration: none;
color: #444;
background: -webkit-gradient(linear, 0 100%, 0 0, from(#CACACA), to(#DCDCDC));
color: black;
background: -webkit-gradient(linear, 0 100%, 0 0, from(#DCDCDC), to(#EFEFEF));
border-style: solid;
border-width: 1px 0;
border-color: #fff #000 #afafaf #000;
padding: 10px 20px;
text-shadow: 0 1px #fff;
}
a.txmt b {
color: #fff;
Expand Down Expand Up @@ -64,7 +65,7 @@
<script>

// Resize the window to fit the content
window.resizeBy(800-innerWidth, output.offsetHeight-innerHeight);
window.resizeBy(500-innerWidth, output.offsetHeight-innerHeight);

// Close popup on blur
window.onblur = close;
Expand Down

0 comments on commit fa5ca74

Please sign in to comment.