1
0
mirror of https://github.com/misterunknown/ifm.git synced 2025-08-09 17:46:31 +02:00

Vertical align file table content

This commit is contained in:
Jannis Rondorf
2017-07-24 12:16:01 +02:00
parent 72110c866d
commit 20a4bb00ec

View File

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