* adjust the UI.

This commit is contained in:
wangchunsheng
2010-11-23 11:40:40 +00:00
parent 6eccf60d49
commit d2548b1c69
+3 -2
View File
@@ -68,9 +68,10 @@ caption {border:1px solid #e4e4e4; background:#efefef; margin:0; padding:2px
.colhead th a{color:#333; font-size:14px;}
.colhead th a:hover{color:#F30;}
.rowhead {font-weight:bold; text-align:right; width:100px; border-right:1px solid #e4e4e4}
.fixed {table-layout:fixed}
.rowhead {font-weight:bold; text-align:right; width:100px; border-right:1px solid #e4e4e4}
fieldset .rowhead {border:none}
.fixed {table-layout:fixed}
.nobr {overflow:hidden; white-space:nowrap;}
.fixed th, .fixed td {overflow:hidden; white-space:nowrap;}
.nofixed th, .nofixed td {overflow:visible; white-space:normal}