2019-01-16 02:26:43 +01:00
|
|
|
.flex-item{
|
|
|
|
|
background-color: #d5e2eb;
|
|
|
|
|
padding: 1px;
|
|
|
|
|
margin: 1px;
|
|
|
|
|
color: #000;
|
|
|
|
|
font-size: 0.85rem;
|
|
|
|
|
flex: 1 1 auto;
|
|
|
|
|
}
|
2019-01-14 22:40:30 +01:00
|
|
|
|
2019-01-16 02:26:43 +01:00
|
|
|
.flex-container2 {
|
|
|
|
|
flex-flow: row nowrap;
|
|
|
|
|
justify-content: space-between;
|
2019-01-14 22:40:30 +01:00
|
|
|
}
|
|
|
|
|
|
2019-01-16 02:26:43 +01:00
|
|
|
.btn-item {
|
|
|
|
|
max-width: 24px;
|
|
|
|
|
}
|
2019-01-14 22:40:30 +01:00
|
|
|
|
2019-01-16 02:26:43 +01:00
|
|
|
|
|
|
|
|
.pos-item {
|
|
|
|
|
max-width: 24px;
|
|
|
|
|
min-width: 24px;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
height: 36px;
|
|
|
|
|
line-height: 36px;
|
|
|
|
|
text-align: center;
|
2019-01-14 22:40:30 +01:00
|
|
|
}
|
|
|
|
|
|
2019-01-16 02:26:43 +01:00
|
|
|
.priority-item-popover {
|
|
|
|
|
max-width: 24px;
|
|
|
|
|
min-width: 24px;
|
|
|
|
|
padding: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.priority-item {
|
|
|
|
|
max-width: 24px;
|
|
|
|
|
min-width: 24px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.completed-item {
|
|
|
|
|
max-width: 24px;
|
|
|
|
|
min-width: 24px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.myexpired {
|
|
|
|
|
padding-top: 0px;
|
|
|
|
|
padding-bottom: 0px;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.data-item {
|
|
|
|
|
max-width: 100px;
|
|
|
|
|
min-width: 100px;
|
|
|
|
|
display: block;
|
|
|
|
|
visibility: initial;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media screen and (max-width: 600px) {
|
|
|
|
|
.data-item {
|
|
|
|
|
display: none;
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
content: "";
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.div_descr {
|
|
|
|
|
// background-color: green;
|
|
|
|
|
flex: 2 1 auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.appsingletodo {
|
|
|
|
|
color: black;
|
|
|
|
|
font-size: 1.0rem;
|
|
|
|
|
// display: flex;
|
|
|
|
|
margin: 1px;
|
2019-01-14 22:40:30 +01:00
|
|
|
padding: 2px;
|
2019-01-16 02:26:43 +01:00
|
|
|
border: 1px;
|
|
|
|
|
background-color: #e1ebed;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mycols{
|
2019-01-14 22:40:30 +01:00
|
|
|
margin: 1px;
|
2019-01-16 02:26:43 +01:00
|
|
|
padding: 2px;
|
|
|
|
|
//width: 40px;
|
|
|
|
|
// border-color: #8a8484;
|
|
|
|
|
// border-style: outset;
|
|
|
|
|
margin: auto;
|
|
|
|
|
// flex-grow: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.mycols:hover{
|
|
|
|
|
|
2019-01-14 22:40:30 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mybtn{
|
|
|
|
|
width: 18px;
|
|
|
|
|
height: 18px;
|
|
|
|
|
}
|
2019-01-16 02:26:43 +01:00
|
|
|
|
|
|
|
|
.icon_completed {
|
|
|
|
|
position: relative;
|
|
|
|
|
transform: translateY(0%);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mydescr{
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.icon_completed:hover {
|
|
|
|
|
color: darkgreen;
|
|
|
|
|
}
|