]> de.git.xonotic.org Git - xonotic/xonstat.git/commitdiff
Make the tiny buttons truly tiny.
authorAnt Zucaro <azucaro@gmail.com>
Sun, 8 Mar 2015 12:55:42 +0000 (08:55 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Sun, 8 Mar 2015 12:55:42 +0000 (08:55 -0400)
xonstat/static/css/app.css

index f6b9975c489a0941c4d36d8812906b5d9ba95720..07a916e38419b009858bda2b73dd4db4e4b1fba7 100644 (file)
@@ -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;
+}