From 7aa416e2df66a33dd9a6385aff53f25897a23447 Mon Sep 17 00:00:00 2001 From: Jeff Morgan Date: Mon, 1 Dec 2014 22:26:00 -0500 Subject: [PATCH] Removing extra padding above VM metrics in settings --- meteor/client/stylesheets/dashboard.import.less | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/meteor/client/stylesheets/dashboard.import.less b/meteor/client/stylesheets/dashboard.import.less index 204da71ad2..574162f4bc 100755 --- a/meteor/client/stylesheets/dashboard.import.less +++ b/meteor/client/stylesheets/dashboard.import.less @@ -55,7 +55,7 @@ margin-top: -2px } } - .btn-caret { + .btn-caret { padding-top: 3px; padding-bottom: 3px; border-width: 1px; @@ -349,10 +349,6 @@ font-size: 12px; } - .disk-utilization { - margin-top: 2em; - } - .progress { font-weight: 600; height: 24px;