From 7882a9f859939b4cc126f6db634be8a5306fa609 Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Sun, 8 Mar 2015 08:55:42 -0400 Subject: [PATCH] Make the tiny buttons truly tiny. --- xonstat/static/css/app.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/xonstat/static/css/app.css b/xonstat/static/css/app.css index f6b9975..07a916e 100644 --- a/xonstat/static/css/app.css +++ b/xonstat/static/css/app.css @@ -179,3 +179,8 @@ table thead tr th, table thead tr td, table tr th, table tr td { text-overflow: ellipsis; white-space: nowrap; } + +.button.tiny { + margin: 0; + padding: 0.5rem 1rem 0.5rem; +} -- 2.39.2