From: Ant Zucaro Date: Sun, 8 Mar 2015 12:55:42 +0000 (-0400) Subject: Make the tiny buttons truly tiny. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=7882a9f859939b4cc126f6db634be8a5306fa609;p=xonotic%2Fxonstat.git Make the tiny buttons truly tiny. --- 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; +}