Refactor code structure for improved readability and maintainability
This commit is contained in:
@ -0,0 +1,180 @@
|
||||
/*
|
||||
Product Name: dhtmlxSuite
|
||||
Version: 5.2.0
|
||||
Edition: Professional
|
||||
License: content of this file is covered by DHTMLX Commercial or Enterprise license. Usage without proper license is prohibited. To obtain it contact sales@dhtmlx.com
|
||||
Copyright UAB Dinamenta http://www.dhtmlx.com
|
||||
*/
|
||||
|
||||
/*
|
||||
skin detected: dhx_skyblue
|
||||
include extra file: skins/dhx_skyblue.less
|
||||
*/
|
||||
|
||||
div.dhx_popup_dhx_skyblue {
|
||||
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
||||
position: absolute;
|
||||
}
|
||||
div.dhx_popup_dhx_skyblue div.dhx_popup_area {
|
||||
position: relative;
|
||||
margin: 10px;
|
||||
padding: 3px 0px;
|
||||
border: 1px solid #a4bed4;
|
||||
box-shadow: 0 0 3px #ccc;
|
||||
background-color: #e7f1ff;
|
||||
border-radius: 2px;
|
||||
}
|
||||
div.dhx_popup_dhx_skyblue div.dhx_popup_area td.dhx_popup_td {
|
||||
font-family: Tahoma, Helvetica;
|
||||
font-size: 11px;
|
||||
color: black;
|
||||
text-align: left;
|
||||
vertical-align: middle;
|
||||
padding: 0px 8px;
|
||||
height: 24px;
|
||||
line-height: 23px;
|
||||
border-top: 1px solid #e7f1ff;
|
||||
border-bottom: 1px solid #e7f1ff;
|
||||
white-space: nowrap;
|
||||
cursor: default;
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
-o-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
div.dhx_popup_dhx_skyblue div.dhx_popup_area td.dhx_popup_td div.dhtmlxcalendar_dhx_skyblue {
|
||||
position: relative;
|
||||
float: left;
|
||||
}
|
||||
div.dhx_popup_dhx_skyblue div.dhx_popup_area td.dhx_popup_td * {
|
||||
white-space: normal;
|
||||
}
|
||||
div.dhx_popup_dhx_skyblue div.dhx_popup_area tr.dhx_popup_sep td.dhx_popup_sep {
|
||||
font-size: 1px;
|
||||
padding: 2px 0px;
|
||||
position: relative;
|
||||
}
|
||||
div.dhx_popup_dhx_skyblue div.dhx_popup_area tr.dhx_popup_sep td.dhx_popup_sep div.dhx_popup_sep {
|
||||
position: relative;
|
||||
font-size: 1px;
|
||||
line-height: 1px;
|
||||
height: 0px;
|
||||
width: 100%;
|
||||
border-top: 1px solid #a4bed5;
|
||||
overflow: hidden;
|
||||
}
|
||||
div.dhx_popup_dhx_skyblue div.dhx_popup_area td.dhx_popup_td:first-child {
|
||||
padding-left: 16px;
|
||||
}
|
||||
div.dhx_popup_dhx_skyblue div.dhx_popup_area td.dhx_popup_td:last-child {
|
||||
padding-right: 16px;
|
||||
}
|
||||
div.dhx_popup_dhx_skyblue div.dhx_popup_area tr:hover td.dhx_popup_td {
|
||||
background-color: #b5d8ff;
|
||||
border-top: 1px solid #8dcef4;
|
||||
border-bottom: 1px solid #8dcef4;
|
||||
}
|
||||
div.dhx_popup_dhx_skyblue div.dhx_popup_area tr.dhxnode:hover td.dhx_popup_td {
|
||||
background: none;
|
||||
border-top: 1px solid #e7f1ff;
|
||||
border-bottom: 1px solid #e7f1ff;
|
||||
}
|
||||
div.dhx_popup_dhx_skyblue div.dhx_popup_area tr.dhxnode td.dhx_popup_td {
|
||||
padding-top: 8px !important;
|
||||
padding-bottom: 8px !important;
|
||||
height: auto;
|
||||
line-height: inherit;
|
||||
-webkit-user-select: text;
|
||||
-khtml-user-select: text;
|
||||
-moz-user-select: text;
|
||||
-ms-user-select: text;
|
||||
-o-user-select: text;
|
||||
user-select: text;
|
||||
}
|
||||
div.dhx_popup_dhx_skyblue div.dhx_popup_area tr.dhxnode td.dhx_popup_td .dhtmlxcalendar_container.dhtmlxcalendar_skin_dhx_skyblue {
|
||||
position: relative !important;
|
||||
background-image: none;
|
||||
}
|
||||
div.dhx_popup_dhx_skyblue div.dhx_popup_area tr.dhxnode td.dhx_popup_td div.dhxtree_dhx_skyblue {
|
||||
background: none;
|
||||
}
|
||||
div.dhx_popup_dhx_skyblue div.dhx_popup_area tr.dhxnode td.dhx_popup_td div.dhxeditor_dhx_skyblue {
|
||||
border: 1px solid #a4bed4;
|
||||
}
|
||||
div.dhx_popup_dhx_skyblue div.dhx_popup_area tr.dhxnode td.dhx_popup_td .dhxform_obj_dhx_skyblue div.dhxeditor_dhx_skyblue {
|
||||
border-width: 0px;
|
||||
}
|
||||
div.dhx_popup_dhx_skyblue div.dhx_popup_area tr.dhxnode td.dhx_popup_td div.dhtmlxcp_dhx_skyblue div.dhxcp_g_area {
|
||||
position: relative;
|
||||
background-color: #e7f1ff;
|
||||
border: 0px solid white;
|
||||
}
|
||||
div.dhx_popup_dhx_skyblue div.dhx_popup_area tr.dhxnode td.dhx_popup_td div.dhtmlxcp_dhx_skyblue div.dhxcp_g_area div.dhxcp_sub_area {
|
||||
background: #e7f1ff;
|
||||
}
|
||||
div.dhx_popup_dhx_skyblue div.dhx_popup_area tr.dhxnode td.dhx_popup_td div.dhxcarousel_cont {
|
||||
background-color: #e7f1ff;
|
||||
}
|
||||
div.dhx_popup_dhx_skyblue div.dhx_popup_area.dhx_popup_area_ie {
|
||||
box-shadow: 0 0 6px #ccc;
|
||||
}
|
||||
div.dhx_popup_dhx_skyblue div.dhx_popup_area.dhx_popup_area_ie tr.dhxnode td.dhx_popup_td {
|
||||
height: 1em;
|
||||
line-height: 1em;
|
||||
}
|
||||
div.dhx_popup_dhx_skyblue div.dhx_popup_area.dhx_popup_area_ie td.dhx_popup_td.dhx_popup_td_single {
|
||||
padding-left: 16px;
|
||||
padding-right: 16px;
|
||||
}
|
||||
div.dhx_popup_dhx_skyblue div.dhx_popup_area.dhx_popup_area_ie td.dhx_popup_td.dhx_popup_td_first {
|
||||
padding-left: 16px;
|
||||
}
|
||||
div.dhx_popup_dhx_skyblue div.dhx_popup_area.dhx_popup_area_ie td.dhx_popup_td.dhx_popup_td_last {
|
||||
padding-right: 16px;
|
||||
}
|
||||
div.dhx_popup_dhx_skyblue div.dhx_popup_area.dhx_popup_area_ie tr.tr_hover td.dhx_popup_td {
|
||||
background-color: #b5d8ff;
|
||||
border-top: 1px solid #8dcef4;
|
||||
border-bottom: 1px solid #8dcef4;
|
||||
}
|
||||
div.dhx_popup_dhx_skyblue div.dhx_popup_arrow {
|
||||
position: absolute;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
div.dhx_popup_dhx_skyblue div.dhx_popup_arrow.dhx_popup_arrow_bottom {
|
||||
width: 19px;
|
||||
height: 16px;
|
||||
background-image: url("../imgs/dhxpopup_skyblue/dhxpopup_arrow_bottom.gif");
|
||||
background-position: top center;
|
||||
}
|
||||
div.dhx_popup_dhx_skyblue div.dhx_popup_arrow.dhx_popup_arrow_top {
|
||||
width: 19px;
|
||||
height: 16px;
|
||||
background-image: url("../imgs/dhxpopup_skyblue/dhxpopup_arrow_top.gif");
|
||||
background-position: bottom center;
|
||||
}
|
||||
div.dhx_popup_dhx_skyblue div.dhx_popup_arrow.dhx_popup_arrow_right {
|
||||
width: 16px;
|
||||
height: 19px;
|
||||
background-image: url("../imgs/dhxpopup_skyblue/dhxpopup_arrow_right.gif");
|
||||
background-position: center left;
|
||||
}
|
||||
div.dhx_popup_dhx_skyblue div.dhx_popup_arrow.dhx_popup_arrow_left {
|
||||
width: 16px;
|
||||
height: 19px;
|
||||
background-image: url("../imgs/dhxpopup_skyblue/dhxpopup_arrow_left.gif");
|
||||
background-position: center right;
|
||||
}
|
||||
div.dhx_popup_skin_detect {
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
top: -100px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0px solid white;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
overflow: hidden;
|
||||
}
|
||||
@ -0,0 +1,153 @@
|
||||
/*
|
||||
Product Name: dhtmlxSuite
|
||||
Version: 5.2.0
|
||||
Edition: Professional
|
||||
License: content of this file is covered by DHTMLX Commercial or Enterprise license. Usage without proper license is prohibited. To obtain it contact sales@dhtmlx.com
|
||||
Copyright UAB Dinamenta http://www.dhtmlx.com
|
||||
*/
|
||||
|
||||
/*
|
||||
skin detected: dhx_terrace
|
||||
include extra file: skins/dhx_terrace.less
|
||||
*/
|
||||
|
||||
div.dhx_popup_skin_detect {
|
||||
position: absolute;
|
||||
display: block;
|
||||
visibility: hidden;
|
||||
left: -100px;
|
||||
top: 0px;
|
||||
width: 30px;
|
||||
height: 10px;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
border: none;
|
||||
overflow: hidden;
|
||||
}
|
||||
div.dhx_popup_dhx_terrace {
|
||||
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
||||
position: absolute;
|
||||
}
|
||||
div.dhx_popup_dhx_terrace div.dhx_popup_area {
|
||||
position: relative;
|
||||
margin: 10px;
|
||||
padding: 5px 0px;
|
||||
border: 1px solid #cccccc;
|
||||
box-shadow: 0 0 5px rgba(127,127,127,0.35);
|
||||
border-radius: 3px;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
div.dhx_popup_dhx_terrace div.dhx_popup_area td.dhx_popup_td {
|
||||
font-family: Arial, Helvetica;
|
||||
font-size: 13px;
|
||||
color: #333333;
|
||||
text-align: left;
|
||||
line-height: normal;
|
||||
padding: 7px 10px 6px 10px;
|
||||
white-space: nowrap;
|
||||
cursor: default;
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
-o-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
div.dhx_popup_dhx_terrace div.dhx_popup_area td.dhx_popup_td div.dhtmlxcalendar_dhx_terrace {
|
||||
position: relative;
|
||||
float: left;
|
||||
}
|
||||
div.dhx_popup_dhx_terrace div.dhx_popup_area td.dhx_popup_td * {
|
||||
white-space: normal;
|
||||
}
|
||||
div.dhx_popup_dhx_terrace div.dhx_popup_area tr.dhxnode td.dhx_popup_td {
|
||||
-webkit-user-select: text;
|
||||
-khtml-user-select: text;
|
||||
-moz-user-select: text;
|
||||
-ms-user-select: text;
|
||||
-o-user-select: text;
|
||||
user-select: text;
|
||||
}
|
||||
div.dhx_popup_dhx_terrace div.dhx_popup_area tr.dhxnode td.dhx_popup_td .dhtmlxcalendar_container.dhtmlxcalendar_skin_dhx_terrace {
|
||||
position: relative !important;
|
||||
box-shadow: none;
|
||||
background-image: none;
|
||||
}
|
||||
div.dhx_popup_dhx_terrace div.dhx_popup_area tr.dhxnode td.dhx_popup_td div.dhxeditor_dhx_terrace {
|
||||
border: 1px solid #cccccc;
|
||||
}
|
||||
div.dhx_popup_dhx_terrace div.dhx_popup_area tr.dhxnode td.dhx_popup_td div.dhtmlxcp_dhx_terrace div.dhxcp_g_area {
|
||||
position: relative;
|
||||
box-shadow: none;
|
||||
border: 0px solid white;
|
||||
}
|
||||
div.dhx_popup_dhx_terrace div.dhx_popup_area tr.dhx_popup_sep td.dhx_popup_sep {
|
||||
font-size: 1px;
|
||||
padding-top: 2px;
|
||||
padding-bottom: 2px;
|
||||
position: relative;
|
||||
}
|
||||
div.dhx_popup_dhx_terrace div.dhx_popup_area tr.dhx_popup_sep td.dhx_popup_sep div.dhx_popup_sep {
|
||||
position: relative;
|
||||
font-size: 1px;
|
||||
line-height: 1px;
|
||||
height: 0px;
|
||||
width: 100%;
|
||||
border-top: 1px solid #dcdcdc;
|
||||
overflow: hidden;
|
||||
}
|
||||
div.dhx_popup_dhx_terrace div.dhx_popup_area td.dhx_popup_td:first-child {
|
||||
padding-left: 23px;
|
||||
}
|
||||
div.dhx_popup_dhx_terrace div.dhx_popup_area td.dhx_popup_td:last-child {
|
||||
padding-right: 21px;
|
||||
}
|
||||
div.dhx_popup_dhx_terrace div.dhx_popup_area tr:hover td.dhx_popup_td {
|
||||
background-color: #fff3a1;
|
||||
color: black;
|
||||
}
|
||||
div.dhx_popup_dhx_terrace div.dhx_popup_area tr.dhxnode:hover td.dhx_popup_td {
|
||||
background: none;
|
||||
}
|
||||
div.dhx_popup_dhx_terrace div.dhx_popup_area.dhx_popup_area_ie td.dhx_popup_td.dhx_popup_td_single {
|
||||
padding-left: 23px;
|
||||
padding-right: 21px;
|
||||
}
|
||||
div.dhx_popup_dhx_terrace div.dhx_popup_area.dhx_popup_area_ie td.dhx_popup_td.dhx_popup_td_first {
|
||||
padding-left: 23px;
|
||||
}
|
||||
div.dhx_popup_dhx_terrace div.dhx_popup_area.dhx_popup_area_ie td.dhx_popup_td.dhx_popup_td_last {
|
||||
padding-right: 21px;
|
||||
}
|
||||
div.dhx_popup_dhx_terrace div.dhx_popup_area.dhx_popup_area_ie tr.tr_hover td.dhx_popup_td {
|
||||
background-color: #fff3a1;
|
||||
color: black;
|
||||
}
|
||||
div.dhx_popup_dhx_terrace div.dhx_popup_arrow {
|
||||
position: absolute;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
div.dhx_popup_dhx_terrace div.dhx_popup_arrow.dhx_popup_arrow_bottom {
|
||||
width: 19px;
|
||||
height: 16px;
|
||||
background-image: url("../imgs/dhxpopup_terrace/dhxpopup_arrow_bottom.gif");
|
||||
background-position: top center;
|
||||
}
|
||||
div.dhx_popup_dhx_terrace div.dhx_popup_arrow.dhx_popup_arrow_top {
|
||||
width: 19px;
|
||||
height: 16px;
|
||||
background-image: url("../imgs/dhxpopup_terrace/dhxpopup_arrow_top.gif");
|
||||
background-position: bottom center;
|
||||
}
|
||||
div.dhx_popup_dhx_terrace div.dhx_popup_arrow.dhx_popup_arrow_right {
|
||||
width: 16px;
|
||||
height: 19px;
|
||||
background-image: url("../imgs/dhxpopup_terrace/dhxpopup_arrow_right.gif");
|
||||
background-position: center left;
|
||||
}
|
||||
div.dhx_popup_dhx_terrace div.dhx_popup_arrow.dhx_popup_arrow_left {
|
||||
width: 16px;
|
||||
height: 19px;
|
||||
background-image: url("../imgs/dhxpopup_terrace/dhxpopup_arrow_left.gif");
|
||||
background-position: center right;
|
||||
}
|
||||
@ -0,0 +1,156 @@
|
||||
/*
|
||||
Product Name: dhtmlxSuite
|
||||
Version: 5.2.0
|
||||
Edition: Professional
|
||||
License: content of this file is covered by DHTMLX Commercial or Enterprise license. Usage without proper license is prohibited. To obtain it contact sales@dhtmlx.com
|
||||
Copyright UAB Dinamenta http://www.dhtmlx.com
|
||||
*/
|
||||
|
||||
/*
|
||||
skin detected: dhx_web
|
||||
include extra file: skins/dhx_web.less
|
||||
*/
|
||||
|
||||
div.dhx_popup_skin_detect {
|
||||
position: absolute;
|
||||
display: block;
|
||||
visibility: hidden;
|
||||
left: -100px;
|
||||
top: 0px;
|
||||
width: 20px;
|
||||
height: 10px;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
border: none;
|
||||
overflow: hidden;
|
||||
}
|
||||
div.dhx_popup_dhx_web {
|
||||
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
||||
position: absolute;
|
||||
}
|
||||
div.dhx_popup_dhx_web div.dhx_popup_area {
|
||||
position: relative;
|
||||
margin: 10px;
|
||||
padding: 3px 0px;
|
||||
border: 1px solid #ffffff;
|
||||
box-shadow: 0px 0px 6px rgba(0,0,0,0.35);
|
||||
*border: 1px solid #c6c6c6;
|
||||
background-color: #f4f4f4;
|
||||
}
|
||||
div.dhx_popup_dhx_web div.dhx_popup_area td.dhx_popup_td {
|
||||
font-family: Tahoma, Helvetica;
|
||||
font-size: 12px;
|
||||
color: #000000;
|
||||
text-align: left;
|
||||
vertical-align: middle;
|
||||
padding: 0px 10px;
|
||||
height: 24px;
|
||||
line-height: 24px;
|
||||
white-space: nowrap;
|
||||
cursor: default;
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
-o-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
div.dhx_popup_dhx_web div.dhx_popup_area td.dhx_popup_td div.dhtmlxcalendar_dhx_web {
|
||||
position: relative;
|
||||
float: left;
|
||||
}
|
||||
div.dhx_popup_dhx_web div.dhx_popup_area td.dhx_popup_td * {
|
||||
white-space: normal;
|
||||
}
|
||||
div.dhx_popup_dhx_web div.dhx_popup_area tr.dhxnode td.dhx_popup_td {
|
||||
height: auto;
|
||||
line-height: inherit;
|
||||
-webkit-user-select: text;
|
||||
-khtml-user-select: text;
|
||||
-moz-user-select: text;
|
||||
-ms-user-select: text;
|
||||
-o-user-select: text;
|
||||
user-select: text;
|
||||
padding: 6px !important;
|
||||
}
|
||||
div.dhx_popup_dhx_web div.dhx_popup_area tr.dhxnode td.dhx_popup_td .dhtmlxcalendar_container.dhtmlxcalendar_skin_dhx_web {
|
||||
position: relative !important;
|
||||
background-image: none;
|
||||
}
|
||||
div.dhx_popup_dhx_web div.dhx_popup_area tr.dhxnode td.dhx_popup_td div.dhxtree_dhx_web {
|
||||
background: none;
|
||||
}
|
||||
div.dhx_popup_dhx_web div.dhx_popup_area tr.dhxnode td.dhx_popup_td div.dhtmlxcp_dhx_web div.dhxcp_g_area {
|
||||
position: relative;
|
||||
}
|
||||
div.dhx_popup_dhx_web div.dhx_popup_area tr.dhx_popup_sep td.dhx_popup_sep {
|
||||
font-size: 1px;
|
||||
padding: 2px 0px;
|
||||
position: relative;
|
||||
}
|
||||
div.dhx_popup_dhx_web div.dhx_popup_area tr.dhx_popup_sep td.dhx_popup_sep div.dhx_popup_sep {
|
||||
position: relative;
|
||||
font-size: 1px;
|
||||
line-height: 1px;
|
||||
height: 0px;
|
||||
width: 100%;
|
||||
border-top: 1px dotted #cecece;
|
||||
overflow: hidden;
|
||||
}
|
||||
div.dhx_popup_dhx_web div.dhx_popup_area td.dhx_popup_td:first-child {
|
||||
padding-left: 14px;
|
||||
}
|
||||
div.dhx_popup_dhx_web div.dhx_popup_area td.dhx_popup_td:last-child {
|
||||
padding-right: 14px;
|
||||
}
|
||||
div.dhx_popup_dhx_web div.dhx_popup_area tr:hover td.dhx_popup_td {
|
||||
background-color: #85d3ff;
|
||||
}
|
||||
div.dhx_popup_dhx_web div.dhx_popup_area tr.dhxnode:hover td.dhx_popup_td {
|
||||
background: none;
|
||||
}
|
||||
div.dhx_popup_dhx_web div.dhx_popup_area.dhx_popup_area_ie tr.dhxnode td.dhx_popup_td {
|
||||
height: 1em;
|
||||
line-height: 1em;
|
||||
}
|
||||
div.dhx_popup_dhx_web div.dhx_popup_area.dhx_popup_area_ie td.dhx_popup_td.dhx_popup_td_single {
|
||||
padding-left: 14px;
|
||||
padding-right: 14px;
|
||||
}
|
||||
div.dhx_popup_dhx_web div.dhx_popup_area.dhx_popup_area_ie td.dhx_popup_td.dhx_popup_td_first {
|
||||
padding-left: 14px;
|
||||
}
|
||||
div.dhx_popup_dhx_web div.dhx_popup_area.dhx_popup_area_ie td.dhx_popup_td.dhx_popup_td_last {
|
||||
padding-right: 14px;
|
||||
}
|
||||
div.dhx_popup_dhx_web div.dhx_popup_area.dhx_popup_area_ie tr.tr_hover td.dhx_popup_td {
|
||||
background-color: #85d3ff;
|
||||
}
|
||||
div.dhx_popup_dhx_web div.dhx_popup_arrow {
|
||||
position: absolute;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
div.dhx_popup_dhx_web div.dhx_popup_arrow.dhx_popup_arrow_bottom {
|
||||
width: 19px;
|
||||
height: 16px;
|
||||
background-image: url("../imgs/dhxpopup_web/dhxpopup_arrow_bottom.gif");
|
||||
background-position: top center;
|
||||
}
|
||||
div.dhx_popup_dhx_web div.dhx_popup_arrow.dhx_popup_arrow_top {
|
||||
width: 19px;
|
||||
height: 16px;
|
||||
background-image: url("../imgs/dhxpopup_web/dhxpopup_arrow_top.gif");
|
||||
background-position: bottom center;
|
||||
}
|
||||
div.dhx_popup_dhx_web div.dhx_popup_arrow.dhx_popup_arrow_right {
|
||||
width: 16px;
|
||||
height: 19px;
|
||||
background-image: url("../imgs/dhxpopup_web/dhxpopup_arrow_right.gif");
|
||||
background-position: center left;
|
||||
}
|
||||
div.dhx_popup_dhx_web div.dhx_popup_arrow.dhx_popup_arrow_left {
|
||||
width: 16px;
|
||||
height: 19px;
|
||||
background-image: url("../imgs/dhxpopup_web/dhxpopup_arrow_left.gif");
|
||||
background-position: center right;
|
||||
}
|
||||
@ -0,0 +1,175 @@
|
||||
/*
|
||||
Product Name: dhtmlxSuite
|
||||
Version: 5.2.0
|
||||
Edition: Professional
|
||||
License: content of this file is covered by DHTMLX Commercial or Enterprise license. Usage without proper license is prohibited. To obtain it contact sales@dhtmlx.com
|
||||
Copyright UAB Dinamenta http://www.dhtmlx.com
|
||||
*/
|
||||
|
||||
/*
|
||||
skin detected: material
|
||||
include extra file: skins/material.less
|
||||
*/
|
||||
|
||||
@keyframes dhx_loader_rotate {
|
||||
100% {
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
@keyframes dhx_loader_dash {
|
||||
0% {
|
||||
stroke-dasharray: 1, 200;
|
||||
stroke-dashoffset: 0;
|
||||
}
|
||||
50% {
|
||||
stroke-dasharray: 89, 200;
|
||||
stroke-dashoffset: -35px;
|
||||
}
|
||||
100% {
|
||||
stroke-dasharray: 89, 200;
|
||||
stroke-dashoffset: -124px;
|
||||
}
|
||||
}
|
||||
div.dhx_popup_material {
|
||||
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
||||
position: absolute;
|
||||
}
|
||||
div.dhx_popup_material div.dhx_popup_area {
|
||||
position: relative;
|
||||
margin: 10px;
|
||||
padding: 5px 0px;
|
||||
border: 1px solid #dfdfdf;
|
||||
background-color: #fafafa;
|
||||
box-shadow: 0 0 10px rgba(127,127,127,0.2);
|
||||
}
|
||||
div.dhx_popup_material div.dhx_popup_area td.dhx_popup_td {
|
||||
text-align: left;
|
||||
line-height: normal;
|
||||
padding: 0px 10px 0px 10px;
|
||||
white-space: nowrap;
|
||||
cursor: default;
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
-o-user-select: none;
|
||||
user-select: none;
|
||||
font-size: 14px;
|
||||
font-family: Roboto, Arial, Helvetica;
|
||||
color: #404040;
|
||||
}
|
||||
div.dhx_popup_material div.dhx_popup_area td.dhx_popup_td * {
|
||||
white-space: normal;
|
||||
}
|
||||
div.dhx_popup_material div.dhx_popup_area tr.dhxnode td.dhx_popup_td {
|
||||
-webkit-user-select: text;
|
||||
-khtml-user-select: text;
|
||||
-moz-user-select: text;
|
||||
-ms-user-select: text;
|
||||
-o-user-select: text;
|
||||
user-select: text;
|
||||
}
|
||||
div.dhx_popup_material div.dhx_popup_area tr.dhxnode td.dhx_popup_td div.dhtmlxcalendar_material {
|
||||
position: relative;
|
||||
float: left;
|
||||
box-shadow: none;
|
||||
}
|
||||
div.dhx_popup_material div.dhx_popup_area tr.dhxnode td.dhx_popup_td div.dhtmlxcalendar_material div.dhtmlxcalendar_month_cont,
|
||||
div.dhx_popup_material div.dhx_popup_area tr.dhxnode td.dhx_popup_td div.dhtmlxcalendar_material div.dhtmlxcalendar_days_cont,
|
||||
div.dhx_popup_material div.dhx_popup_area tr.dhxnode td.dhx_popup_td div.dhtmlxcalendar_material div.dhtmlxcalendar_dates_cont,
|
||||
div.dhx_popup_material div.dhx_popup_area tr.dhxnode td.dhx_popup_td div.dhtmlxcalendar_material div.dhtmlxcalendar_time_cont {
|
||||
border-color: #fafafa !important;
|
||||
}
|
||||
div.dhx_popup_material div.dhx_popup_area tr.dhxnode td.dhx_popup_td div.dhxeditor_material {
|
||||
border: 1px solid #dfdfdf;
|
||||
margin: 15px 0px;
|
||||
}
|
||||
div.dhx_popup_material div.dhx_popup_area tr.dhxnode td.dhx_popup_td div.dhtmlxcp_material div.dhxcp_g_area {
|
||||
position: relative;
|
||||
box-shadow: none !important;
|
||||
border-width: 0px !important;
|
||||
background-color: #fafafa;
|
||||
}
|
||||
div.dhx_popup_material div.dhx_popup_area tr.dhxnode td.dhx_popup_td div.dhxtabbar_base_material {
|
||||
z-index: 1;
|
||||
}
|
||||
div.dhx_popup_material div.dhx_popup_area tr.dhx_popup_sep td.dhx_popup_sep {
|
||||
font-size: 1px;
|
||||
padding: 5px 0px;
|
||||
position: relative;
|
||||
}
|
||||
div.dhx_popup_material div.dhx_popup_area tr.dhx_popup_sep td.dhx_popup_sep div.dhx_popup_sep {
|
||||
position: relative;
|
||||
font-size: 1px;
|
||||
line-height: 1px;
|
||||
height: 0px;
|
||||
width: 100%;
|
||||
border-top: 1px solid #dfdfdf;
|
||||
overflow: hidden;
|
||||
}
|
||||
div.dhx_popup_material div.dhx_popup_area td.dhx_popup_td:first-child {
|
||||
padding-left: 23px;
|
||||
}
|
||||
div.dhx_popup_material div.dhx_popup_area td.dhx_popup_td:last-child {
|
||||
padding-right: 21px;
|
||||
}
|
||||
div.dhx_popup_material div.dhx_popup_area tr:hover td.dhx_popup_td {
|
||||
background-color: #ebebeb;
|
||||
}
|
||||
div.dhx_popup_material div.dhx_popup_area tr.dhxnode:hover td.dhx_popup_td {
|
||||
background: none;
|
||||
}
|
||||
div.dhx_popup_material div.dhx_popup_area.dhx_popup_area_ie td.dhx_popup_td.dhx_popup_td_single {
|
||||
padding-left: 23px;
|
||||
padding-right: 21px;
|
||||
}
|
||||
div.dhx_popup_material div.dhx_popup_area.dhx_popup_area_ie td.dhx_popup_td.dhx_popup_td_first {
|
||||
padding-left: 23px;
|
||||
}
|
||||
div.dhx_popup_material div.dhx_popup_area.dhx_popup_area_ie td.dhx_popup_td.dhx_popup_td_last {
|
||||
padding-right: 21px;
|
||||
}
|
||||
div.dhx_popup_material div.dhx_popup_area.dhx_popup_area_ie tr.tr_hover td.dhx_popup_td {
|
||||
background-color: #ebebeb;
|
||||
}
|
||||
div.dhx_popup_material div.dhx_popup_arrow {
|
||||
position: absolute;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
div.dhx_popup_material div.dhx_popup_arrow.dhx_popup_arrow_bottom {
|
||||
width: 19px;
|
||||
height: 16px;
|
||||
background-image: url("../imgs/dhxpopup_material/dhxpopup_arrow_bottom.gif");
|
||||
background-position: top center;
|
||||
}
|
||||
div.dhx_popup_material div.dhx_popup_arrow.dhx_popup_arrow_top {
|
||||
width: 19px;
|
||||
height: 16px;
|
||||
background-image: url("../imgs/dhxpopup_material/dhxpopup_arrow_top.gif");
|
||||
background-position: bottom center;
|
||||
}
|
||||
div.dhx_popup_material div.dhx_popup_arrow.dhx_popup_arrow_right {
|
||||
width: 16px;
|
||||
height: 19px;
|
||||
background-image: url("../imgs/dhxpopup_material/dhxpopup_arrow_right.gif");
|
||||
background-position: center left;
|
||||
}
|
||||
div.dhx_popup_material div.dhx_popup_arrow.dhx_popup_arrow_left {
|
||||
width: 16px;
|
||||
height: 19px;
|
||||
background-image: url("../imgs/dhxpopup_material/dhxpopup_arrow_left.gif");
|
||||
background-position: center right;
|
||||
}
|
||||
div.dhx_popup_skin_detect {
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
top: -100px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0px solid white;
|
||||
width: 40px;
|
||||
height: 10px;
|
||||
overflow: hidden;
|
||||
}
|
||||
Reference in New Issue
Block a user