brotherton-erpnext/utilities/page/todo/todo.css

50 lines
673 B
CSS
Raw Normal View History

2012-02-24 05:56:31 +00:00
.todoitem {
2012-06-12 13:54:12 +00:00
padding-bottom: 3px;
min-height: 45px;
2012-03-14 13:36:20 +00:00
clear: both;
2012-02-24 05:56:31 +00:00
}
.todoitem .label {
width: 50px;
display: inline-block;
text-align: center;
2012-06-12 13:54:12 +00:00
margin-right: 11px;
margin-top: 3px;
float: left;
2012-02-24 05:56:31 +00:00
}
.todoitem .close {
2012-06-13 06:31:41 +00:00
margin-left: 5px;
2012-06-12 13:54:12 +00:00
font-size: 17px;
2012-02-24 05:56:31 +00:00
}
2012-06-12 13:54:12 +00:00
.todoitem .close-span {
2012-02-24 05:56:31 +00:00
display: inline-block;
2012-06-12 13:54:12 +00:00
float: right;
}
2012-02-24 05:56:31 +00:00
.todoitem .description {
2012-06-12 13:54:12 +00:00
padding: 3px 0px;
display: inline-block;
2012-06-13 06:31:41 +00:00
width: 80%;
2012-06-12 13:54:12 +00:00
}
#todo-list, #assigned-todo-list {
2012-02-24 05:56:31 +00:00
float: left;
2012-06-12 13:54:12 +00:00
width: 50%;
2012-03-22 05:31:38 +00:00
}
2012-06-12 13:54:12 +00:00
.todo-separator {
border-bottom: 1px solid #DEB85F;
margin-bottom: 5px;
clear: both;
}
.todo-content {
padding-right: 15px;
2012-07-09 07:04:02 +00:00
}
.todo-layout {
2012-07-09 07:04:02 +00:00
background-color: #FFFDC9;
min-height: 300px;
2012-06-12 13:54:12 +00:00
}