* adjust the table css.

This commit is contained in:
wangchunsheng
2010-11-23 05:40:50 +00:00
parent 2ab73ed5bf
commit 6d57eae4bf
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -26,6 +26,7 @@ table, tr, td, th, input{ border:none;}
#poweredby a {color:#fff}
.button-s, .button-c {padding:3px 5px 3px 5px; width:80px; font-size:14px; font-weight:bold}
#keeplogin {color:white; font-size:14px}
.rowhead {border:none}
</style>
<script language='Javascript'>
$(document).ready(function(){
+2 -2
View File
@@ -47,7 +47,7 @@ ins{background:#cfc; text-decoration:none}
/*-----------------------TABLE SETTING----------------------------*/
table {border:1px solid #e4e4e4;}
td, tr, th {border:none}
td, tr, th {border:none; border-bottom:1px solid #e4e4e4}
tr, th, td {padding:3px 3px 3px 3px}
caption {border:1px solid #e4e4e4; background:#efefef; margin:0; padding:2px 2px 2px 10px; border-bottom:none; text-align:left; font-weight:bold; font-size:14px;}
@@ -68,7 +68,7 @@ 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}
.rowhead {font-weight:bold; text-align:right; width:100px; border-right:1px solid #e4e4e4}
.fixed {table-layout:fixed}
.nobr {overflow:hidden; white-space:nowrap;}