mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 15:12:51 +00:00
updated email digest ui
This commit is contained in:
18
setup/doctype/email_digest/email_digest.css
Normal file
18
setup/doctype/email_digest/email_digest.css
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
|
||||||
|
div.check-grid {
|
||||||
|
margin: 17px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.check-grid table {
|
||||||
|
border-collapse: collapse;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.check-grid table td {
|
||||||
|
padding: 3px;
|
||||||
|
border: 1px solid #aaa;
|
||||||
|
}
|
||||||
|
|
||||||
|
td.check-grid-head {
|
||||||
|
font-weight: bold;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user