* adjust the table css.
This commit is contained in:
@@ -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(){
|
||||
|
||||
@@ -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;}
|
||||
|
||||
Reference in New Issue
Block a user