yohocoin.css 774 Bytes

#yohoCoin_table tbody td, #yohoCoin_table thead th {
    padding: 0;
}

#yohoCoin_table .coinListHead{
    text-align: center;
    font-weight: bold;
}

#yohoCoin_table .dataForShow table, #yohoCoin_table .dataForEditor table{
    width: 100%;
    table-layout:fixed;
}

#yohoCoin_table .dataForShow tr td, #yohoCoin_table .dataForEditor table tr td{
    padding: 10px;
    border-left: 1px solid #ddd;
}
#yohoCoin_table .center{
    text-align: center;
}
#yohoCoin_table .dataForShow tr td:first-child{
    border-left: none;
}

#yohoCoin_table .dataForEditor tr td{
    padding: 0;
    display: none;
    border-bottom: none;
    background: #d9edf7;
}
#yohoCoin_table .dataForEditor tr:first-child{
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}