10 lines
188 B
CSS
10 lines
188 B
CSS
.select_info_table { }
|
|
.select_info_table tr { }
|
|
.select_info_table tr td {
|
|
}
|
|
|
|
.select_info_table tr td:nth-child(1) {
|
|
font-weight: bold;
|
|
padding-right: 5px;
|
|
min-width: 20%;
|
|
}
|