13 lines
242 B
CSS
13 lines
242 B
CSS
/**
|
|
* @file
|
|
* Table select element styles.
|
|
*
|
|
* @see /webform/test_element_table
|
|
*/
|
|
|
|
/* Make the first column containing a checkbox/radio as small as possible. */
|
|
.tableselect th:first-child,
|
|
.tableselect td:first-child {
|
|
width: 1px;
|
|
}
|