gecko-dev/calendar/lightning/content/calendar-todo-list.css
shaver%mozilla.org 815892fa38 Wire up edit, delete, and new-todo from the todo list. Try to make the todo
labels aligned correctly, still somewhat failing.
2005-07-07 15:28:57 +00:00

13 lines
289 B
CSS

calendar-todo-list {
-moz-binding: url("calendar-todo-list.xml#calendar-todo-list");
}
calendar-todo-item {
-moz-binding: url("calendar-todo-list.xml#calendar-todo-item");
}
.calendar-todo-item-label, .calendar-todo-item-checkbox {
-moz-box-align: center;
margin: 0px;
}