2018-02-23 15:37:19 +01:00
|
|
|
.widget-choices ul {
|
|
|
|
padding: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.widget-choices li {
|
|
|
|
padding: 2px;
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.widget-choices button {
|
|
|
|
font-weight: 700;
|
|
|
|
color: blue;
|
|
|
|
}
|
|
|
|
|
|
|
|
.widget-choices-heading {
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
2018-05-31 02:00:40 +02:00
|
|
|
|
2018-07-02 19:57:01 +02:00
|
|
|
.todo-widget h4,
|
2018-05-31 02:00:40 +02:00
|
|
|
.poll-widget h4 {
|
2018-07-02 19:57:01 +02:00
|
|
|
font-size: 18px;
|
2018-05-31 02:00:40 +02:00
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
|
2018-07-02 19:57:01 +02:00
|
|
|
.todo-widget li,
|
2018-05-31 02:00:40 +02:00
|
|
|
.poll-widget li {
|
|
|
|
list-style: none;
|
2018-06-26 13:30:59 +02:00
|
|
|
margin: 2px 2px 2px 0px;
|
|
|
|
}
|
|
|
|
|
2018-07-02 19:57:01 +02:00
|
|
|
.todo-widget ul,
|
2018-06-26 13:30:59 +02:00
|
|
|
.poll-widget ul {
|
|
|
|
margin: 0px 0px 5px 0px;
|
|
|
|
padding: 0;
|
2018-05-31 02:00:40 +02:00
|
|
|
}
|
|
|
|
|
2018-07-02 19:57:01 +02:00
|
|
|
.poll-widget .poll-names .todo-widget {
|
|
|
|
font-size: 14px;
|
2018-05-31 02:00:40 +02:00
|
|
|
color: green;
|
|
|
|
}
|
|
|
|
|
|
|
|
.poll-widget .poll-option {
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
2018-06-26 13:30:59 +02:00
|
|
|
|
|
|
|
.poll-vote {
|
|
|
|
color: #3c906e;
|
|
|
|
border-color: #9dc8b7;
|
|
|
|
margin-right: 4px;
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
|
2018-07-02 19:57:01 +02:00
|
|
|
button.task {
|
|
|
|
height: 20px;
|
|
|
|
width: 20px;
|
|
|
|
background-color: transparent;
|
|
|
|
border-color: #9dc8b7;
|
|
|
|
margin-right: 4px;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
button.task:hover {
|
|
|
|
border: 1px solid #2988a4;
|
|
|
|
}
|
|
|
|
|
|
|
|
button.task-completed {
|
|
|
|
border-color: #b9cec6;
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
img.task-completed {
|
|
|
|
width: 15px;
|
|
|
|
}
|
|
|
|
|
2018-06-26 13:30:59 +02:00
|
|
|
.poll-vote:hover {
|
|
|
|
border-color: #59a687;
|
|
|
|
}
|
|
|
|
|
2018-07-02 19:57:01 +02:00
|
|
|
input.add-task,
|
|
|
|
button.add-task,
|
2018-06-27 17:33:30 +02:00
|
|
|
input.poll-comment,
|
|
|
|
button.poll-comment,
|
|
|
|
input.poll-question,
|
|
|
|
button.poll-question {
|
2018-06-26 13:30:59 +02:00
|
|
|
padding: 4px 6px;
|
|
|
|
margin: 2px 0px 2px 0px;
|
|
|
|
}
|
|
|
|
|
2018-07-02 19:57:01 +02:00
|
|
|
button.add-task,
|
|
|
|
button.poll-comment,
|
|
|
|
button.poll-question {
|
2018-06-26 13:30:59 +02:00
|
|
|
border-radius: 3px;
|
|
|
|
border: 1px solid #cccccc;
|
|
|
|
background-color: white;
|
|
|
|
width: 100px;
|
|
|
|
}
|
|
|
|
|
2018-07-02 19:57:01 +02:00
|
|
|
button.add-task:hover,
|
|
|
|
button.poll-comment:hover,
|
|
|
|
button.poll-question:hover {
|
2018-06-26 13:30:59 +02:00
|
|
|
border-color: #999999;
|
|
|
|
}
|
2018-07-02 19:57:01 +02:00
|
|
|
|
|
|
|
.widget-error {
|
|
|
|
color: #b94a48;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|