From 20a4bb00ec58a3d76eeaf11fc9c034537625f38c Mon Sep 17 00:00:00 2001 From: Jannis Rondorf Date: Mon, 24 Jul 2017 12:16:01 +0200 Subject: [PATCH] Vertical align file table content --- src/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style.css b/src/style.css index 964dfeb..070159c 100644 --- a/src/style.css +++ b/src/style.css @@ -33,6 +33,7 @@ input[name=newperms] { width: 7em; } #filetable tbody tr.highlightedItem td:first-child a { outline: none; } #filetable tbody tr.selectedItem { background-color: #337ab7; color: #FFF; } #filetable tbody tr.selectedItem * a { color: #FFF; } +#filetable tbody tr td { vertical-align: inherit; } #navbar { max-width: 100%; }