Merge branch 'todo' of github.com:xwiki-labs/cryptpad into todo

This commit is contained in:
yflory
2017-07-26 13:07:41 +02:00
4 changed files with 21 additions and 5 deletions

View File

@@ -43,6 +43,7 @@ body {
min-height: 0;
overflow-y: auto;
min-width: 40%;
max-width: 90%;
}
.cp-create-form {
@@ -85,16 +86,23 @@ body {
.cp-task-text {
margin: @spacing;
flex: 1;
word-wrap: break-word;
min-width: 0;
}
.cp-task-date {
margin: @spacing;
}
.cp-task-remove {
margin: @spacing;
cursor: pointer;
}
.cp-task-checkbox {
font-size: 45px;
width: 45px;
cursor: pointer;
&:hover {
color: #999;
}
}
.cp-task-checkbox-checked {