From a0c07271d16aef29dd3f8fc11edd86430885ce79 Mon Sep 17 00:00:00 2001 From: Winston Teo Date: Tue, 20 Mar 2012 11:49:02 +0800 Subject: [PATCH] Update styles of header. --- vendor/assets/javascripts/cactus.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vendor/assets/javascripts/cactus.js b/vendor/assets/javascripts/cactus.js index e396e7f..521cc81 100644 --- a/vendor/assets/javascripts/cactus.js +++ b/vendor/assets/javascripts/cactus.js @@ -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