2019-01-27 19:09:48 +01:00
|
|
|
|
2019-01-29 03:12:18 +01:00
|
|
|
|
|
|
|
|
$colcompleted: #a2a2a2;
|
2019-02-19 18:44:48 +01:00
|
|
|
$heightitem: 32px;
|
|
|
|
|
$heightothers: 32px;
|
|
|
|
|
$heightBtn: 100%;
|
2019-02-16 03:49:16 +01:00
|
|
|
$heightcounter: 26px;
|
2019-02-19 18:44:48 +01:00
|
|
|
$heightdescr: 20px;
|
2019-01-29 03:12:18 +01:00
|
|
|
|
2019-01-16 02:26:43 +01:00
|
|
|
.flex-item{
|
2019-01-27 19:09:48 +01:00
|
|
|
// background-color: #d5e2eb;
|
|
|
|
|
padding: 0px;
|
2019-02-19 18:44:48 +01:00
|
|
|
margin: 1px;
|
|
|
|
|
margin-left: 3px;
|
|
|
|
|
margin-right: 3px;
|
2019-01-16 02:26:43 +01:00
|
|
|
color: #000;
|
|
|
|
|
font-size: 0.85rem;
|
2019-02-19 18:44:48 +01:00
|
|
|
height: $heightBtn;
|
|
|
|
|
line-height: $heightBtn;
|
|
|
|
|
vertical-align: middle;
|
2019-01-28 13:31:41 +01:00
|
|
|
//flex: 0 0 100%;
|
2019-01-16 02:26:43 +01:00
|
|
|
}
|
2019-01-14 22:40:30 +01:00
|
|
|
|
2019-01-27 19:09:48 +01:00
|
|
|
|
2019-01-16 02:26:43 +01:00
|
|
|
.flex-container2 {
|
2019-01-29 03:12:18 +01:00
|
|
|
flex-flow: row wrap;
|
2019-01-16 02:26:43 +01:00
|
|
|
justify-content: space-between;
|
2019-03-13 01:53:53 +01:00
|
|
|
margin: 0px 1px 0px 1px; // top right bottom left
|
2019-01-14 22:40:30 +01:00
|
|
|
}
|
|
|
|
|
|
2019-01-27 21:49:10 +01:00
|
|
|
// Set visibility: visible to the icon menu of pos-item-popover
|
|
|
|
|
.flex-container2:hover .pos-item-popover, .flex-container2:hover .priority-item-popover{
|
|
|
|
|
//.flex-container2:hover .pos-item-popover {
|
|
|
|
|
background-color: rgba(230, 230, 230, 0.8);
|
|
|
|
|
display: inline-block;
|
2019-02-19 18:44:48 +01:00
|
|
|
transition: all ease-in-out .3s;
|
2019-01-27 21:49:10 +01:00
|
|
|
}
|
|
|
|
|
|
2019-02-15 01:25:44 +01:00
|
|
|
.comp_selected {
|
|
|
|
|
display: inline-block !important;
|
|
|
|
|
}
|
|
|
|
|
|
2019-01-27 21:49:10 +01:00
|
|
|
.flex-container2:hover{
|
|
|
|
|
background-color: rgba(230, 230, 230, 0.8);
|
2019-01-27 19:09:48 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.rowselected {
|
2019-01-28 13:31:41 +01:00
|
|
|
border-width: 1px 0px 1px 0px;
|
2019-01-27 21:49:10 +01:00
|
|
|
border-style: solid;
|
|
|
|
|
border-color: rgba(49, 68, 240, 0.6);
|
2019-02-20 20:59:18 +01:00
|
|
|
background-color: rgba(83, 132, 250, 0.44) !important;
|
2019-01-27 19:09:48 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2019-01-16 02:26:43 +01:00
|
|
|
.btn-item {
|
|
|
|
|
max-width: 24px;
|
|
|
|
|
}
|
2019-01-14 22:40:30 +01:00
|
|
|
|
2019-02-16 03:49:16 +01:00
|
|
|
.counter-item {
|
|
|
|
|
margin: auto auto auto 2px;
|
|
|
|
|
padding: 2px;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
text-align: left;
|
|
|
|
|
font-size: 1.10rem;
|
|
|
|
|
//color: blue !important;
|
|
|
|
|
|
|
|
|
|
//order: 2;
|
|
|
|
|
//height: 24px;
|
|
|
|
|
//line-height: 24px; /* same as height! */
|
|
|
|
|
}
|
2019-01-16 02:26:43 +01:00
|
|
|
|
|
|
|
|
.pos-item {
|
|
|
|
|
max-width: 24px;
|
2019-03-13 01:53:53 +01:00
|
|
|
min-width: 26px;
|
2019-01-29 00:48:04 +01:00
|
|
|
margin-left: 1px;
|
|
|
|
|
margin-right: 1px;
|
|
|
|
|
padding-left: 1px;
|
|
|
|
|
padding-right: 1px;
|
2019-02-19 18:44:48 +01:00
|
|
|
margin: 0px;
|
|
|
|
|
padding-top: 0px;
|
|
|
|
|
padding-bottom: 0px;
|
|
|
|
|
//height: $heightitem;
|
2019-01-29 03:12:18 +01:00
|
|
|
line-height: $heightitem;
|
2019-02-19 18:44:48 +01:00
|
|
|
min-height: $heightitem;
|
2019-01-16 02:26:43 +01:00
|
|
|
text-align: center;
|
2019-01-27 19:09:48 +01:00
|
|
|
// background-color: #ff4081;
|
|
|
|
|
font-size: 0.75rem;
|
2019-02-16 03:49:16 +01:00
|
|
|
order: 2;
|
|
|
|
|
flex: 1;
|
|
|
|
|
|
2019-01-27 19:09:48 +01:00
|
|
|
}
|
|
|
|
|
|
2019-01-28 13:31:41 +01:00
|
|
|
|
2019-01-27 19:09:48 +01:00
|
|
|
|
2019-01-28 03:13:04 +01:00
|
|
|
.titleLista-item {
|
|
|
|
|
max-width: 92px;
|
|
|
|
|
min-width: 92px;
|
|
|
|
|
margin: 0 auto;
|
2019-01-29 03:12:18 +01:00
|
|
|
height: $heightitem;
|
|
|
|
|
line-height: $heightitem;
|
2019-01-28 03:13:04 +01:00
|
|
|
text-align: center;
|
|
|
|
|
// background-color: #ff4081;
|
|
|
|
|
font-size: 1rem;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
2019-01-27 21:49:10 +01:00
|
|
|
|
|
|
|
|
.pos-item-popover{
|
2019-01-27 19:09:48 +01:00
|
|
|
max-width: 24px;
|
|
|
|
|
min-width: 24px;
|
|
|
|
|
padding: 0px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
vertical-align: middle;
|
2019-02-14 18:38:23 +01:00
|
|
|
display: block;
|
|
|
|
|
@media screen and (min-width: 600px) {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
2019-01-27 21:49:10 +01:00
|
|
|
color: #777;
|
2019-02-19 18:44:48 +01:00
|
|
|
height: $heightitem;
|
|
|
|
|
line-height: $heightitem;
|
2019-01-27 21:49:10 +01:00
|
|
|
//visibility: hidden;
|
2019-01-27 19:09:48 +01:00
|
|
|
}
|
|
|
|
|
|
2019-03-11 19:16:39 +01:00
|
|
|
//.q-menu.animate-scale {
|
2019-02-15 01:25:44 +01:00
|
|
|
// animation: none;
|
|
|
|
|
//}
|
2019-01-27 19:09:48 +01:00
|
|
|
|
2019-03-04 18:48:07 +01:00
|
|
|
.pos-item:hover, .pos-item-popover_cursor:hover {
|
2019-01-28 20:39:40 +01:00
|
|
|
cursor: grab;
|
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;
|
2019-01-27 19:09:48 +01:00
|
|
|
text-align: center;
|
|
|
|
|
vertical-align: middle;
|
2019-01-27 21:49:10 +01:00
|
|
|
display: none;
|
|
|
|
|
height: 100%;
|
|
|
|
|
color: #777;
|
2019-01-16 02:26:43 +01:00
|
|
|
}
|
|
|
|
|
|
2019-01-27 21:49:10 +01:00
|
|
|
.completed-item-popover {
|
2019-01-16 02:26:43 +01:00
|
|
|
max-width: 24px;
|
|
|
|
|
min-width: 24px;
|
2019-01-27 21:49:10 +01:00
|
|
|
padding: 0px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
display: inline-block;
|
2019-02-19 18:44:48 +01:00
|
|
|
height: $heightitem;
|
|
|
|
|
line-height: $heightitem;
|
2019-01-27 21:49:10 +01:00
|
|
|
color: #777;
|
2019-01-16 02:26:43 +01:00
|
|
|
}
|
|
|
|
|
|
2019-01-27 21:49:10 +01:00
|
|
|
.priority-item {
|
2019-01-16 02:26:43 +01:00
|
|
|
max-width: 24px;
|
|
|
|
|
min-width: 24px;
|
|
|
|
|
}
|
|
|
|
|
|
2019-01-28 03:13:04 +01:00
|
|
|
.completed-item {
|
|
|
|
|
max-width: 24px;
|
|
|
|
|
min-width: 24px;
|
2019-02-19 18:44:48 +01:00
|
|
|
height: $heightitem;
|
|
|
|
|
line-height: $heightitem;
|
2019-01-28 03:13:04 +01:00
|
|
|
}
|
2019-01-27 21:49:10 +01:00
|
|
|
|
2019-01-29 00:48:04 +01:00
|
|
|
.progress-item {
|
2019-02-19 18:44:48 +01:00
|
|
|
margin: 1px;
|
|
|
|
|
padding: 2px;
|
|
|
|
|
padding-top: 4px;
|
|
|
|
|
padding-bottom: 4px;
|
|
|
|
|
max-width: 36px;
|
|
|
|
|
min-width: 32px;
|
2019-01-29 00:48:04 +01:00
|
|
|
flex: 1;
|
2019-02-19 18:44:48 +01:00
|
|
|
order: 1;
|
2019-01-29 00:48:04 +01:00
|
|
|
}
|
|
|
|
|
|
2019-02-19 18:44:48 +01:00
|
|
|
.progrbar-item {
|
|
|
|
|
//height: 10px
|
|
|
|
|
padding-top: 7px;
|
|
|
|
|
}
|
2019-01-29 00:48:04 +01:00
|
|
|
|
|
|
|
|
.percProgress {
|
2019-02-19 18:44:48 +01:00
|
|
|
padding-top: 3px;
|
2019-01-29 00:48:04 +01:00
|
|
|
color: #888;
|
2019-02-19 18:44:48 +01:00
|
|
|
vertical-align: middle;
|
|
|
|
|
text-align: center;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
//line-height: $heightitem;
|
2019-01-29 00:48:04 +01:00
|
|
|
}
|
|
|
|
|
|
2019-02-19 18:44:48 +01:00
|
|
|
.editProgress{
|
|
|
|
|
//height: 20px;
|
|
|
|
|
}
|
2019-01-29 00:48:04 +01:00
|
|
|
|
|
|
|
|
.colProgress {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lowperc {
|
|
|
|
|
color: red;
|
|
|
|
|
}
|
|
|
|
|
.medperc {
|
|
|
|
|
color: blue;
|
|
|
|
|
}
|
|
|
|
|
.highperc {
|
|
|
|
|
color: green;
|
|
|
|
|
}
|
|
|
|
|
|
2019-01-29 03:12:18 +01:00
|
|
|
.percompleted {
|
|
|
|
|
color: $colcompleted
|
|
|
|
|
}
|
|
|
|
|
|
2019-01-16 02:26:43 +01:00
|
|
|
.myexpired {
|
2019-02-19 18:44:48 +01:00
|
|
|
padding-top: 5px;
|
|
|
|
|
padding-bottom: 3px;
|
|
|
|
|
font-size: 0.85rem;
|
|
|
|
|
vertical-align: middle;
|
2019-01-16 02:26:43 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.data-item {
|
2019-03-13 01:53:53 +01:00
|
|
|
max-width: 78px;
|
2019-01-28 20:39:40 +01:00
|
|
|
//min-width: 100px;
|
|
|
|
|
//display: flex;
|
|
|
|
|
//visibility: initial;
|
2019-01-29 03:12:18 +01:00
|
|
|
margin-right: 3px;
|
2019-03-13 01:53:53 +01:00
|
|
|
color: #585858;
|
2019-01-28 20:39:40 +01:00
|
|
|
order: 1;
|
|
|
|
|
flex: 1;
|
2019-03-13 01:53:53 +01:00
|
|
|
height: $heightitem;
|
|
|
|
|
line-height: $heightitem;
|
|
|
|
|
padding-left: 2px;
|
|
|
|
|
padding-right: 0px;
|
2019-03-14 21:09:41 +01:00
|
|
|
|
|
|
|
|
@media (max-width: 600px) {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2019-03-13 01:53:53 +01:00
|
|
|
//height: $heightBtn;
|
|
|
|
|
//line-height: $heightBtn;
|
2019-01-16 02:26:43 +01:00
|
|
|
}
|
|
|
|
|
|
2019-01-28 03:13:04 +01:00
|
|
|
|
|
|
|
|
.data-item .q-input-target{
|
|
|
|
|
color:red !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2019-01-27 19:09:48 +01:00
|
|
|
/*
|
2019-01-16 02:26:43 +01:00
|
|
|
@media screen and (max-width: 600px) {
|
|
|
|
|
.data-item {
|
|
|
|
|
display: none;
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
content: "";
|
|
|
|
|
}
|
|
|
|
|
}
|
2019-01-27 19:09:48 +01:00
|
|
|
*/
|
2019-01-16 02:26:43 +01:00
|
|
|
|
2019-02-20 20:59:18 +01:00
|
|
|
.divdescrTot {
|
|
|
|
|
display: table;
|
|
|
|
|
flex: 1;
|
|
|
|
|
height: $heightitem;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
}
|
|
|
|
|
|
2019-01-28 03:13:04 +01:00
|
|
|
.div_descr, .div_descr_edit {
|
2019-02-20 20:59:18 +01:00
|
|
|
margin: auto auto auto 0px;
|
2019-02-16 03:49:16 +01:00
|
|
|
//padding: 2px;
|
2019-02-19 18:44:48 +01:00
|
|
|
min-width: 100px;
|
2019-01-28 03:13:04 +01:00
|
|
|
text-align: left;
|
2019-02-16 03:49:16 +01:00
|
|
|
color: blue !important;
|
2019-02-19 18:44:48 +01:00
|
|
|
overflow: hidden;
|
2019-01-28 03:13:04 +01:00
|
|
|
|
2019-03-14 21:09:41 +01:00
|
|
|
align-items: center;
|
|
|
|
|
|
2019-02-20 20:59:18 +01:00
|
|
|
vertical-align: middle;
|
|
|
|
|
line-height: 120%;
|
|
|
|
|
|
|
|
|
|
//background-color: #d50000;
|
|
|
|
|
|
2019-01-28 20:39:40 +01:00
|
|
|
//order: 2;
|
2019-01-28 03:13:04 +01:00
|
|
|
|
|
|
|
|
&.hide {
|
|
|
|
|
display: none !important;
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
}
|
|
|
|
|
&.show {
|
|
|
|
|
visibility: visible;
|
|
|
|
|
}
|
2019-01-16 02:26:43 +01:00
|
|
|
}
|
|
|
|
|
|
2019-02-20 20:59:18 +01:00
|
|
|
.div_descr {
|
2019-03-13 01:53:53 +01:00
|
|
|
display: -webkit-box;
|
|
|
|
|
max-height: 45px;
|
2019-02-20 20:59:18 +01:00
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
2019-01-28 03:13:04 +01:00
|
|
|
|
2019-02-19 18:44:48 +01:00
|
|
|
.div_descr_edit {
|
2019-03-13 01:53:53 +01:00
|
|
|
//display: block;
|
2019-02-19 18:44:48 +01:00
|
|
|
max-height: 90px;
|
2019-03-04 19:19:05 +01:00
|
|
|
//line-height: 120%;
|
2019-03-13 01:53:53 +01:00
|
|
|
//max-height: 90px;
|
2019-02-20 20:59:18 +01:00
|
|
|
line-height: $heightitem;
|
2019-02-19 18:44:48 +01:00
|
|
|
}
|
2019-01-28 03:13:04 +01:00
|
|
|
|
2019-01-27 19:09:48 +01:00
|
|
|
.div_descr:hover {
|
2019-02-16 03:49:16 +01:00
|
|
|
//border-width: 1px 0px 1px 0px;
|
2019-01-27 21:49:10 +01:00
|
|
|
border-color: rgba(125, 255, 125, 0.5);
|
2019-02-16 03:49:16 +01:00
|
|
|
//padding: 1px;
|
2019-01-27 19:09:48 +01:00
|
|
|
}
|
|
|
|
|
|
2019-01-16 02:26:43 +01:00
|
|
|
|
|
|
|
|
.appsingletodo {
|
|
|
|
|
color: black;
|
|
|
|
|
font-size: 1.0rem;
|
|
|
|
|
// display: flex;
|
|
|
|
|
margin: 1px;
|
2019-01-27 19:09:48 +01:00
|
|
|
padding: 1px;
|
|
|
|
|
border: 0px;
|
2019-01-16 02:26:43 +01:00
|
|
|
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{
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2019-01-27 19:09:48 +01:00
|
|
|
.icon_completed {
|
|
|
|
|
color: rgb(178, 235, 225);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.status_completed {
|
2019-02-16 03:49:16 +01:00
|
|
|
color: $colcompleted !important;
|
2019-01-28 03:13:04 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.menuTitlePriority {
|
|
|
|
|
background-color: blue;
|
|
|
|
|
color:white;
|
|
|
|
|
padding: 2px;
|
|
|
|
|
margin: 2px;
|
|
|
|
|
font-weight: bold;
|
2019-01-16 02:26:43 +01:00
|
|
|
}
|
2019-01-27 19:09:48 +01:00
|
|
|
|
2019-01-28 03:13:04 +01:00
|
|
|
.test{
|
|
|
|
|
color: fuchsia;
|
|
|
|
|
&.mio1{
|
|
|
|
|
|
|
|
|
|
background-color: red;
|
|
|
|
|
}
|
|
|
|
|
}
|
2019-01-28 13:31:41 +01:00
|
|
|
|
2019-01-28 20:39:40 +01:00
|
|
|
.after_textarea {
|
|
|
|
|
display: none;
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.after_textarea:hover {
|
|
|
|
|
visibility: visible;
|
|
|
|
|
}
|
2019-01-28 13:31:41 +01:00
|
|
|
|
|
|
|
|
|
2019-02-14 18:38:23 +01:00
|
|
|
|
2019-01-28 13:31:41 +01:00
|
|
|
/*
|
|
|
|
|
.container {
|
|
|
|
|
background-color: #ccc;
|
|
|
|
|
padding: 10px;
|
|
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.item {
|
|
|
|
|
background-color: red;
|
|
|
|
|
padding: 10px;
|
|
|
|
|
color: white;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
.i3{
|
|
|
|
|
order: 1;
|
|
|
|
|
flex: 1;
|
|
|
|
|
}
|
|
|
|
|
*/
|
2019-01-28 20:39:40 +01:00
|
|
|
|
|
|
|
|
|