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%; }