From a353e02b01e3ea192ccbfa585e5d74ef48c4858d Mon Sep 17 00:00:00 2001 From: Scott Schneider Date: Wed, 27 Aug 2014 18:50:21 -0700 Subject: [PATCH] Minor CSS tweaks --- lib/vmpooler/public/dashboard.css | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/lib/vmpooler/public/dashboard.css b/lib/vmpooler/public/dashboard.css index b9b263c..82da31c 100644 --- a/lib/vmpooler/public/dashboard.css +++ b/lib/vmpooler/public/dashboard.css @@ -25,13 +25,12 @@ body, #header .text { float: right; position: relative; - right: 40px; + right: 30px; top: 25px; - font: 50px 'PT Sans', sans-serif; + font: 55px 'PT Sans', sans-serif; letter-spacing: -0.05em; line-height: 50px; - color: #fff; - background: #444; + color: #444; padding-left: 20px; padding-right: 20px; } @@ -43,11 +42,11 @@ body, } #stats-vmpooler-running { - position: relative; - top -20px; + margin-bottom: -15px; } .label { + margin-top: 10px; text-transform: uppercase; text-indent: 25px; font: 12px 'PT Sans', sans-serif;