yohocoin.css
774 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#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;
}