mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 12:15:51 +00:00
815892fa38
labels aligned correctly, still somewhat failing.
13 lines
289 B
CSS
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;
|
|
}
|