This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/web/modules/contrib/webform/css/webform.element.tableselect.css
2017-03-16 15:29:07 +00:00

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;
}