* change vertical-align of table cell.

This commit is contained in:
Catouse
2013-09-22 15:48:29 +08:00
parent 8950787fc8
commit a34c712c67
+2 -1
View File
@@ -206,7 +206,8 @@ i[class^="icon-"].disabled,i[class*=" icon-"].disabled,i[class^="icon-"].disable
/*-----------------------TABLE SETTING----------------------------*/
table {border:1px solid #e4e4e4;border-collapse: collapse;border-spacing: 0;}
td, tr, th {border:none;}
td,th{padding: 8px; line-height: 1.428571429;vertical-align: middle;}
td,th{padding: 8px; line-height: 1.428571429;vertical-align: top;}
th{vertical-align: middle;}
tfoot {border-top:1px solid #e4e4e4}
tfoot .f-left{ color:gray}
tfoot .f-left strong{ color:#141414}