823 lines
17 KiB
CSS
823 lines
17 KiB
CSS
|
|
.Rtable .Rtable-row {
|
|
margin: 1px auto;
|
|
}
|
|
|
|
/*
|
|
.Rtable--collapse .Rtable-row {
|
|
padding: 0.2em 0.4em;
|
|
}
|
|
.Rtable .Rtable-row:nth-child(even), .table-workshop .Rtable .Rtable-row:nth-child(4n+2), .table-personals .Rtable .Rtable-row:nth-child(4n+2) {
|
|
border: 0px solid #eee !important;
|
|
}*/
|
|
|
|
.table-task-manager .Rtable--collapse .Rtable-row .Rtable-cell {
|
|
border-bottom: 0;
|
|
}
|
|
|
|
.operations-btns {
|
|
border: none;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.tm-red {
|
|
background-color: #F07979 !important;
|
|
outline: 1px solid #E3E3E3 !important;
|
|
}
|
|
|
|
.tm-red .tooltipfull-container {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.tm-red .span-number {
|
|
background-color: #EE5959 !important;
|
|
}
|
|
|
|
.tm-red .Rtable-cell--heading,
|
|
.tm-red .Rtable-cell--content {
|
|
color: #ffffff !important;
|
|
}
|
|
|
|
|
|
.tm-brown {
|
|
background-color: #3b3b3b63 !important;
|
|
outline: 1px solid #E3E3E3 !important;
|
|
}
|
|
|
|
.tm-brown .tooltipfull-container {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.tm-brown .span-number {
|
|
background-color: rgb(24 43 43 / 25%) !important;
|
|
}
|
|
|
|
.tm-brown .Rtable-cell--heading,
|
|
.tm-brown .Rtable-cell--content {
|
|
color: #ffffff !important;
|
|
}
|
|
|
|
.tm-dark {
|
|
background-color: #707070 !important;
|
|
outline: 1px solid #E3E3E3!important;
|
|
}
|
|
|
|
.tm-dark .tooltipfull-container {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.tm-dark .span-number {
|
|
background-color: #262626 !important;
|
|
}
|
|
|
|
.tm-dark .Rtable-cell--heading,
|
|
.tm-dark .Rtable-cell--content {
|
|
color: #ffffff !important;
|
|
}
|
|
|
|
.tm-yellow {
|
|
background-color: #F3E38B !important;
|
|
outline: 1px solid #E3E3E3 !important;
|
|
}
|
|
|
|
.tm-yellow .tooltipfull-container {
|
|
color: #373737;
|
|
}
|
|
|
|
|
|
.tm-yellow .span-number {
|
|
background-color: #EAB308 !important;
|
|
color: #ffffff !important;
|
|
}
|
|
|
|
.tm-yellow .Rtable-cell--heading,
|
|
.tm-yellow .Rtable-cell--content {
|
|
color: #373737 !important;
|
|
}
|
|
|
|
.tm-gray {
|
|
background-color: #F1F5F9 !important;
|
|
outline: 1px solid #E3E3E3 !important;
|
|
}
|
|
|
|
.tm-gray .tooltipfull-container {
|
|
color: #373737;
|
|
}
|
|
|
|
.tm-gray .span-number {
|
|
background-color: #CBD5E1 !important;
|
|
color: #373737 !important;
|
|
}
|
|
|
|
.tm-gray .Rtable-cell--heading,
|
|
.tm-gray .Rtable-cell--content {
|
|
color: #373737 !important;
|
|
}
|
|
|
|
.tm-gray .Rtable-cell.width2 .Rtable-cell--content {
|
|
color: #373737 !important;
|
|
}
|
|
|
|
.tm-green {
|
|
background-color: #D5F69A !important;
|
|
outline: 1px solid #E3E3E3 !important;
|
|
}
|
|
|
|
.tm-green .tooltipfull-container {
|
|
color: #373737;
|
|
}
|
|
|
|
.tm-green .span-number {
|
|
background-color: #84CC16 !important;
|
|
color: #ffffff !important;
|
|
}
|
|
|
|
.tm-green .Rtable-cell--heading,
|
|
.tm-green .Rtable-cell--content {
|
|
color: #373737 !important;
|
|
}
|
|
|
|
.operation-div .operations-btns {
|
|
background-color: #FFE5E5;
|
|
padding: 6px 15px;
|
|
color: #0B5959;
|
|
}
|
|
|
|
.tm-red-operation.operations-btns {
|
|
background: #EE5959 !important;
|
|
}
|
|
|
|
.tm-yellow-operation .operations-btns {
|
|
background: #f9f4d7 !important;
|
|
}
|
|
|
|
.tm-gray-operation .operations-btns {
|
|
background: #f0f2f3 !important;
|
|
}
|
|
|
|
.tm-green-operation .operations-btns {
|
|
background: #F3E38B !important;
|
|
}
|
|
|
|
.tm-dark-operation .operations-btns {
|
|
background: #d1cdcd !important;
|
|
}
|
|
|
|
/* Start Buttons For Task Manager */
|
|
.tm-red .btn-taskmanager-more {
|
|
background: rgba(255, 255, 255, 0.2);
|
|
border: 0.5px solid #FFFFFF;
|
|
border-radius: 6px;
|
|
position: relative;
|
|
overflow: hidden;
|
|
color: #ffffff;
|
|
text-align: right;
|
|
font-size: 11px;
|
|
padding: 3px;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
line-height: normal;
|
|
white-space: nowrap;
|
|
width: 73px;
|
|
}
|
|
.tm-red .btn-taskmanager-edit {
|
|
background: rgba(255, 255, 255, 0.2);
|
|
border: 0.5px solid #FFFFFF;
|
|
border-radius: 6px;
|
|
position: relative;
|
|
overflow: hidden;
|
|
color: #ffffff;
|
|
text-align: right;
|
|
font-size: 11px;
|
|
padding: 3px;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
line-height: normal;
|
|
white-space: nowrap;
|
|
margin: 0 0 0 5px;
|
|
}
|
|
.tm-red .btn-taskmanager-delete {
|
|
background: rgba(255, 255, 255, 0.2);
|
|
border: 0.5px solid #FFFFFF;
|
|
border-radius: 6px;
|
|
position: relative;
|
|
overflow: hidden;
|
|
color: #ffffff;
|
|
text-align: right;
|
|
font-size: 11px;
|
|
padding: 3px;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
line-height: normal;
|
|
white-space: nowrap;
|
|
margin: 0 0 0 5px;
|
|
}
|
|
|
|
.tm-red .btn-taskmanager-more:hover,
|
|
.tm-red .btn-taskmanager-edit:hover,
|
|
.tm-red .btn-taskmanager-delete:hover {
|
|
background: rgba(255, 255, 255, 0.5);
|
|
}
|
|
|
|
.tm-dark .btn-taskmanager-more {
|
|
background: rgba(255, 255, 255, 0.2);
|
|
border: 0.5px solid #FFFFFF;
|
|
border-radius: 6px;
|
|
position: relative;
|
|
overflow: hidden;
|
|
color: #ffffff;
|
|
text-align: right;
|
|
font-size: 11px;
|
|
padding: 3px;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
line-height: normal;
|
|
white-space: nowrap;
|
|
width: 73px;
|
|
}
|
|
.tm-dark .btn-taskmanager-edit {
|
|
background: rgba(255, 255, 255, 0.2);
|
|
border: 0.5px solid #FFFFFF;
|
|
border-radius: 6px;
|
|
position: relative;
|
|
overflow: hidden;
|
|
color: #ffffff;
|
|
text-align: right;
|
|
font-size: 11px;
|
|
padding: 3px;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
line-height: normal;
|
|
white-space: nowrap;
|
|
margin: 0 0 0 5px;
|
|
}
|
|
.tm-dark .btn-taskmanager-delete {
|
|
background: rgba(255, 255, 255, 0.2);
|
|
border: 0.5px solid #FFFFFF;
|
|
border-radius: 6px;
|
|
position: relative;
|
|
overflow: hidden;
|
|
color: #ffffff;
|
|
text-align: right;
|
|
font-size: 11px;
|
|
padding: 3px;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
line-height: normal;
|
|
white-space: nowrap;
|
|
margin: 0 0 0 5px;
|
|
}
|
|
|
|
.btn-taskmanager-detail {
|
|
background: rgb(201 178 0);
|
|
border: 0.5px solid #FFFFFF;
|
|
border-radius: 6px;
|
|
position: relative;
|
|
overflow: hidden;
|
|
color: #ffffff;
|
|
text-align: right;
|
|
font-size: 11px;
|
|
padding: 3px;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
line-height: normal;
|
|
white-space: nowrap;
|
|
margin: 0 0 0 5px;
|
|
}
|
|
|
|
.btn-taskmanager-detail:hover {
|
|
background: rgba(27, 147, 147, 0.3);
|
|
}
|
|
|
|
.tm-dark .btn-taskmanager-more:hover,
|
|
.tm-dark .btn-taskmanager-edit:hover,
|
|
.tm-dark .btn-taskmanager-delete:hover {
|
|
background: rgba(255, 255, 255, 0.5);
|
|
}
|
|
|
|
.tm-yellow .btn-taskmanager-more {
|
|
background: rgba(83, 83, 83, 0.5);
|
|
border: 0.5px solid #535353;
|
|
border-radius: 6px;
|
|
position: relative;
|
|
overflow: hidden;
|
|
color: #ffffff;
|
|
text-align: right;
|
|
font-size: 11px;
|
|
padding: 3px;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
line-height: normal;
|
|
white-space: nowrap;
|
|
width: 73px;
|
|
}
|
|
|
|
.tm-green .btn-taskmanager-more,
|
|
.tm-brown .btn-taskmanager-more {
|
|
background: rgb(53 59 3 / 50%);
|
|
border: 0.5px solid #535353;
|
|
border-radius: 6px;
|
|
position: relative;
|
|
overflow: hidden;
|
|
color: #ffffff;
|
|
text-align: right;
|
|
font-size: 11px;
|
|
padding: 3px;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
line-height: normal;
|
|
white-space: nowrap;
|
|
width: 73px;
|
|
}
|
|
|
|
.tm-yellow .btn-taskmanager-edit,
|
|
.tm-green .btn-taskmanager-edit {
|
|
background: rgba(83, 83, 83, 0.5);
|
|
border: 0.5px solid #535353;
|
|
border-radius: 6px;
|
|
position: relative;
|
|
overflow: hidden;
|
|
color: #ffffff;
|
|
text-align: right;
|
|
font-size: 11px;
|
|
padding: 3px;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
line-height: normal;
|
|
white-space: nowrap;
|
|
margin: 0 0 0 5px;
|
|
}
|
|
.tm-yellow .btn-taskmanager-delete,
|
|
.tm-green .btn-taskmanager-delete {
|
|
background: rgba(83, 83, 83, 0.5);
|
|
border: 0.5px solid #535353;
|
|
border-radius: 6px;
|
|
position: relative;
|
|
overflow: hidden;
|
|
color: #ffffff;
|
|
text-align: right;
|
|
font-size: 11px;
|
|
padding: 3px;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
line-height: normal;
|
|
white-space: nowrap;
|
|
margin: 0 0 0 5px;
|
|
}
|
|
|
|
.tm-gray .btn-taskmanager-more {
|
|
background: rgba(83, 83, 83, 0.5);
|
|
border: 0.5px solid #535353;
|
|
border-radius: 6px;
|
|
position: relative;
|
|
overflow: hidden;
|
|
color: #ffffff;
|
|
text-align: right;
|
|
font-size: 11px;
|
|
padding: 3px;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
line-height: normal;
|
|
white-space: nowrap;
|
|
width: 73px;
|
|
}
|
|
.tm-gray .btn-taskmanager-edit {
|
|
background: rgba(83, 83, 83, 0.5);
|
|
border: 0.5px solid #535353;
|
|
border-radius: 6px;
|
|
position: relative;
|
|
overflow: hidden;
|
|
color: #ffffff;
|
|
text-align: right;
|
|
font-size: 11px;
|
|
padding: 3px;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
line-height: normal;
|
|
white-space: nowrap;
|
|
margin: 0 0 0 5px;
|
|
}
|
|
.tm-gray .btn-taskmanager-delete {
|
|
background: rgba(83, 83, 83, 0.5);
|
|
border: 0.5px solid #535353;
|
|
border-radius: 6px;
|
|
position: relative;
|
|
overflow: hidden;
|
|
color: #ffffff;
|
|
text-align: right;
|
|
font-size: 11px;
|
|
padding: 3px;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
line-height: normal;
|
|
white-space: nowrap;
|
|
margin: 0 0 0 5px;
|
|
}
|
|
/* End Buttons For Task Manager */
|
|
|
|
.tm-yellow .btn-taskmanager-more:hover,
|
|
.tm-yellow .btn-taskmanager-edit:hover,
|
|
.tm-yellow .btn-taskmanager-delete:hover,
|
|
.tm-gray .btn-taskmanager-more:hover,
|
|
.tm-gray .btn-taskmanager-edit:hover,
|
|
.tm-gray .btn-taskmanager-delete:hover {
|
|
background: rgba(83, 83, 83, 0.7);
|
|
}
|
|
|
|
.tm-green .btn-taskmanager-more:hover,
|
|
.tm-green .btn-taskmanager-edit:hover,
|
|
.tm-green .btn-taskmanager-delete:hover {
|
|
background: rgb(53 59 3 / 70%);
|
|
}
|
|
|
|
.sub-buttons {
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.operation-div .btn1,
|
|
.operation-div .btn2,
|
|
.operation-div .btn3 {
|
|
margin: 0 2px 0 2px;
|
|
border-radius: 8px;
|
|
border: 1px solid #b2b2b2;
|
|
width: 100% !important;
|
|
}
|
|
|
|
.operations-btns .btn1 {
|
|
color: #0B5959;
|
|
background-color: #FFFFFF;
|
|
padding: 13px 18px;
|
|
font-size: 13px;
|
|
font-weight: 600;
|
|
width: 180px;
|
|
transition: all ease-in-out .3s;
|
|
}
|
|
|
|
.operations-btns .btn2 {
|
|
color: #0B5959;
|
|
background-color: #FFFFFF;
|
|
padding: 13px 18px;
|
|
font-size: 13px;
|
|
font-weight: 600;
|
|
width: 180px;
|
|
transition: all ease-in-out .3s;
|
|
}
|
|
|
|
.operations-btns .btn3 {
|
|
color: #0B5959;
|
|
background-color: #FFFFFF;
|
|
padding: 13px 18px;
|
|
font-size: 13px;
|
|
font-weight: 600;
|
|
width: 180px;
|
|
transition: all ease-in-out .3s;
|
|
}
|
|
|
|
.operations-btns .btn1:hover,
|
|
.operations-btns .btn2:hover,
|
|
.operations-btns .btn3:hover {
|
|
border: 1px solid #097575;
|
|
}
|
|
|
|
.operation-div .btn-taskmanager-edit {
|
|
background-color: #D7E7FF;
|
|
border: 1px solid #5995EE;
|
|
padding: 3px 0;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.operation-div .btn-taskmanager-edit svg,
|
|
.operation-div .btn-taskmanager-edit span {
|
|
color: #5995EE;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.operation-div .btn-taskmanager-delete {
|
|
background-color: #FFCECE;
|
|
border: 1px solid #EE5959;
|
|
padding: 3px 0;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.operation-div .btn-taskmanager-delete svg,
|
|
.operation-div .btn-taskmanager-delete span {
|
|
color: #EE5959;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.taskTime .form-control {
|
|
background-color: #F6F6F6;
|
|
border: 1px solid #DADADA;
|
|
border-radius: 7px;
|
|
font-size: 13px;
|
|
color: #797979;
|
|
}
|
|
|
|
.taskTime .span-text {
|
|
font-size: 13px;
|
|
color: #797979;
|
|
margin: 0;
|
|
}
|
|
|
|
.tm-descr {
|
|
background-color: #F6F6F6;
|
|
border: 1px solid #DADADA;
|
|
padding: 4px 7px;
|
|
color: #5F5F5F;
|
|
font-size: 12px;
|
|
font-weight: 600;
|
|
line-height: 24px;
|
|
text-align: justify;
|
|
border-radius: 7px;
|
|
width: 100%;
|
|
margin: 5px 0;
|
|
}
|
|
|
|
.btn-register {
|
|
font-size: 14px;
|
|
font-weight: 500;
|
|
background-color: #84CC16;
|
|
color: #FFFFFF;
|
|
border-radius: 8px;
|
|
padding: 10px 70px;
|
|
|
|
}
|
|
|
|
.btn-register:hover {
|
|
background-color: #5f9213;
|
|
}
|
|
|
|
.btn-cancel2 {
|
|
font-size: 14px;
|
|
font-weight: 500;
|
|
background-color: #1F2937;
|
|
color: #FFFFFF;
|
|
border-radius: 8px;
|
|
padding: 10px 70px;
|
|
}
|
|
|
|
.btn-cancel2:hover {
|
|
background-color: #121820;
|
|
}
|
|
|
|
.table-task-manager .Rtable .Rtable-row .width1 {
|
|
width: 5%;
|
|
}
|
|
.table-task-manager .Rtable .Rtable-row .width2 {
|
|
/* width: 60% / 5 */
|
|
width: 30%;
|
|
position: relative;
|
|
text-align: center;
|
|
}
|
|
|
|
.table-task-manager .Rtable .Rtable-row .width2.Rtable-cell .Rtable-cell--content{
|
|
padding: 0 3px;
|
|
text-align: center;
|
|
}
|
|
|
|
.table-task-manager .Rtable .Rtable-row .width2 .color-width2:before {
|
|
content: "";
|
|
position: absolute;
|
|
top: -14px;
|
|
right: 0;
|
|
width: 100%;
|
|
height: 46px;
|
|
background-color: #35353540;
|
|
z-index: 0;
|
|
}
|
|
|
|
.table-task-manager .Rtable .Rtable-row .width3 {
|
|
width: 10%;
|
|
text-align: center !important;
|
|
}
|
|
.table-task-manager .Rtable .Rtable-row .width3 .Rtable-cell--content {
|
|
text-align: center !important;
|
|
}
|
|
|
|
.table-task-manager .Rtable .Rtable-row .width4 {
|
|
width: 14%;
|
|
}
|
|
.table-task-manager .Rtable .Rtable-row .width5 {
|
|
width: 14%;
|
|
}
|
|
|
|
.table-task-manager .Rtable .Rtable-row .width6 {
|
|
width: 5%;
|
|
text-align: left;
|
|
}
|
|
.table-task-manager .Rtable .Rtable-row .width6 .Rtable-cell--content {
|
|
text-align: left !important;
|
|
}
|
|
|
|
.table-task-manager .Rtable .Rtable-row .width7 {
|
|
width: 12%;
|
|
}
|
|
|
|
.detailTask .detailTitle {
|
|
font-size: 13px;
|
|
font-weight: 600;
|
|
color: #2d2d2d;
|
|
text-align: end;
|
|
}
|
|
|
|
.detailTask .detailTitleText {
|
|
font-size: 13px;
|
|
font-weight: 700;
|
|
color: #4d4d4d;
|
|
}
|
|
|
|
.detailTask p {
|
|
font-size: 13px;
|
|
font-weight: 500;
|
|
color: #4d4d4d;
|
|
margin: 0;
|
|
height: 110px
|
|
}
|
|
|
|
|
|
.btn-change-date {
|
|
border: 1px solid transparent;
|
|
width: 60px;
|
|
height: 30px;
|
|
border-radius: 5px;
|
|
padding: 3px 1px;
|
|
color: #ffffff;
|
|
margin: auto 4px auto 1px;
|
|
background-color: #84CC16;
|
|
box-shadow: 0;
|
|
font-size: 13px;
|
|
transition: ease .2s;
|
|
}
|
|
|
|
.btn-change-date:hover {
|
|
background-color: #629b0c;
|
|
}
|
|
|
|
.btn-accept {
|
|
border: 1px solid transparent;
|
|
width: 30px;
|
|
height: 30px;
|
|
border-radius: 5px;
|
|
padding: 3px 1px;
|
|
color: $ffffff;
|
|
margin: auto 4px auto 1px;
|
|
background-color: rgba(52, 209, 209, 0.20);
|
|
box-shadow: 0;
|
|
transition: ease .2s;
|
|
}
|
|
|
|
.btn-accept:hover {
|
|
background-color: rgba(52, 209, 209, 0.40);
|
|
}
|
|
|
|
.btn-reject {
|
|
border: 1px solid transparent;
|
|
width: 30px;
|
|
height: 30px;
|
|
border-radius: 5px;
|
|
padding: 3px 1px;
|
|
color: $ffffff;
|
|
margin: auto 4px auto 1px;
|
|
background: rgba(209, 50, 50, 0.15);
|
|
transition: ease .2s;
|
|
}
|
|
|
|
.btn-reject:hover {
|
|
background-color: rgba(209, 50, 50, 0.25);
|
|
}
|
|
|
|
.label-time-request {
|
|
white-space: nowrap;
|
|
font-size: 12px;
|
|
}
|
|
|
|
|
|
@media(max-width: 1366px) {
|
|
.btn-register, .btn-cancel2 {
|
|
font-size: 12px;
|
|
padding: 10px 50px;
|
|
}
|
|
|
|
.table-task-manager .Rtable .Rtable-row * {
|
|
font-size: 12px;
|
|
}
|
|
|
|
.table-task-manager .Rtable .Rtable-row .width1 {
|
|
width: 5%;
|
|
}
|
|
|
|
.table-task-manager .Rtable .Rtable-row .width2 {
|
|
/* width: 60% / 5 */
|
|
width: 30%;
|
|
}
|
|
|
|
.table-task-manager .Rtable .Rtable-row .width3 {
|
|
width: 10%;
|
|
text-align: center !important;
|
|
}
|
|
|
|
.table-task-manager .Rtable .Rtable-row .width4 {
|
|
width: 12%;
|
|
}
|
|
|
|
.table-task-manager .Rtable .Rtable-row .width5 {
|
|
width: 12%;
|
|
}
|
|
|
|
.table-task-manager .Rtable .Rtable-row .width6 {
|
|
width: 5%;
|
|
text-align: left;
|
|
}
|
|
|
|
.table-task-manager .Rtable .Rtable-row .width6 .Rtable-cell--content {
|
|
text-align: left !important;
|
|
}
|
|
|
|
.table-task-manager .Rtable .Rtable-row .width7 {
|
|
width: 18%;
|
|
}
|
|
}
|
|
|
|
|
|
@media (max-width:770px) {
|
|
.table-task-manager .Rtable .Rtable-row .Rtable-cell {
|
|
width: auto;
|
|
/* flex-grow: 0; */
|
|
}
|
|
.table-task-manager .Rtable--collapse .Rtable-row {
|
|
margin: 7px 0px 0;
|
|
padding: 3px;
|
|
}
|
|
|
|
/*.table-task-manager .Rtable .Rtable-row .width1 {
|
|
width: 5%;
|
|
}
|
|
|
|
.table-task-manager .Rtable .Rtable-row .width2 {*/
|
|
/* width: 60% / 5 */
|
|
/*width: 10%;
|
|
}
|
|
|
|
.table-task-manager .Rtable .Rtable-row .width3 {
|
|
width: 10%;
|
|
}
|
|
|
|
.table-task-manager .Rtable .Rtable-row .width4 {
|
|
width: 25%;
|
|
}
|
|
|
|
.table-task-manager .Rtable .Rtable-row .width5 {
|
|
width: 24%;
|
|
}
|
|
|
|
.table-task-manager .Rtable .Rtable-row .width6 {
|
|
width: 20%;
|
|
}*/
|
|
|
|
|
|
.Rtable--collapse .Rtable-row .Rtable-cell .Rtable-cell--content {
|
|
font-size: 10px;
|
|
}
|
|
|
|
.Rtable--collapse .Rtable-row .Rtable-cell.width8 .Rtable-cell--content {
|
|
text-align: start;
|
|
}
|
|
|
|
.sub-buttons {
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.Rtable--collapse .Rtable-row .Rtable-cell .Rtable-cell--content {
|
|
font-size: 10px;
|
|
}
|
|
|
|
.Rtable--collapse .Rtable-row .Rtable-cell.width8 .Rtable-cell--content {
|
|
text-align: start;
|
|
}
|
|
|
|
.table-task-manager .Rtable .Rtable-row .width1 {
|
|
width: 10% !important;
|
|
}
|
|
.table-task-manager .Rtable .Rtable-row .width5 {
|
|
width: 50% !important;
|
|
}
|
|
|
|
.operation-div .operations-btns .btn1,
|
|
.operation-div .operations-btns .btn2,
|
|
.operation-div .operations-btns .btn3 {
|
|
padding: 11px 6px;
|
|
font-size: 10px;
|
|
}
|
|
|
|
.btn-register, .btn-cancel2 {
|
|
padding: auto;
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
|
|
@media (max-width:580px) {
|
|
.detailTask .detailTitle {
|
|
text-align: start;
|
|
}
|
|
} |