From aae629532e5d789cc3692ccd604065b30f77933b Mon Sep 17 00:00:00 2001 From: cubedro Date: Thu, 23 Apr 2015 22:28:38 +0300 Subject: [PATCH] fixed row height --- public/css/style.css | 10 +++++----- public/js/controllers.js | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/public/css/style.css b/public/css/style.css index feee01b..db5b9f5 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -22,7 +22,7 @@ table td { width: 8px; height: 8px; float: left; - top: 6px; + top: 5px; margin-right: 5px; -webkit-border-radius: 2px; border-radius: 2px; @@ -204,7 +204,7 @@ table td { } table td { - line-height: 18px; + line-height: 18px !important; } table th { @@ -217,11 +217,11 @@ table th i { } table td i { position: relative; - line-height: 20px; top: 2px; + left: 2px; } -table td i:before { - margin-left: 5px; +table td.peerPropagationChart { + padding: 4px 5px !important; } .table>tbody>tr>td, diff --git a/public/js/controllers.js b/public/js/controllers.js index f434173..cde4b1c 100644 --- a/public/js/controllers.js +++ b/public/js/controllers.js @@ -160,7 +160,7 @@ function StatsCtrl($scope, $filter, socket, _, toastr) { type: 'bar', negBarColor: '#7f7f7f', zeroAxis: false, - height: 18, + height: 20, barWidth : 2, barSpacing : 1, tooltipSuffix: ' ms',