Refactor code structure for improved readability and maintainability
This commit is contained in:
@ -0,0 +1,382 @@
|
||||
/*
|
||||
Product Name: dhtmlxSuite
|
||||
Version: 4.0.3
|
||||
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, extra file: skins/dhx_skyblue.less */
|
||||
|
||||
.dhtmlxribbon_skin_detect {
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
top: -100px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0px solid white;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.dhtmlxribbon_dhx_skyblue.dhxrb_without_tabbar {
|
||||
background-color: #ffffff;
|
||||
border: 1px solid #a4bed4;
|
||||
}
|
||||
.dhtmlxribbon_dhx_skyblue {
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
background-color: #e7f1ff;
|
||||
}
|
||||
.dhtmlxribbon_dhx_skyblue .dhxrb_background_area {
|
||||
height: 115px;
|
||||
background-color: #e7f1ff;
|
||||
margin: 1px;
|
||||
}
|
||||
.dhtmlxribbon_dhx_skyblue .dhxrb_with_tabbar {
|
||||
height: 145px;
|
||||
}
|
||||
.dhtmlxribbon_dhx_skyblue div.dhx_cell_tabbar {
|
||||
background-color: #e7f1ff !important;
|
||||
}
|
||||
.dhtmlxribbon_dhx_skyblue .dhxrb_g_area {
|
||||
height: 115px;
|
||||
float: left;
|
||||
clear: left;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
.dhtmlxribbon_dhx_skyblue .dhxrb_block_base {
|
||||
margin: 3px;
|
||||
float: left;
|
||||
border: 1px solid #a4bed4;
|
||||
background-color: #ddebff;
|
||||
border-radius: 2px;
|
||||
height: 106px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
.dhtmlxribbon_dhx_skyblue .dhxrb_block_base .dhxrb_block_items {
|
||||
height: 84px;
|
||||
float: left;
|
||||
padding: 2px 0px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.dhtmlxribbon_dhx_skyblue .dhxrb_block_base>.dhxrb_block_label {
|
||||
height: 18px;
|
||||
line-height: 17px;
|
||||
*height: auto;
|
||||
*line-height: 1em;
|
||||
}
|
||||
.dhtmlxribbon_dhx_skyblue .dhxrb_block_base .dhxrb_block_label {
|
||||
text-align: center;
|
||||
clear: left;
|
||||
font-family: Tahoma;
|
||||
font-size: 11px;
|
||||
color: #5f85bb;
|
||||
background-color: #d3e7ff;
|
||||
*padding: 1px 3px 4px;
|
||||
*font-size: 11px;
|
||||
*font-family: Tahoma, FreeSans;
|
||||
}
|
||||
.dhtmlxribbon_dhx_skyblue .dhxrb_big_button {
|
||||
margin: 0pc 2px 5px;
|
||||
float: left;
|
||||
text-align: center;
|
||||
padding: 4px 6px;
|
||||
height: 72px;
|
||||
border-radius: 2px;
|
||||
border: 1px solid #ddebff;
|
||||
font-family: Tahoma;
|
||||
font-size: 11px;
|
||||
color: black;
|
||||
background-color: #ddebff;
|
||||
}
|
||||
.dhtmlxribbon_dhx_skyblue .dhxrb_big_button .dhxrb_image {
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
border: none;
|
||||
}
|
||||
.dhtmlxribbon_dhx_skyblue .dhxrb_big_button .dhxrb_label_button {
|
||||
margin: 0px auto;
|
||||
cursor: default;
|
||||
font-family: Tahoma;
|
||||
font-size: 11px;
|
||||
color: black;
|
||||
line-height: 10px;
|
||||
}
|
||||
.dhtmlxribbon_dhx_skyblue .dhxrb_big_button .dhxrb_invisible {
|
||||
visibility: hidden;
|
||||
}
|
||||
.dhtmlxribbon_dhx_skyblue .dhxrb_3rows_block {
|
||||
float: left;
|
||||
margin: 0px 2px 5px;
|
||||
position: relative;
|
||||
}
|
||||
.dhtmlxribbon_dhx_skyblue .dhxrb_3rows_block .dhxrb_invisible {
|
||||
display: none;
|
||||
}
|
||||
.dhtmlxribbon_dhx_skyblue .dhxrb_3rows_button {
|
||||
height: 21px;
|
||||
margin: 1px 3px;
|
||||
float: left;
|
||||
clear: left;
|
||||
padding: 3px 4px 0px 4px;
|
||||
border-radius: 2px;
|
||||
border: 1px solid #ddebff;
|
||||
font-family: Tahoma;
|
||||
font-size: 11px;
|
||||
color: black;
|
||||
background-color: #ddebff;
|
||||
}
|
||||
.dhtmlxribbon_dhx_skyblue .dhxrb_in_row {
|
||||
height: 20px;
|
||||
margin: 1px 3px;
|
||||
float: left;
|
||||
padding: 3px 4px 1px;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
border-radius: 2px;
|
||||
border: 1px solid #ddebff;
|
||||
font-family: Tahoma;
|
||||
font-size: 11px;
|
||||
color: black;
|
||||
background-color: #ddebff;
|
||||
}
|
||||
.dhtmlxribbon_dhx_skyblue .dhxrb_group .dhxrb_buttoncombo_cont {
|
||||
height: 22px;
|
||||
padding: 0px 2px !important;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
float: left;
|
||||
}
|
||||
.dhtmlxribbon_dhx_skyblue .dhxrb_buttoncombo_cont {
|
||||
height: 24px;
|
||||
padding: 1px 2px !important;
|
||||
}
|
||||
.dhtmlxribbon_dhx_skyblue .dhxrb_buttoncombo {
|
||||
float: left;
|
||||
}
|
||||
.dhtmlxribbon_dhx_skyblue .dhxrb_in_row .dhxrb_slider,
|
||||
.dhtmlxribbon_dhx_skyblue .dhxrb_3rows_button .dhxrb_slider {
|
||||
float: left;
|
||||
margin-right: 5px;
|
||||
margin-top: 6px;
|
||||
}
|
||||
.dhtmlxribbon_dhx_skyblue .dhxrb_in_row center,
|
||||
.dhtmlxribbon_dhx_skyblue .dhxrb_in_group center,
|
||||
.dhtmlxribbon_dhx_skyblue .dhxrb_3rows_button center {
|
||||
float: left;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
.dhtmlxribbon_dhx_skyblue .dhxrb_in_group .dhxrb_slider {
|
||||
float: left;
|
||||
margin-right: 5px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
.dhtmlxribbon_dhx_skyblue .dhxrb_big_button .dhxrb_slider {
|
||||
width: 16px;
|
||||
margin: 2px 0px;
|
||||
height: 50px;
|
||||
}
|
||||
.dhtmlxribbon_dhx_skyblue .dhxrb_in_group {
|
||||
height: 19px;
|
||||
float: left;
|
||||
padding: 2px 4px 1px;
|
||||
border: 1px solid #ffffff;
|
||||
}
|
||||
.dhtmlxribbon_dhx_skyblue .dhxrb_input {
|
||||
float: left;
|
||||
border: 1px solid #a4bed4;
|
||||
height: 14px;
|
||||
width: 80px;
|
||||
font-family: Tahoma;
|
||||
font-size: 11px;
|
||||
color: black;
|
||||
padding: 1px 2px;
|
||||
}
|
||||
.dhtmlxribbon_dhx_skyblue .dhxrb_input:disabled {
|
||||
border: 1px solid #cccccc;
|
||||
background-color: #fafafa;
|
||||
color: #b2b2b2;
|
||||
}
|
||||
.dhtmlxribbon_dhx_skyblue .dhxrb_3rows_button .dhxrb_image,
|
||||
.dhtmlxribbon_dhx_skyblue .dhxrb_in_row .dhxrb_image,
|
||||
.dhtmlxribbon_dhx_skyblue .dhxrb_in_group .dhxrb_image {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
float: left;
|
||||
}
|
||||
.dhtmlxribbon_dhx_skyblue .dhxrb_3rows_button .dhxrb_label_button,
|
||||
.dhtmlxribbon_dhx_skyblue .dhxrb_in_row .dhxrb_label_button,
|
||||
.dhtmlxribbon_dhx_skyblue .dhxrb_in_group .dhxrb_label_button {
|
||||
float: left;
|
||||
cursor: default;
|
||||
margin: 2px 4px 2px 6px;
|
||||
font-family: Tahoma;
|
||||
font-size: 11px;
|
||||
color: black;
|
||||
}
|
||||
.dhtmlxribbon_dhx_skyblue .dhxrb_buttoncombo_cont .dhxrb_label_button {
|
||||
float: left;
|
||||
margin-left: 3px;
|
||||
height: 18px;
|
||||
line-height: 18px;
|
||||
cursor: default;
|
||||
font-family: Tahoma;
|
||||
font-size: 11px;
|
||||
color: black;
|
||||
}
|
||||
.dhtmlxribbon_dhx_skyblue .dhxrb_label_checkbox {
|
||||
float: left;
|
||||
margin: 2px 4px;
|
||||
cursor: default;
|
||||
font-family: Tahoma;
|
||||
font-size: 11px;
|
||||
color: black;
|
||||
}
|
||||
.dhtmlxribbon_dhx_skyblue .dhxrb_disable_text_style,
|
||||
.dhtmlxribbon_dhx_skyblue .dhxrb_item_disable .dhxrb_label_checkbox {
|
||||
color: #999999 !important;
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-o-user-select: none;
|
||||
user-select: none;
|
||||
-ms-user-select: none;
|
||||
}
|
||||
.dhtmlxribbon_dhx_skyblue .dhxrb_highlight0 {
|
||||
border: 1px solid #a4bed4;
|
||||
background-color: #f1f7ff;
|
||||
background: linear-gradient(#f1f7ff,#e2efff);
|
||||
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#f1f7ff,endColorStr=#e2efff) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-o-user-select: none;
|
||||
user-select: none;
|
||||
-ms-user-select: none;
|
||||
}
|
||||
.dhtmlxribbon_dhx_skyblue .dhxrb_highlight1 {
|
||||
border: 1px solid #a4bed4;
|
||||
background-color: #d2e7fe;
|
||||
background: linear-gradient(#d2e7fe,#d3e7ff);
|
||||
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#d2e7fe,endColorStr=#d3e7ff) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
||||
box-shadow: 0 0 3px #afc1d4 inset;
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-o-user-select: none;
|
||||
user-select: none;
|
||||
-ms-user-select: none;
|
||||
}
|
||||
.dhtmlxribbon_dhx_skyblue .dhxrb_group .dhxrb_highlight0 {
|
||||
border: 1px solid #ddedff;
|
||||
}
|
||||
.dhtmlxribbon_dhx_skyblue .dhxrb_group .dhxrb_highlight1 {
|
||||
background-color: #d2e7fe;
|
||||
background: linear-gradient(#d2e7fe,#d3e7ff);
|
||||
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#d2e7fe,endColorStr=#d3e7ff) progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
||||
box-shadow: 0 0 3px #afc1d4 inset;
|
||||
border: 0px;
|
||||
padding: 3px 5px 2px 5px;
|
||||
}
|
||||
.dhtmlxribbon_dhx_skyblue .dhxrb_item_hide {
|
||||
display: none !important;
|
||||
}
|
||||
.dhtmlxribbon_dhx_skyblue .dhxrb_block_rows {
|
||||
float: left;
|
||||
position: relative;
|
||||
}
|
||||
.dhtmlxribbon_dhx_skyblue .dhxrb_block_row {
|
||||
float: left;
|
||||
clear: left;
|
||||
margin: 0px 2px;
|
||||
height: 28px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
.dhtmlxribbon_dhx_skyblue .dhxrb_arrow {
|
||||
padding: 0px 5px;
|
||||
margin-left: 2px;
|
||||
background: url("../imgs/dhxribbon_skyblue/dhxribbon_arrow.gif") no-repeat 50%;
|
||||
}
|
||||
.dhtmlxribbon_dhx_skyblue .dhxrb_3rows_block .dhxrb_group {
|
||||
border: 1px solid #a4bed4;
|
||||
background: #e7f1ff;
|
||||
height: 24px;
|
||||
border-radius: 2px;
|
||||
float: left;
|
||||
clear: left;
|
||||
margin: 1px 3px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
.dhtmlxribbon_dhx_skyblue .dhxrb_block_row .dhxrb_group {
|
||||
border: 1px solid #a4bed4;
|
||||
background: #e7f1ff;
|
||||
height: 24px;
|
||||
border-radius: 2px;
|
||||
float: left;
|
||||
margin: 1px 3px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
.dhtmlxribbon_dhx_skyblue .dhxrb_in_group .dhxrb_label_hide {
|
||||
display: none;
|
||||
}
|
||||
.dhtmlxribbon_dhx_skyblue .dhxrb_separator_groupp {
|
||||
height: 24px;
|
||||
width: 0;
|
||||
border-left: 1px solid #c4deff;
|
||||
overflow: hidden;
|
||||
float: left;
|
||||
}
|
||||
.dhtmlxribbon_dhx_skyblue .dhxrb_checked.dhxrb_item_disable>.dhxrb_checkbox {
|
||||
background-image: url("../imgs/dhxribbon_skyblue/dhxribbon_checked_dis.gif");
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
.dhtmlxribbon_dhx_skyblue .dhxrb_checked .dhxrb_checkbox {
|
||||
background-image: url("../imgs/dhxribbon_skyblue/dhxribbon_checked.gif");
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
.dhtmlxribbon_dhx_skyblue .dhxrb_item_disable .dhxrb_checkbox {
|
||||
border: 1px solid #aaaaaa;
|
||||
background-color: #eeeeee;
|
||||
}
|
||||
.dhtmlxribbon_dhx_skyblue .dhxrb_checkbox {
|
||||
border: 1px solid #a4bed4;
|
||||
background-color: #ffffff;
|
||||
float: left;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
margin-top: 2px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.dhtmlxribbon_dhx_skyblue .dhxrb_item_text {
|
||||
font-family: Tahoma;
|
||||
font-size: 13px;
|
||||
color: #256488;
|
||||
}
|
||||
.dhtmlxribbon_dhx_skyblue .dhxrb_in_group .dhxrb_item_text {
|
||||
height: 19px;
|
||||
line-height: 18px;
|
||||
*float: left;
|
||||
*clear: left;
|
||||
}
|
||||
.dhtmlxribbon_dhx_skyblue .dhxrb_3rows_button .dhxrb_item_text,
|
||||
.dhtmlxribbon_dhx_skyblue .dhxrb_in_row .dhxrb_item_text {
|
||||
font-family: Tahoma;
|
||||
font-size: 14px;
|
||||
color: #256488;
|
||||
}
|
||||
.dhtmlxribbon_dhx_skyblue .dhxrb_big_button .dhxrb_item_text {
|
||||
font-family: Tahoma;
|
||||
font-size: 30px;
|
||||
color: #256488;
|
||||
line-height: 72px;
|
||||
height: 72px;
|
||||
float: left;
|
||||
clear: left;
|
||||
}
|
||||
@ -0,0 +1,388 @@
|
||||
/*
|
||||
Product Name: dhtmlxSuite
|
||||
Version: 4.0.3
|
||||
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, extra file: skins/dhx_terrace.less */
|
||||
|
||||
.dhtmlxribbon_skin_detect {
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
top: -100px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0px solid white;
|
||||
width: 30px;
|
||||
height: 10px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.dhtmlxribbon_dhx_terrace.dhxrb_without_tabbar {
|
||||
background-color: #ffffff;
|
||||
border: 1px solid #cccccc;
|
||||
}
|
||||
.dhtmlxribbon_dhx_terrace {
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
}
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_background_area {
|
||||
height: 116px;
|
||||
background-color: #ffffff;
|
||||
margin: 1px;
|
||||
}
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_with_tabbar {
|
||||
height: 151px;
|
||||
}
|
||||
.dhtmlxribbon_dhx_terrace div.dhx_cell_tabbar {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_g_area {
|
||||
height: 114px;
|
||||
float: left;
|
||||
clear: left;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_block_base {
|
||||
margin: 3px 0px 3px 3px;
|
||||
float: left;
|
||||
border: 1px solid #cccccc;
|
||||
background-color: #f5f5f5;
|
||||
border-radius: 3px;
|
||||
height: 108px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_block_base .dhxrb_block_items {
|
||||
height: 85px;
|
||||
float: left;
|
||||
padding: 2px 0px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_block_base>.dhxrb_block_label {
|
||||
height: 19px;
|
||||
line-height: 18px;
|
||||
*height: auto;
|
||||
*line-height: 1em;
|
||||
}
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_block_base .dhxrb_block_label {
|
||||
text-align: center;
|
||||
clear: left;
|
||||
font-family: Arial;
|
||||
font-size: 13px;
|
||||
color: #b5b5b5;
|
||||
background-color: #e8e8e8;
|
||||
*font-size: 12px;
|
||||
*padding: 1px 3px 3px;
|
||||
*font-family: Arial;
|
||||
}
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_big_button {
|
||||
margin: 1px 3px;
|
||||
float: left;
|
||||
text-align: center;
|
||||
padding: 4px 10px;
|
||||
height: 72px;
|
||||
border-radius: 3px;
|
||||
border: 1px solid #f5f5f5;
|
||||
font-family: Arial;
|
||||
font-size: 13px;
|
||||
color: #333333;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_big_button .dhxrb_image {
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
border: none;
|
||||
}
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_big_button .dhxrb_label_button {
|
||||
margin: 0px auto;
|
||||
cursor: default;
|
||||
font-family: Arial;
|
||||
font-size: 13px;
|
||||
color: #333333;
|
||||
line-height: 11px;
|
||||
}
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_big_button .dhxrb_invisible {
|
||||
visibility: hidden;
|
||||
}
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_3rows_block {
|
||||
float: left;
|
||||
margin: 0px 3px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_3rows_block .dhxrb_invisible {
|
||||
display: none;
|
||||
}
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_3rows_button {
|
||||
height: 22px;
|
||||
margin: 1px 0px;
|
||||
float: left;
|
||||
clear: left;
|
||||
padding: 1px 8px;
|
||||
border-radius: 3px;
|
||||
border: 1px solid #f5f5f5;
|
||||
font-family: Arial;
|
||||
font-size: 13px;
|
||||
color: #333333;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_in_row {
|
||||
height: 22px;
|
||||
margin: 1px 0px;
|
||||
float: left;
|
||||
padding: 1px 8px;
|
||||
white-space: nowrap;
|
||||
border-radius: 3px;
|
||||
border: 1px solid #f5f5f5;
|
||||
font-family: Arial;
|
||||
font-size: 13px;
|
||||
color: #333333;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_group .dhxrb_buttoncombo_cont {
|
||||
height: 20px;
|
||||
}
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_buttoncombo_cont {
|
||||
height: 24px;
|
||||
padding: 1px 2px !important;
|
||||
}
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_buttoncombo {
|
||||
float: left;
|
||||
}
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_in_row .dhxrb_slider,
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_3rows_button .dhxrb_slider {
|
||||
float: left;
|
||||
margin-right: 5px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_in_row center,
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_in_group center,
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_3rows_button center {
|
||||
float: left;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_in_group .dhxrb_slider {
|
||||
float: left;
|
||||
margin-right: 5px;
|
||||
margin-top: 4px;
|
||||
}
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_big_button .dhxrb_slider {
|
||||
width: 16px;
|
||||
margin: 2px 0px;
|
||||
height: 50px;
|
||||
}
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_in_group {
|
||||
height: 20px;
|
||||
float: left;
|
||||
padding: 1px 4px;
|
||||
border: 1px solid #f0f0f0;
|
||||
}
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_input {
|
||||
float: left;
|
||||
border: 1px solid #cccccc;
|
||||
height: 18px;
|
||||
width: 80px;
|
||||
padding: 1px 2px;
|
||||
font-family: Arial;
|
||||
font-size: 13px;
|
||||
color: #333333;
|
||||
}
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_input:disabled {
|
||||
border: 1px solid #d4d4d4;
|
||||
background-color: #fafafa;
|
||||
color: #bbbbbb;
|
||||
}
|
||||
.dhtmlxribbon_dhx_terrace div.dhxcombo_dhx_terrace input.dhxcombo_input {
|
||||
float: left;
|
||||
height: 18px;
|
||||
width: 80px;
|
||||
padding: 1px 2px;
|
||||
font-family: Arial;
|
||||
font-size: 13px;
|
||||
color: black;
|
||||
line-height: 18px;
|
||||
}
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_in_group .dhxrb_input,
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_in_group div.dhxcombo_dhx_terrace input.dhxcombo_input {
|
||||
height: 16px;
|
||||
padding: 1px 1px;
|
||||
line-height: 16px;
|
||||
}
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_in_group div.dhxcombo_dhx_terrace div.dhxcombo_select_button {
|
||||
top: 0px;
|
||||
}
|
||||
.dhtmlxribbon_dhx_terrace div.dhxcombo_dhx_terrace div.dhxcombo_select_button {
|
||||
top: 2px;
|
||||
}
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_3rows_button .dhxrb_image,
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_in_row .dhxrb_image,
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_in_group .dhxrb_image {
|
||||
margin: 2px 0px;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
float: left;
|
||||
}
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_3rows_button .dhxrb_label_button,
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_in_row .dhxrb_label_button,
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_in_group .dhxrb_label_button {
|
||||
float: left;
|
||||
cursor: default;
|
||||
font-family: Arial;
|
||||
font-size: 13px;
|
||||
color: #333333;
|
||||
}
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_3rows_button .dhxrb_label_button,
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_in_row .dhxrb_label_button {
|
||||
margin: 1px 0px 1px 6px;
|
||||
line-height: 19px;
|
||||
}
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_in_group .dhxrb_label_button {
|
||||
margin: 1px;
|
||||
}
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_label_checkbox {
|
||||
float: left;
|
||||
margin: 0px 4px;
|
||||
cursor: default;
|
||||
font-family: Arial;
|
||||
font-size: 13px;
|
||||
color: #333333;
|
||||
line-height: 21px;
|
||||
}
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_group .dhxrb_label_checkbox {
|
||||
line-height: 19px;
|
||||
}
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_disable_text_style,
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_item_disable .dhxrb_label_checkbox {
|
||||
color: #bbbbbb !important;
|
||||
-webkit-user-select: text;
|
||||
-khtml-user-select: text;
|
||||
-moz-user-select: text;
|
||||
-o-user-select: text;
|
||||
user-select: text;
|
||||
}
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_highlight0 {
|
||||
border-color: #ebebeb;
|
||||
background-color: #ebebeb;
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-o-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_highlight1 {
|
||||
border-color: #e6e6e6;
|
||||
background-color: #e6e6e6;
|
||||
box-shadow: 0 0 3px #d9d9d9 inset;
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-o-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_in_group.dhxrb_highlight1,
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_in_group.dhxrb_highlight0 {
|
||||
border-radius: 1px;
|
||||
}
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_item_hide {
|
||||
display: none !important;
|
||||
}
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_block_rows {
|
||||
float: left;
|
||||
margin: 0px 3px;
|
||||
}
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_block_row {
|
||||
float: left;
|
||||
clear: left;
|
||||
height: 28px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_arrow {
|
||||
padding: 0px 5px;
|
||||
margin-left: 2px;
|
||||
background: url("../imgs/dhxribbon_terrace/dhxribbon_arrow.gif") no-repeat 50%;
|
||||
}
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_3rows_block .dhxrb_group {
|
||||
border: 1px solid #cccccc;
|
||||
background-color: #f0f0f0;
|
||||
height: 24px;
|
||||
border-radius: 3px;
|
||||
float: left;
|
||||
clear: left;
|
||||
margin: 1px 0px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_block_row .dhxrb_group {
|
||||
border: 1px solid #cccccc;
|
||||
background-color: #f0f0f0;
|
||||
height: 24px;
|
||||
border-radius: 3px;
|
||||
float: left;
|
||||
margin: 1px 0px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_in_group .dhxrb_label_hide {
|
||||
display: none;
|
||||
}
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_separator_groupp {
|
||||
height: 24px;
|
||||
width: 0;
|
||||
border-left: 1px solid #cacaca;
|
||||
overflow: hidden;
|
||||
float: left;
|
||||
}
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_checkbox {
|
||||
border: 1px solid #cccccc;
|
||||
background-color: white;
|
||||
float: left;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
margin-top: 4px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_in_group .dhxrb_checkbox {
|
||||
margin-top: 3px;
|
||||
}
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_checked .dhxrb_checkbox {
|
||||
background-image: url("../imgs/dhxribbon_terrace/dhxribbon_checked.gif");
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_checked.dhxrb_item_disable>.dhxrb_checkbox {
|
||||
background-image: url("../imgs/dhxribbon_terrace/dhxribbon_checked_dis.gif");
|
||||
}
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_item_disable .dhxrb_checkbox {
|
||||
border: 1px solid #d4d4d4;
|
||||
background-color: #fafafa;
|
||||
}
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_item_text {
|
||||
font-family: Arial;
|
||||
font-size: 13px;
|
||||
color: #333333;
|
||||
}
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_in_group .dhxrb_item_text {
|
||||
height: 20px;
|
||||
line-height: 19px;
|
||||
*float: left;
|
||||
*clear: left;
|
||||
}
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_3rows_button .dhxrb_item_text,
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_in_row .dhxrb_item_text {
|
||||
font-family: Arial;
|
||||
font-size: 14px;
|
||||
color: #333333;
|
||||
}
|
||||
.dhtmlxribbon_dhx_terrace .dhxrb_big_button .dhxrb_item_text {
|
||||
font-family: Arial;
|
||||
font-size: 30px;
|
||||
color: #333333;
|
||||
line-height: 72px;
|
||||
height: 72px;
|
||||
float: left;
|
||||
clear: left;
|
||||
}
|
||||
@ -0,0 +1,346 @@
|
||||
/*
|
||||
Product Name: dhtmlxSuite
|
||||
Version: 4.0.3
|
||||
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, extra file: skins/dhx_web.less */
|
||||
|
||||
.dhtmlxribbon_skin_detect {
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
top: -100px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0px solid white;
|
||||
width: 20px;
|
||||
height: 10px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.dhtmlxribbon_dhx_web.dhxrb_without_tabbar {
|
||||
background-color: #ffffff;
|
||||
border: 1px solid #c7c7c7;
|
||||
}
|
||||
.dhtmlxribbon_dhx_web {
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
}
|
||||
.dhtmlxribbon_dhx_web .dhxrb_background_area {
|
||||
height: 114px;
|
||||
background-color: #ffffff;
|
||||
margin: 1px;
|
||||
}
|
||||
.dhtmlxribbon_dhx_web .dhxrb_with_tabbar {
|
||||
height: 162px;
|
||||
}
|
||||
.dhtmlxribbon_dhx_web div.dhx_cell_tabbar {
|
||||
background-color: #ffffff !important;
|
||||
}
|
||||
.dhtmlxribbon_dhx_web .dhxrb_g_area {
|
||||
height: 113px;
|
||||
float: left;
|
||||
clear: left;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
.dhtmlxribbon_dhx_web .dhxrb_block_base {
|
||||
margin: 3px;
|
||||
float: left;
|
||||
border: 1px solid #e7e7e7;
|
||||
background-color: #f4f4f4;
|
||||
border-radius: 0px;
|
||||
height: 106px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
.dhtmlxribbon_dhx_web .dhxrb_block_base .dhxrb_block_items {
|
||||
height: 84px;
|
||||
float: left;
|
||||
padding: 2px 0px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.dhtmlxribbon_dhx_web .dhxrb_block_base>.dhxrb_block_label {
|
||||
height: 18px;
|
||||
line-height: 17px;
|
||||
*height: auto;
|
||||
*line-height: 1em;
|
||||
}
|
||||
.dhtmlxribbon_dhx_web .dhxrb_block_base .dhxrb_block_label {
|
||||
text-align: center;
|
||||
clear: left;
|
||||
font-family: Tahoma;
|
||||
font-size: 12px;
|
||||
color: #818181;
|
||||
background-color: #e7e7e7;
|
||||
*padding: 1px 3px 3px;
|
||||
*font-size: 11px;
|
||||
*font-family: Tahoma, FreeSans;
|
||||
}
|
||||
.dhtmlxribbon_dhx_web .dhxrb_big_button {
|
||||
margin: 0px 2px 5px;
|
||||
float: left;
|
||||
text-align: center;
|
||||
padding: 4px;
|
||||
border: 1px solid #f4f4f4;
|
||||
background-color: #f4f4f4;
|
||||
height: 72px;
|
||||
}
|
||||
.dhtmlxribbon_dhx_web .dhxrb_big_button .dhxrb_image {
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
border: none;
|
||||
}
|
||||
.dhtmlxribbon_dhx_web .dhxrb_big_button .dhxrb_label_button {
|
||||
margin: 0px auto;
|
||||
cursor: default;
|
||||
font-family: Tahoma;
|
||||
font-size: 12px;
|
||||
color: #000000;
|
||||
line-height: 11px;
|
||||
}
|
||||
.dhtmlxribbon_dhx_web .dhxrb_big_button .dhxrb_invisible {
|
||||
visibility: hidden;
|
||||
}
|
||||
.dhtmlxribbon_dhx_web .dhxrb_3rows_block {
|
||||
float: left;
|
||||
margin: 0px 2px 5px;
|
||||
position: relative;
|
||||
}
|
||||
.dhtmlxribbon_dhx_web .dhxrb_3rows_block .dhxrb_invisible {
|
||||
display: none;
|
||||
}
|
||||
.dhtmlxribbon_dhx_web .dhxrb_3rows_button {
|
||||
height: 20px;
|
||||
margin: 1px 3px;
|
||||
float: left;
|
||||
clear: left;
|
||||
padding: 3px 4px 1px 4px;
|
||||
border: 1px solid #f4f4f4;
|
||||
background-color: #f4f4f4;
|
||||
}
|
||||
.dhtmlxribbon_dhx_web .dhxrb_in_row {
|
||||
height: 20px;
|
||||
margin: 1px 3px;
|
||||
float: left;
|
||||
padding: 3px 4px 1px;
|
||||
border: 1px solid #f4f4f4;
|
||||
background-color: #f4f4f4;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
}
|
||||
.dhtmlxribbon_dhx_web .dhxrb_group .dhxrb_buttoncombo_cont {
|
||||
height: 22px;
|
||||
padding: 0px 2px !important;
|
||||
}
|
||||
.dhtmlxribbon_dhx_web .dhxrb_buttoncombo_cont {
|
||||
height: 24px;
|
||||
padding: 1px 2px !important;
|
||||
}
|
||||
.dhtmlxribbon_dhx_web .dhxrb_buttoncombo {
|
||||
float: left;
|
||||
}
|
||||
.dhtmlxribbon_dhx_web .dhxrb_in_row .dhxrb_slider,
|
||||
.dhtmlxribbon_dhx_web .dhxrb_3rows_button .dhxrb_slider {
|
||||
float: left;
|
||||
margin-right: 5px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
.dhtmlxribbon_dhx_web .dhxrb_in_row center,
|
||||
.dhtmlxribbon_dhx_web .dhxrb_in_group center,
|
||||
.dhtmlxribbon_dhx_web .dhxrb_3rows_button center {
|
||||
float: left;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
.dhtmlxribbon_dhx_web .dhxrb_in_group .dhxrb_slider {
|
||||
float: left;
|
||||
margin-right: 5px;
|
||||
margin-top: 4px;
|
||||
}
|
||||
.dhtmlxribbon_dhx_web .dhxrb_big_button .dhxrb_slider {
|
||||
width: 16px;
|
||||
margin: 2px 0px;
|
||||
height: 50px;
|
||||
}
|
||||
.dhtmlxribbon_dhx_web .dhxrb_in_group {
|
||||
height: 19px;
|
||||
float: left;
|
||||
padding: 2px 4px 1px;
|
||||
border: 1px solid #efefef;
|
||||
}
|
||||
.dhtmlxribbon_dhx_web .dhxrb_input {
|
||||
float: left;
|
||||
border: 1px solid #e7e7e7;
|
||||
height: 14px;
|
||||
width: 80px;
|
||||
font-family: Tahoma;
|
||||
font-size: 12px;
|
||||
color: black;
|
||||
padding: 1px 2px;
|
||||
}
|
||||
.dhtmlxribbon_dhx_web .dhxrb_input:disabled {
|
||||
border: 1px solid #e7e7e7;
|
||||
background-color: #f2f2f2;
|
||||
color: #999999;
|
||||
}
|
||||
.dhtmlxribbon_dhx_web .dhxrb_3rows_button .dhxrb_image,
|
||||
.dhtmlxribbon_dhx_web .dhxrb_in_row .dhxrb_image,
|
||||
.dhtmlxribbon_dhx_web .dhxrb_in_group .dhxrb_image {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
float: left;
|
||||
}
|
||||
.dhtmlxribbon_dhx_web .dhxrb_3rows_button .dhxrb_label_button,
|
||||
.dhtmlxribbon_dhx_web .dhxrb_in_row .dhxrb_label_button,
|
||||
.dhtmlxribbon_dhx_web .dhxrb_in_group .dhxrb_label_button {
|
||||
float: left;
|
||||
margin: 1px;
|
||||
cursor: default;
|
||||
font-family: Tahoma;
|
||||
font-size: 12px;
|
||||
color: #000000;
|
||||
margin: 2px 4px 2px 6px;
|
||||
}
|
||||
.dhtmlxribbon_dhx_web .dhxrb_buttoncombo_cont .dhxrb_label_button {
|
||||
float: left;
|
||||
margin-left: 3px;
|
||||
height: 18px;
|
||||
line-height: 18px;
|
||||
cursor: default;
|
||||
font-family: Tahoma;
|
||||
font-size: 12px;
|
||||
color: #000000;
|
||||
}
|
||||
.dhtmlxribbon_dhx_web .dhxrb_label_checkbox {
|
||||
float: left;
|
||||
margin: 2px 4px;
|
||||
cursor: default;
|
||||
font-family: Tahoma;
|
||||
font-size: 12px;
|
||||
color: #000000;
|
||||
}
|
||||
.dhtmlxribbon_dhx_web .dhxrb_disable_text_style,
|
||||
.dhtmlxribbon_dhx_web .dhxrb_item_disable .dhxrb_label_checkbox {
|
||||
color: #999999 !important;
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-o-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.dhtmlxribbon_dhx_web .dhxrb_highlight0 {
|
||||
border: 1px solid #85d3ff;
|
||||
background-color: #85d3ff;
|
||||
color: #000000;
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-o-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.dhtmlxribbon_dhx_web .dhxrb_highlight1 {
|
||||
border: 1px solid #74c1ec;
|
||||
background-color: #74c1ec;
|
||||
color: #000000;
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-o-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.dhtmlxribbon_dhx_web .dhxrb_item_hide {
|
||||
display: none !important;
|
||||
}
|
||||
.dhtmlxribbon_dhx_web .dhxrb_block_rows {
|
||||
float: left;
|
||||
}
|
||||
.dhtmlxribbon_dhx_web .dhxrb_block_row {
|
||||
float: left;
|
||||
clear: left;
|
||||
margin: 0px 2px;
|
||||
height: 28px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
.dhtmlxribbon_dhx_web .dhxrb_arrow {
|
||||
padding: 0px 5px;
|
||||
margin-left: 2px;
|
||||
background: url("../imgs/dhxribbon_web/dhxribbon_arrow.gif") no-repeat 50%;
|
||||
}
|
||||
.dhtmlxribbon_dhx_web .dhxrb_3rows_block .dhxrb_group {
|
||||
border: 1px solid #e7e7e7;
|
||||
background-color: #efefef;
|
||||
height: 24px;
|
||||
float: left;
|
||||
clear: left;
|
||||
margin: 1px 3px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
.dhtmlxribbon_dhx_web .dhxrb_block_row .dhxrb_group {
|
||||
border: 1px solid #e7e7e7;
|
||||
background-color: #efefef;
|
||||
height: 24px;
|
||||
float: left;
|
||||
margin: 1px 3px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
.dhtmlxribbon_dhx_web .dhxrb_in_group .dhxrb_label_hide {
|
||||
display: none;
|
||||
}
|
||||
.dhtmlxribbon_dhx_web .dhxrb_separator_groupp {
|
||||
height: 24px;
|
||||
width: 0;
|
||||
border-left: 1px solid #dddddd;
|
||||
overflow: hidden;
|
||||
float: left;
|
||||
}
|
||||
.dhtmlxribbon_dhx_web .dhxrb_checkbox {
|
||||
border: 1px solid #e7e7e7;
|
||||
background-color: #ffffff;
|
||||
float: left;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
margin-top: 2px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.dhtmlxribbon_dhx_web .dhxrb_checked .dhxrb_checkbox {
|
||||
background-image: url("../imgs/dhxribbon_web/dhxribbon_checked.gif");
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
.dhtmlxribbon_dhx_web .dhxrb_checked.dhxrb_item_disable>.dhxrb_checkbox {
|
||||
background-image: url("../imgs/dhxribbon_web/dhxribbon_checked_dis.gif");
|
||||
}
|
||||
.dhtmlxribbon_dhx_web .dhxrb_item_disable .dhxrb_checkbox {
|
||||
background-color: #e6e6e6;
|
||||
border: 1px solid #999999;
|
||||
}
|
||||
.dhtmlxribbon_dhx_web .dhxrb_item_text {
|
||||
font-family: Tahoma;
|
||||
font-size: 12px;
|
||||
color: #000000;
|
||||
}
|
||||
.dhtmlxribbon_dhx_web .dhxrb_in_group .dhxrb_item_text {
|
||||
height: 19px;
|
||||
line-height: 18px;
|
||||
*float: left;
|
||||
*clear: left;
|
||||
}
|
||||
.dhtmlxribbon_dhx_web .dhxrb_3rows_button .dhxrb_item_text,
|
||||
.dhtmlxribbon_dhx_web .dhxrb_in_row .dhxrb_item_text {
|
||||
font-family: Tahoma;
|
||||
font-size: 14px;
|
||||
color: #000000;
|
||||
}
|
||||
.dhtmlxribbon_dhx_web .dhxrb_big_button .dhxrb_item_text {
|
||||
font-family: Tahoma;
|
||||
font-size: 30px;
|
||||
color: #000000;
|
||||
line-height: 72px;
|
||||
height: 72px;
|
||||
float: left;
|
||||
clear: left;
|
||||
}
|
||||
@ -0,0 +1,439 @@
|
||||
/*
|
||||
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;
|
||||
}
|
||||
}
|
||||
.dhtmlxribbon_material {
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
}
|
||||
.dhtmlxribbon_material.dhxrb_without_tabbar {
|
||||
background-color: #fafafa;
|
||||
border: 1px solid #dfdfdf;
|
||||
}
|
||||
.dhtmlxribbon_material .dhxrb_background_area {
|
||||
height: 126px;
|
||||
background-color: #fafafa;
|
||||
margin: 1px;
|
||||
}
|
||||
.dhtmlxribbon_material .dhxrb_with_tabbar {
|
||||
height: 171px;
|
||||
}
|
||||
.dhtmlxribbon_material div.dhx_cell_tabbar {
|
||||
background-color: #fafafa;
|
||||
}
|
||||
.dhtmlxribbon_material .dhxrb_g_area {
|
||||
height: 124px;
|
||||
float: left;
|
||||
clear: left;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
.dhtmlxribbon_material .dhxrb_block_base {
|
||||
margin: 3px 0px 3px 3px;
|
||||
float: left;
|
||||
border: 1px solid #dfdfdf;
|
||||
background-color: #fafafa;
|
||||
height: 118px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
.dhtmlxribbon_material .dhxrb_block_base .dhxrb_block_items {
|
||||
height: 95px;
|
||||
float: left;
|
||||
padding: 2px 0px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.dhtmlxribbon_material .dhxrb_block_base>.dhxrb_block_label {
|
||||
height: 19px;
|
||||
line-height: 18px;
|
||||
*height: auto;
|
||||
*line-height: 1em;
|
||||
}
|
||||
.dhtmlxribbon_material .dhxrb_block_base .dhxrb_block_label {
|
||||
text-align: center;
|
||||
clear: left;
|
||||
background-color: #ebebeb;
|
||||
*font-size: 12px;
|
||||
*padding: 1px 3px 3px;
|
||||
*font-family: Arial;
|
||||
font-size: 14px;
|
||||
font-family: Roboto, Arial, Helvetica;
|
||||
color: #404040;
|
||||
}
|
||||
.dhtmlxribbon_material .dhxrb_big_button {
|
||||
margin: 1px 3px;
|
||||
float: left;
|
||||
text-align: center;
|
||||
padding: 4px 10px;
|
||||
height: 82px;
|
||||
border: 1px solid #fafafa;
|
||||
background-color: #fafafa;
|
||||
font-size: 14px;
|
||||
font-family: Roboto, Arial, Helvetica;
|
||||
color: #404040;
|
||||
}
|
||||
.dhtmlxribbon_material .dhxrb_big_button .dhxrb_image {
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
border: none;
|
||||
}
|
||||
.dhtmlxribbon_material .dhxrb_big_button i {
|
||||
position: relative;
|
||||
display: block;
|
||||
margin-top: 2px;
|
||||
margin-bottom: 2px;
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
line-height: 47px;
|
||||
font-size: 30px;
|
||||
color: inherit;
|
||||
cursor: default;
|
||||
text-align: center;
|
||||
}
|
||||
.dhtmlxribbon_material .dhxrb_big_button .dhxrb_label_button {
|
||||
margin: 0px auto;
|
||||
cursor: default;
|
||||
line-height: 14px;
|
||||
font-size: 14px;
|
||||
font-family: Roboto, Arial, Helvetica;
|
||||
color: #404040;
|
||||
}
|
||||
.dhtmlxribbon_material .dhxrb_big_button .dhxrb_invisible {
|
||||
visibility: hidden;
|
||||
}
|
||||
.dhtmlxribbon_material .dhxrb_3rows_block {
|
||||
float: left;
|
||||
margin: 0px 3px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
.dhtmlxribbon_material .dhxrb_3rows_block .dhxrb_invisible {
|
||||
display: none;
|
||||
}
|
||||
.dhtmlxribbon_material .dhxrb_3rows_button {
|
||||
height: 25px;
|
||||
margin: 1px 0px;
|
||||
float: left;
|
||||
clear: left;
|
||||
padding: 1px 8px;
|
||||
border: 1px solid #fafafa;
|
||||
background-color: #fafafa;
|
||||
font-size: 14px;
|
||||
font-family: Roboto, Arial, Helvetica;
|
||||
color: #404040;
|
||||
}
|
||||
.dhtmlxribbon_material .dhxrb_in_row {
|
||||
height: 22px;
|
||||
margin: 1px 0px;
|
||||
float: left;
|
||||
padding: 1px 8px;
|
||||
white-space: nowrap;
|
||||
border: 1px solid #fafafa;
|
||||
background-color: #fafafa;
|
||||
font-size: 14px;
|
||||
font-family: Roboto, Arial, Helvetica;
|
||||
color: #404040;
|
||||
}
|
||||
.dhtmlxribbon_material .dhxrb_group .dhxrb_buttoncombo_cont {
|
||||
height: 20px;
|
||||
}
|
||||
.dhtmlxribbon_material .dhxrb_buttoncombo_cont {
|
||||
height: 24px;
|
||||
padding: 0px 2px !important;
|
||||
}
|
||||
.dhtmlxribbon_material .dhxrb_buttoncombo {
|
||||
float: left;
|
||||
}
|
||||
.dhtmlxribbon_material .dhxrb_in_row .dhxrb_slider,
|
||||
.dhtmlxribbon_material .dhxrb_3rows_button .dhxrb_slider {
|
||||
float: left;
|
||||
margin-right: 5px;
|
||||
}
|
||||
.dhtmlxribbon_material .dhxrb_in_row center,
|
||||
.dhtmlxribbon_material .dhxrb_in_group center,
|
||||
.dhtmlxribbon_material .dhxrb_3rows_button center {
|
||||
float: left;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
.dhtmlxribbon_material .dhxrb_in_group .dhxrb_slider {
|
||||
float: left;
|
||||
margin-right: 5px;
|
||||
}
|
||||
.dhtmlxribbon_material .dhxrb_big_button .dhxrb_slider {
|
||||
width: 16px;
|
||||
margin: 2px 0px;
|
||||
height: 50px;
|
||||
}
|
||||
.dhtmlxribbon_material .dhxrb_in_group {
|
||||
height: 23px;
|
||||
float: left;
|
||||
padding: 1px 4px;
|
||||
border: 1px solid #ebebeb;
|
||||
}
|
||||
.dhtmlxribbon_material .dhxrb_input {
|
||||
float: left;
|
||||
border: 1px solid #dfdfdf;
|
||||
background-color: #ffffff;
|
||||
height: 18px;
|
||||
width: 80px;
|
||||
padding: 1px 2px;
|
||||
font-size: 14px;
|
||||
font-family: Roboto, Arial, Helvetica;
|
||||
color: #404040;
|
||||
}
|
||||
.dhtmlxribbon_material .dhxrb_input:disabled {
|
||||
color: #a6a6a6;
|
||||
}
|
||||
.dhtmlxribbon_material div.dhxcombo_material {
|
||||
height: 24px;
|
||||
line-height: 24px;
|
||||
}
|
||||
.dhtmlxribbon_material div.dhxcombo_material input.dhxcombo_input {
|
||||
float: left;
|
||||
height: 24px;
|
||||
width: 80px;
|
||||
padding: 0px 2px;
|
||||
line-height: 24px;
|
||||
font-size: 14px;
|
||||
font-family: Roboto, Arial, Helvetica;
|
||||
color: #404040;
|
||||
}
|
||||
.dhtmlxribbon_material .dhxrb_in_group .dhxrb_input {
|
||||
height: 16px;
|
||||
padding: 1px 1px;
|
||||
line-height: 16px;
|
||||
}
|
||||
.dhtmlxribbon_material .dhxrb_in_group div.dhxcombo_material {
|
||||
height: 20px;
|
||||
line-height: 20px;
|
||||
}
|
||||
.dhtmlxribbon_material .dhxrb_in_group div.dhxcombo_material input.dhxcombo_input {
|
||||
height: 20px;
|
||||
line-height: 20px;
|
||||
}
|
||||
.dhtmlxribbon_material .dhxrb_in_group div.dhxcombo_material div.dhxcombo_select_button {
|
||||
top: 0px;
|
||||
}
|
||||
.dhtmlxribbon_material div.dhxcombo_material div.dhxcombo_select_button {
|
||||
top: 2px;
|
||||
}
|
||||
.dhtmlxribbon_material .dhxrb_3rows_button .dhxrb_image,
|
||||
.dhtmlxribbon_material .dhxrb_in_row .dhxrb_image,
|
||||
.dhtmlxribbon_material .dhxrb_in_group .dhxrb_image {
|
||||
margin: 3px 0px;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
float: left;
|
||||
}
|
||||
.dhtmlxribbon_material .dhxrb_3rows_button i,
|
||||
.dhtmlxribbon_material .dhxrb_in_row i,
|
||||
.dhtmlxribbon_material .dhxrb_in_group i {
|
||||
position: relative;
|
||||
float: left;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
line-height: 17px;
|
||||
font-size: 15px;
|
||||
margin-top: 3px;
|
||||
color: inherit;
|
||||
cursor: default;
|
||||
text-align: center;
|
||||
}
|
||||
.dhtmlxribbon_material .dhxrb_item_disable i {
|
||||
color: #a6a6a6;
|
||||
}
|
||||
.dhtmlxribbon_material .dhxrb_3rows_button .dhxrb_label_button,
|
||||
.dhtmlxribbon_material .dhxrb_in_row .dhxrb_label_button,
|
||||
.dhtmlxribbon_material .dhxrb_in_group .dhxrb_label_button {
|
||||
float: left;
|
||||
cursor: default;
|
||||
font-size: 14px;
|
||||
font-family: Roboto, Arial, Helvetica;
|
||||
color: #404040;
|
||||
}
|
||||
.dhtmlxribbon_material .dhxrb_3rows_button .dhxrb_label_button,
|
||||
.dhtmlxribbon_material .dhxrb_in_row .dhxrb_label_button {
|
||||
margin: 1px 0px 1px 6px;
|
||||
line-height: 22px;
|
||||
}
|
||||
.dhtmlxribbon_material .dhxrb_in_group .dhxrb_label_button {
|
||||
margin: 1px;
|
||||
line-height: 22px;
|
||||
}
|
||||
.dhtmlxribbon_material .dhxrb_label_checkbox {
|
||||
float: left;
|
||||
margin: 0px 4px;
|
||||
cursor: default;
|
||||
line-height: 21px;
|
||||
font-size: 14px;
|
||||
font-family: Roboto, Arial, Helvetica;
|
||||
color: #404040;
|
||||
}
|
||||
.dhtmlxribbon_material .dhxrb_group .dhxrb_label_checkbox {
|
||||
line-height: 19px;
|
||||
}
|
||||
.dhtmlxribbon_material .dhxrb_disable_text_style,
|
||||
.dhtmlxribbon_material .dhxrb_item_disable .dhxrb_label_checkbox {
|
||||
color: #a6a6a6 !important;
|
||||
}
|
||||
.dhtmlxribbon_material .dhxrb_highlight0 {
|
||||
background-color: #ebebeb;
|
||||
border-color: #ebebeb;
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
-o-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.dhtmlxribbon_material .dhxrb_highlight1 {
|
||||
background-color: #dcdcdc;
|
||||
border-color: #d2d2d2;
|
||||
box-shadow: 0 0 4px rgba(127,127,127,0.2) inset;
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
-o-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.dhtmlxribbon_material .dhxrb_item_hide {
|
||||
display: none !important;
|
||||
}
|
||||
.dhtmlxribbon_material .dhxrb_block_rows {
|
||||
float: left;
|
||||
margin: 0px 3px;
|
||||
}
|
||||
.dhtmlxribbon_material .dhxrb_block_row {
|
||||
float: left;
|
||||
clear: left;
|
||||
height: 28px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
.dhtmlxribbon_material .dhxrb_arrow {
|
||||
padding: 0px 5px;
|
||||
margin-left: 2px;
|
||||
background: url("../imgs/dhxribbon_material/dhxribbon_arrow.gif") no-repeat 50%;
|
||||
}
|
||||
.dhtmlxribbon_material .dhxrb_item_disable .dhxrb_arrow {
|
||||
opacity: 0.4;
|
||||
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
|
||||
}
|
||||
.dhtmlxribbon_material .dhxrb_3rows_block .dhxrb_group {
|
||||
border: 1px solid #dcdcdc;
|
||||
background-color: #ebebeb;
|
||||
height: 26px;
|
||||
float: left;
|
||||
clear: left;
|
||||
margin: 1px 0px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
.dhtmlxribbon_material .dhxrb_block_row .dhxrb_group {
|
||||
border: 1px solid #dfdfdf;
|
||||
background-color: #fafafa;
|
||||
height: 24px;
|
||||
float: left;
|
||||
margin: 1px 0px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
.dhtmlxribbon_material .dhxrb_in_group .dhxrb_label_hide {
|
||||
display: none;
|
||||
}
|
||||
.dhtmlxribbon_material .dhxrb_separator_groupp {
|
||||
height: 27px;
|
||||
width: 0;
|
||||
border-left: 1px solid #dcdcdc;
|
||||
overflow: hidden;
|
||||
float: left;
|
||||
}
|
||||
.dhtmlxribbon_material .dhxrb_checkbox {
|
||||
border: 1px solid #dfdfdf;
|
||||
background-color: white;
|
||||
float: left;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
margin-top: 4px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.dhtmlxribbon_material .dhxrb_in_group .dhxrb_checkbox {
|
||||
margin-top: 3px;
|
||||
}
|
||||
.dhtmlxribbon_material .dhxrb_checked .dhxrb_checkbox {
|
||||
background-image: url("../imgs/dhxribbon_material/dhxribbon_checked.gif");
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
.dhtmlxribbon_material .dhxrb_checked.dhxrb_item_disable>.dhxrb_checkbox {
|
||||
background-image: url("../imgs/dhxribbon_material/dhxribbon_checked_dis.gif");
|
||||
}
|
||||
.dhtmlxribbon_material .dhxrb_item_disable .dhxrb_checkbox {
|
||||
background-color: #fafafa;
|
||||
}
|
||||
.dhtmlxribbon_material .dhxrb_item_text {
|
||||
font-size: 14px;
|
||||
font-family: Roboto, Arial, Helvetica;
|
||||
color: #404040;
|
||||
}
|
||||
.dhtmlxribbon_material .dhxrb_in_group .dhxrb_item_text {
|
||||
height: 20px;
|
||||
line-height: 19px;
|
||||
*float: left;
|
||||
*clear: left;
|
||||
}
|
||||
.dhtmlxribbon_material .dhxrb_3rows_button .dhxrb_item_text,
|
||||
.dhtmlxribbon_material .dhxrb_in_row .dhxrb_item_text {
|
||||
font-size: 14px;
|
||||
font-family: Roboto, Arial, Helvetica;
|
||||
color: #404040;
|
||||
}
|
||||
.dhtmlxribbon_material .dhxrb_big_button .dhxrb_item_text {
|
||||
line-height: 82px;
|
||||
height: 82px;
|
||||
float: left;
|
||||
clear: left;
|
||||
font-size: 14px;
|
||||
font-family: Roboto, Arial, Helvetica;
|
||||
color: #404040;
|
||||
}
|
||||
.dhtmlxribbon_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