[fix] [minor] [issue] webnotes/erpnext#658 - adjust expiry warning banner

This commit is contained in:
Anand Doshi 2013-08-01 19:10:34 +05:30
parent 5cd58dc387
commit 7baa7fd129

View File

@ -20,8 +20,8 @@ span, div, td, input, textarea, button, select {
}
.expiry-info {
margin-top: 40px;
margin-bottom: -40px;
margin-top: -20px;
margin-bottom: 20px;
text-align: center;
background-color: rgb(255, 255, 204);
padding: 7px;