You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
459 B
20 lines
459 B
.frr .fdpr-gridstyle-main input[type="checkbox"] {
|
|
width: 25px;
|
|
height: 25px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.frr .fdpr-gridstyle-main .datagrid-cell {
|
|
padding-top: 7px;
|
|
padding-bottom: 8px;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
-webkit-align-items: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.frr .fdpr-gridstyle-main input.datagrid-editable-input {
|
|
height: 100%!important;
|
|
} |