Initial Commit Update Telerik

This commit is contained in:
2022-01-07 19:26:33 +01:00
commit 57e1cda236
2174 changed files with 1202494 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 934 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 312 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 275 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 537 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 355 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 228 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 747 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 510 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 348 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 400 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 637 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 185 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 261 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 259 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 250 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 250 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 236 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 258 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 283 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 183 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 300 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 272 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 250 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 388 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 655 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 372 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1003 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 330 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 495 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 642 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 173 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 402 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 331 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 195 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 345 B

View File

@@ -0,0 +1,159 @@
.jsml_textbox input,.jsml_textbox textarea,button.jsml_button,.jsml_dropdown select,fieldset
{
color: windowtext;
font-family:"Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
font-size:11px;
}
.jsml_textbox input,.jsml_textbox textarea
{
line-height:14px;
}
.jsml_button
{
color: windowtext;
font-family: Tahoma, Verdana, Arial, sans-serif;
font-size: 11px;
}
.jsml_label, .menuitemlabel
{
color: windowtext;
font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
font-size: 11px;
}
.jsml_dialogskin .jsml_label
{
color: windowtext;
font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
font-size: 12px;
}
/* default skin */
.tbcontrol , .splitbtnsplit , .dropdownsplit , .menuitem , .menuitemimage
{
border-color:transparent;
}
IE6 .tbcontrol ,IE6 .splitbtnsplit ,IE6 .dropdownsplit ,IE6 .menuitem ,IE6 .menuitemimage
{
border-color:#fedcba;
filter:chroma(color=#fedcba);
}
.floatmenu
{
background-color:#E9EEEE!important;
background-image:url(images/menuleft.gif);
}
.menuitem , .imagebutton , .panelbutton
{
border-width:1px;
border-style:solid;
background-color:transparent;
}
.menuitem .menuitemimage
{
background-color:transparent;
}
.menuitem
{
-o-border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}
.menuitem .menuitemimage
{
-o-border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}
/* checked */
.menuitem_checked .menuitemimage
{
background-color:#eeddcc;
}
.imagebutton_checked , .panelbutton_checked
{
border-color:#999999;
background-image:url(images/tbcontrol_checked.png);
}
/* hovered */
.menuitem_hovered , .imagebutton_hovered , .panelbutton_hovered
{
border-color:#FFBD69;
background-color:#FFE7A2;
/*background-image:url(images/tbcontrol_hovered.png);
background-repeat:repeat-x;*/
}
/* clicked */
.menuitem_clicked , .imagebutton_clicked , .panelbutton_clicked
{
border-color:#ABC1DE;
background-color:#FFC450;
/*background-image:url(images/tbcontrol_clicked.png);
background-repeat:repeat-x;*/
}
/* disabled */
.tbcontrol_disabled
{
opacity:0.5;
font-style:inherit!important;
color:Gray!important;
}
.tbcontrol_disabled *
{
font-style:inherit!important;
color:Gray!important;
}
/* other */
.dialogbutton
{
color:rgba(0,0,0,0.9);
text-shadow:1px 1px 0px rgba(255,255,255,0.8);
border-radius:2px;
cursor:pointer;
border:solid 1px #707070;
padding:0;
background-image:url(images/formbn.gif);
background-repeat:repeat-x;
background-color:#efefef;
font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
font-size: 11px;
}
.rtelinktreegroup
{
padding:2px 0;
font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
font-size: 11px;
}
.rtelinktreeitem
{
cursor:pointer;
text-decoration:underline;
font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
font-size: 11px;
padding:2px 0;
}

View File

@@ -0,0 +1,20 @@

View File

@@ -0,0 +1,71 @@
body
{
margin:3px;
}
body,table
{
font:normal 12px Arial;
}
p,div
{
font:inherits;
}
.printpagebreak
{
height:5px;
border-bottom:dotted 1px #999999!important;
border-top:dotted 1px #999999!important;
clear: both !important;
page-break-after: always;
background-image:url(images/pagebreak.gif)!important;
background-position: 50% 50%; background-repeat: no-repeat no-repeat !important;
}
.printpagebreak:before
{
}
body.dragcontrol,body.dragcontrol *
{
cursor:default!important;
}
body.dragcontrol .dragcontrol
{
background-color:#eeeeee;
opacity:0.5;
alpha(opacity=50);
}
body.designborder div.rtelayer
{
border:2px solid #0099ff;
}
body.designborder form
{
border:1px dotted #ff0000;
}
body.designborder table
{
border:dotted 1px #7F7C75;
}
body.designborder tr
{
min-height:10px;
}
body.designborder td
{
border:dotted 1px #7F7C75;
}
/*fix opera*/
body > br:first-child { display:none; }

View File

@@ -0,0 +1,14 @@
body
{
margin:1px;
}
body,table
{
font:normal 12px Arial;
}
p,div
{
font:inherits;
}