seitime-frappe/frappe/public/css/controls.css
Manas Solanki 520bfc2ae4 New data import (#4601)
* created/moved the files

* added the model for the downloading the data

* add the file with the error data

* changes added other changes and fix codacy

* changes in the config and utils files

* fixed the test cases

* minor changes in the data keys dict

* changed the test file location

* fixed the tests

* set the route in the list view and show only erors

* minor fixes in the childtable import and log tables rendering

* Refactor Download dialog to use MultiCheck
2017-12-15 12:17:24 +05:30

12 lines
203 B
CSS

.unit-checkbox {
color: #36414c;
margin-top: 5px;
margin-bottom: 5px;
}
.unit-checkbox + .checkbox {
margin-top: 5px;
margin-bottom: 5px;
}
.frappe-control .select-all {
margin-right: 5px;
}