added padding to the file list

This commit is contained in:
hyung-hwan 2015-04-23 00:48:05 +00:00
parent 12bd1ca41e
commit ca598a238e

View File

@ -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
*-----------------------------------------------*/