diff --git a/codepot/src/css/file.css b/codepot/src/css/file.css index 3f515478..dd9af5c0 100644 --- a/codepot/src/css/file.css +++ b/codepot/src/css/file.css @@ -6,10 +6,15 @@ } #file_home_mainarea_result_table tr { - vertical-align: top; + vertical-align: middle; white-space: nowrap; } +#file_home_mainarea_result_table tr th, +#file_home_mainarea_result_table tr td { + padding: 0.2em 0.2em 0.2em 0.2em; +} + /*----------------------------------------------- * file show view *-----------------------------------------------*/