Skip to content

Commit

Permalink
Update styles of header.
Browse files Browse the repository at this point in the history
  • Loading branch information
Winston Teo committed Mar 20, 2012
1 parent c8c87e9 commit a0c0727
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vendor/assets/javascripts/cactus.js
Expand Up @@ -170,8 +170,8 @@ CactusReport = (function() {
// Setup CSS stylings
$html.css( { "position": "absolute", "width": "100%", "bottom": 0, "left": 0, "font-size": "12px" } );
$html.find(".cactus_header").css( { "display": "block", "margin": "10px 0 0", "padding": "10px", "background": "#faebd7", "overflow": "hidden" } );
$html.find(".cactus_title").css( { "display": "block", "float": "left" , "font-size": "28px", "font-weight": "600" } );
$html.find(".cactus_stats").css( { "display": "block", "float": "left" , "font-size": "12px", "font-weight": "200" } );
$html.find(".cactus_title").css( { "display": "inline-block", "padding": "0 10px 0 0" , "font-size": "16px", "font-weight": "600" } );
$html.find(".cactus_stats").css( { "display": "inline-block", "font-size": "12px", "font-weight": "200" } );
$html.find(".cactus_links").css( { "display": "block", "float": "right", "font-size": "12px", "font-weight": "600" } );

// Setup options
Expand Down

0 comments on commit a0c0727

Please sign in to comment.