todo page background bugfix
This commit is contained in:
parent
df196c12a9
commit
c2ef064ebb
@ -49,7 +49,7 @@
|
|||||||
padding-right: 15px;
|
padding-right: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-main {
|
.todo-layout {
|
||||||
background-color: #FFFDC9;
|
background-color: #FFFDC9;
|
||||||
min-height: 300px;
|
min-height: 300px;
|
||||||
}
|
}
|
@ -1,6 +1,6 @@
|
|||||||
<div class="layout-wrapper layout-wrapper-background">
|
<div class="layout-wrapper layout-wrapper-background">
|
||||||
<div class="appframe-area"></div>
|
<div class="appframe-area"></div>
|
||||||
<div class="layout-main">
|
<div class="layout-main todo-layout">
|
||||||
<div>
|
<div>
|
||||||
<div id="todo-list">
|
<div id="todo-list">
|
||||||
<h4>My List</h4><br>
|
<h4>My List</h4><br>
|
||||||
|
@ -144,10 +144,10 @@ erpnext.todo.make_dialog = function(det) {
|
|||||||
width: 480,
|
width: 480,
|
||||||
title: 'To Do',
|
title: 'To Do',
|
||||||
fields: [
|
fields: [
|
||||||
{fieldtype:'Date', fieldname:'date', label:'Event Date', reqd:1},
|
|
||||||
{fieldtype:'Text', fieldname:'description', label:'Description',
|
{fieldtype:'Text', fieldname:'description', label:'Description',
|
||||||
reqd:1, description:'Use <a href="#markdown-reference">markdown</a> to \
|
reqd:1, description:'Use <a href="#markdown-reference">markdown</a> to \
|
||||||
format content'},
|
format content'},
|
||||||
|
{fieldtype:'Date', fieldname:'date', label:'Event Date', reqd:1},
|
||||||
{fieldtype:'Check', fieldname:'checked', label:'Completed'},
|
{fieldtype:'Check', fieldname:'checked', label:'Completed'},
|
||||||
{fieldtype:'Select', fieldname:'priority', label:'Priority', reqd:1, 'options':['Medium','High','Low'].join('\n')},
|
{fieldtype:'Select', fieldname:'priority', label:'Priority', reqd:1, 'options':['Medium','High','Low'].join('\n')},
|
||||||
{fieldtype:'Button', fieldname:'save', label:'Save'}
|
{fieldtype:'Button', fieldname:'save', label:'Save'}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user