// CGridView .grid-view { img { width: 24px; height: 24px; } } .grid-view .filters input, .grid-view .filters select { @import (reference, multiple) "form.less"; .form-control; border-radius: 4px; font-size: 12px; padding: 4px; } .grid-view { padding: 15px 0 0; img { border-radius: 3px; } table { th { font-size: 13px !important; font-weight: bold !important; } td { vertical-align:middle !important; } tr { font-size: 13px !important; } thead { tr { th:first-of-type { padding-left:5px; } } } tbody { tr { height: 50px; td:first-of-type { padding-left:5px; } } tr:nth-child(even) { //background-color: @background1; } } } .summary { font-size: 12px; color: @font1; } }