I have created a custom skin for my Editor. It works as expected except for one item. When a page loads with the editor on it I get an error thrown (through Elmah) :
System.Web.HttpException: This is an invalid webresource request
Here is the editor code:
System.Web.HttpException: This is an invalid webresource request
Here is the editor code:
<
telerik:RadEditor ID="RadTextBoxMessageP" OnClientLoad="OnClientLoad" Runat=server Skin="DWDS" EnableEmbeddedSkins="false" ToolsFile="/ToolsFileLimited.xml" />
I also have the following declared:
<
link href="/Skins/DWDS/Editor.DWDS.css" rel="stylesheet" type="text/css" />
<
script type="text/javascript">
function
OnClientLoad(editor, args)
{
var style = editor.get_ContentArea().style;
style.backgroundImage =
"none";
}
</
script>
Any ideas of why I am getting this error? I have done skins for several other controls and haven't had a probelm with them.
Thanks
3 Answers, 1 is accepted
0
Hi Brent,
My suggestion is to install Fiddler on your computer, run it, load the editor with your custom skin in the browser and see in Fiddler which resource is not accessible.
If you are not able to solve the issue, please open a support ticket and send a sample runnable project along with your skin files that demonstrates the problem. I will examine it and see what is causing the problem.
Kind regards,
Rumen
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
My suggestion is to install Fiddler on your computer, run it, load the editor with your custom skin in the browser and see in Fiddler which resource is not accessible.
If you are not able to solve the issue, please open a support ticket and send a sample runnable project along with your skin files that demonstrates the problem. I will examine it and see what is causing the problem.
Kind regards,
Rumen
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0
Curt
Top achievements
Rank 1
answered on 13 Feb 2008, 04:15 PM
I have installed riddler and will attach the response. I am not sure what I should be looking for. Am I wrong in assuming that there shouldn't be a call to the webresource.axd if I am using my own skins?
Here is the style sheet:
Please let me know if you need any additional information.
Thanks
| GET /WebResource.axd?d=pPIlQcqTxdZ40txh3GFoCz1mjLUm2ooNZ5vh62rTztNM-D1eccAKBYIu7SocQTECUiK310KqUCjTJdfdpAtjCQ2&t=633359238720000000 HTTP/1.1 |
| Accept: */* |
| Referer: http://10.0.0.10:8080/Projects/Support.aspx |
| Accept-Language: en-us |
| UA-CPU: x86 |
| Accept-Encoding: gzip, deflate |
| User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 1.1.4322; .NET CLR 3.0.04506.648) |
| Proxy-Connection: Keep-Alive |
| Host: 10.0.0.10:8080 |
| Cookie: comment=name=foo&email=foo@dfoo.com&url=http://10.0.0.10&country=us; __utma=224830234.1507859699.1201712827.1202868743.1202917355.29; __utmz=224830234.1201712827.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); RadEditorGlobalSerializeCookie=[NewNameAreaModules]-[['Statistics',true,'BottomNewNameArea',2]]#[NewNameAreaToolbars]-[['Toolbar%200',true,'TopNewNameArea',0]]#[ctl00_cphBody_RadEditor2Modules]-[['Statistics',true,'Bottomctl00_cphBody_RadEditor2',2]]#[ctl00_cphBody_RadEditor2Toolbars]-[['Toolbar%200',true,'Topctl00_cphBody_RadEditor2',0]]#[ctl00_cphBody_txtDescModules]-[['Statistics',true,'Bottomctl00_cphBody_txtDesc',2]]#[ctl00_cphBody_txtDescToolbars]-[['Toolbar%200',true,'Topctl00_cphBody_txtDesc',0]]#[ctl00_cphBody_RadEditor1Modules]-[['Statistics',true,'Bottomctl00_cphBody_RadEditor1',2]]#[ctl00_cphBody_RadEditor1Toolbars]-[['Toolbar%200',true,'Topctl00_cphBody_RadEditor1',0]]#[ctl00_cphBody_RadGrid1_ctl01_ctl05_gridEditor1NotesModules]-[['Statistics',true,'Bottomctl00_cphBody_RadGrid1_ctl01_ctl05_gridEditor1Notes']]#[ctl00_cphBody_RadGrid1_ctl01_ctl05_gridEditor1NotesToolbars]-[]#; rating=454ccc28-73f1-4da8-b273-6f397f05a29a; __utmc=224830234; ASP.NET_SessionId=uwkion3rqphr0pnnmsrnfg55; .ASPXFROMSAUTH=1A29F4570FA172355B24B627DB3C0360057AC2F527C715791350686746EB9414DBCC367C200B38AFC0C37AF7D038FC51FECFA70378092C02A7456CA111A9A5D81513582C86CD4ACADE4B2DF723820A1DE7EF2902A8A416B84C2BFE5342BE9F6E942C42317E98C3392567EF61743897A4; __utmb=224830234 |
| HTTP/1.1 404 Not Found |
| Server: Microsoft-IIS/5.1 |
| Date: Wed, 13 Feb 2008 15:53:44 GMT |
| X-Powered-By: ASP.NET |
| X-AspNet-Version: 2.0.50727 |
| Cache-Control: private |
| Content-Type: text/html; charset=utf-8 |
| Content-Length: 2101 |
| <html> |
| <head> |
| <title>The resource cannot be found.</title> |
| <style> |
| body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;} |
| p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px} |
| b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px} |
| H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red } |
| H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon } |
| pre {font-family:"Lucida Console";font-size: .9em} |
| .marker {font-weight: bold; color: black;text-decoration: none;} |
| .version {color: gray;} |
| .error {margin-bottom: 10px;} |
| .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; } |
| </style> |
| </head> |
| <body bgcolor="white"> |
| <span><H1>Server Error in '/' Application.<hr width=100% size=1 color=silver></H1> |
| <h2> <i>The resource cannot be found.</i> </h2></span> |
| <font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "> |
| <b> Description: </b>HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly. |
| <br><br> |
| <b> Requested URL: </b>/webresource.axd<br><br> |
| <hr width=100% size=1 color=silver> |
| <b>Version Information:</b> Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433 |
| </font> |
| </body> |
| </html> |
| <!-- |
| [HttpException]: This is an invalid webresource request. |
| at System.Web.Handlers.AssemblyResourceLoader.System.Web.IHttpHandler.ProcessRequest(HttpContext context) |
| at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() |
| at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) |
| --> |
Here is the style sheet:
| /* =========================== button with text begin ============================== */ |
| .rade_toolbar.DWDS li .rade_tool_text span |
| { |
| background-image: url('Editor/CommandSprites.gif'); |
| background-repeat: no-repeat; |
| width: 25px; |
| height: 23px; |
| line-height: 23px; |
| /*float: left; |
| cursor: default;*/ |
| } |
| .rade_toolbar.DWDS li .rade_tool_text |
| { |
| /*display: block;*/ |
| /*_display: inline; IE6 double margins fix */ |
| /*float: left;*/ |
| height: 23px; |
| /*cursor: default;*/ |
| margin: 3px 1px 1px 1px; |
| color: white; |
| /*text-decoration: none;*/ |
| font: normal 11px Arial, Verdana, Sans-serif; |
| } |
| .rade_toolbar.DWDS li .rade_tool_text:hover, |
| .rade_toolbar.DWDS li .rade_tool_text.rade_tool_selected |
| { |
| border: solid 1px black; |
| margin: 2px 0 0 0; |
| background: url('Editor/ToolBarSprites.gif') repeat-x 0 -142px; |
| } |
| .rade_toolbar.DWDS li .rade_tool_text:hover, |
| .rade_toolbar.DWDS li .rade_tool_text.rade_tool_selected |
| { |
| _border: 0 !important; |
| } |
| .rade_toolbar.DWDS li .rade_tool_text.rade_tool_selected |
| { |
| background-position: 0 -329px; |
| } |
| .rade_toolbar.DWDS li .rade_tool_text .rade_button_text |
| { |
| /*background-image: none;*/ |
| /*width: auto;*/ |
| padding-right: 4px; |
| color: white; |
| } |
| /* =========================== button with text end ============================== */ |
| /* This color must coincide with back color defined in .rade_wrapper */ |
| .DWDS.rade_toolbarWrapper |
| { |
| background-color:#515151 !important; |
| /*float:left;*/ |
| /*height:auto;*/ |
| } |
| .DWDS.rade_toolZone .rade_toolbarWrapper |
| { |
| background:transparent; |
| float:none; |
| clear:both; |
| } |
| /* ============== rade_textarea =============================================*/ |
| .rade_textarea |
| { |
| border: #808080 1px solid; |
| font:normal 11px Tahoma; |
| background-color: white; |
| color: #000080; |
| } |
| /* SpinBox */ |
| /*.DWDS.rade_SpinBox |
| { |
| float: left; |
| height: auto; |
| }*/ |
| .DWDS.rade_SpinBox li |
| { |
| /*float: none;*/ |
| /*clear: both;*/ |
| line-height: 11px; |
| margin: 0 0 1px 1px; |
| } |
| .DWDS.rade_SpinBox input |
| { |
| /*display: block;*/ |
| /*float: left;*/ |
| /*text-align: right;*/ |
| border: solid 1px #fff; |
| height: 19px; line-height: 19px; |
| background: white; |
| } |
| .DWDS.rade_SpinBox label |
| { |
| /*display: block;*/ |
| /*float: left;*/ |
| width: 100px; |
| line-height: 24px; |
| } |
| /*.DWDS.rade_SpinBox ul |
| { |
| background: none; |
| float: left; |
| padding: 0; margin: 0; |
| list-style:none; |
| }*/ |
| .DWDS.rade_SpinBox a |
| { |
| /*display: block;*/ |
| /*float: left;*/ |
| border: solid 1px #ccc; |
| text-align: center; |
| font: bold 10px Arial, Verdana, Sans-serif; |
| color: #ccc; |
| /*cursor: default;*/ |
| /*text-decoration: none;*/ |
| } |
| .DWDS.rade_SpinBox a:hover |
| { |
| background: #e3e3e3; |
| border: solid 1px #e3e3e3; |
| color: #333; |
| } |
| .DWDS.rade_SpinBox a span |
| { |
| /*display: block;*/ |
| width: 9px; height: 9px; line-height: 9px; |
| } |
| /* End of SpinBox */ |
| /* =============== Work in progress ==== AjaxSpellCheck ===================== */ |
| .rade_AjaxSpellCheck, .rade_AjaxSpellCheck TD |
| { |
| padding:1px !important; |
| } |
| .rade_AjaxSpellCheckSeparator |
| { |
| padding:0px !important; |
| margin-top:2px !important; |
| line-height:4px !important; |
| font-size:2px !important; |
| height:3px !important; |
| border-bottom:1px solid #999999; |
| } |
| .rade_AjaxSpellCheckSuggestions TABLE |
| { |
| font-weight:bold !important; |
| /*width:100%;*/ |
| } |
| .rade_AjaxSpellCheckSuggestions TD |
| { |
| font-weight:bold !important; |
| /*width:100% !important;*/ |
| } |
| /* ======================= rade_AlignmentSelector =================================*/ |
| .DWDS.rade_AlignmentSelector |
| { |
| border: solid 1px #777; |
| /*float: left; */ |
| background: white; |
| } |
| /*.DWDS.rade_AlignmentSelector table, |
| .DWDS.rade_AlignmentSelector td |
| { |
| padding:0px !important; |
| text-align:center; |
| }*/ |
| /*.DWDS.rade_AlignmentSelector td |
| { |
| }*/ |
| .DWDS.rade_AlignmentSelector div |
| { |
| width: 18px; |
| height: 18px; |
| /*cursor: default;*/ |
| margin: 1px auto; |
| background-image: url('Editor/CommandSprites.gif'); |
| background-repeat: no-repeat; |
| } |
| .rade_NoAlignment |
| { |
| background-position: -2339px 0; |
| } |
| .rade_TopLeft |
| { |
| background-position: -2507px -10px; |
| } |
| .rade_TopCenter |
| { |
| background-position: -2537px -10px; |
| } |
| .rade_TopRight |
| { |
| background-position: -2567px -10px; |
| } |
| .rade_MiddleLeft |
| { |
| background-position: -2597px -10px; |
| } |
| .rade_MiddleCenter |
| { |
| background-position: -2627px -10px; |
| } |
| .rade_MiddleRight |
| { |
| background-position: -2657px -10px; |
| } |
| .rade_BottomLeft |
| { |
| background-position: -2687px -10px; |
| } |
| .rade_BottomCenter |
| { |
| background-position: -2717px -10px; |
| } |
| .rade_BottomRight |
| { |
| background-position: -2747px -10px; |
| } |
| /*==============================Editor wrapper=========================================*/ |
| .radeditor.DWDS.rade_wrapper |
| { |
| font: normal 11px Arial, Verdana, Sans-serif; |
| } |
| .rade_tlbVertical |
| { |
| width: 2px; font-size:1px; |
| } |
| .rade_tlbVertical, |
| .radeditor.DWDS.rade_wrapper table td.rade_toolZone |
| { |
| /**/ |
| } |
| .radeditor.DWDS.rade_wrapper table td.rade_contentCell |
| { |
| border: solid 1px black; |
| background: white; |
| } |
| /*============================== Rounded corners ===========================================*/ |
| .radeditor.DWDS.rade_wrapper |
| { |
| height:480px; |
| width:640px; |
| } |
| .radeditor.DWDS .rade_wrapper_corner |
| { |
| width: 5px; height: 5px; line-height: 5px; font-size:1px; |
| } |
| .radeditor.DWDS .rade_wrapper_center |
| { |
| height: 5px; line-height: 5px; font-size:1px; |
| } |
| .radeditor.DWDS .rade_wrapper_corner.rade_corner_top_left |
| { |
| background:url('Editor/CornersSprites.gif') 0 -26px no-repeat; |
| } |
| .radeditor.DWDS .rade_wrapper_corner.rade_corner_top_right |
| { |
| background:url('Editor/CornersSprites.gif') 100% -14px no-repeat; |
| } |
| .radeditor.DWDS .rade_wrapper_corner.rade_corner_bottom_left |
| { |
| background:url('Editor/CornersSprites.gif') 0 -65px no-repeat; |
| } |
| .radeditor.DWDS .rade_wrapper_corner.rade_corner_bottom_right |
| { |
| background:url('Editor/CornersSprites.gif') -6px -53px no-repeat; |
| } |
| .radeditor.DWDS .rade_wrapper_center.rade_center_top |
| { |
| background:url('Editor/CornersSprites.gif') 0 0 repeat-x; |
| } |
| .radeditor.DWDS .rade_wrapper_center.rade_center_bottom |
| { |
| background:url('Editor/CornersSprites.gif') 0 -99px repeat-x; |
| } |
| .radeditor.DWDS .rade_leftVerticalSide |
| { |
| background:url('Editor/VertSideSprites.gif') 0 0 repeat-y; |
| } |
| .radeditor.DWDS .rade_rightVerticalSide |
| { |
| background:url('Editor/VertSideSprites.gif') 100% 0 repeat-y; |
| } |
| .rade_center_top, |
| .rade_leftVerticalSide, |
| .rade_rightVerticalSide, |
| .rade_toolZone, |
| .rade_center_bottom |
| { |
| background-color: #515151 !important; |
| } |
| /*=============== Editor modules ====================================*/ |
| .rade_module |
| { |
| color: #ccc; |
| font: normal 11px Tahoma, sans-serif; |
| line-height:normal; |
| padding: 1px 5px; |
| border: 1px solid #242424; |
| background:#373737; |
| } |
| /*===== modules switcher =====*/ |
| .rade_module_visible_icon, |
| .rade_module_hidden_icon |
| { |
| width: 16px; |
| height: 16px; |
| /*display: block;*/ |
| /*float: left;*/ |
| background: transparent url('Editor/CommandSprites.gif') no-repeat; |
| /*border: 0 !important;*/ |
| margin: -2px 4px 0; |
| } |
| .rade_module_visible_icon |
| { |
| background-position: -2368px -2px; |
| } |
| .rade_module_hidden_icon |
| { |
| background-position: -2368px -24px; |
| } |
| /*===== built-in modules specific: DOM Paths =====*/ |
| a.rade_module_domlink |
| { |
| color:#ccc; |
| font: normal 11px Tahoma; |
| padding: 3px 6px 1px; |
| /*outline: 0;*/ |
| text-decoration: underline; |
| } |
| a.rade_module_domlink_selected |
| { |
| color:#333; |
| font: normal 11px Tahoma; |
| /*text-decoration: none;*/ |
| background-color:#eee; |
| border:1px solid #898989; |
| padding:0 5px; |
| } |
| /*=============== Editor resizer====================================*/ |
| .radeditor.DWDS .rade_resizeCell div |
| { |
| width:20px; |
| height:25px; |
| background:url('Editor/CornersSprites.gif') center -74px no-repeat; |
| } |
| /* ======================== Editor AJAX Spellcheck ====================================*/ |
| .rade_loading |
| { |
| width:30px; |
| background:url('Editor/LoadingSpell.gif') center center no-repeat; |
| float:left; |
| } |
| /* use it to style the <button>s and the text <label>s inside */ |
| .rade_ajaxspell_wrapper |
| { |
| border: 1px solid #515151 !important; |
| } |
| .rade_ajaxspell_wrapper td |
| { |
| line-height:20px; |
| } |
| .rade_ajaxspell_addicon, |
| .rade_ajaxspell_ignoreicon, |
| .rade_ajaxspell_okicon |
| { |
| width: 16px !important; |
| height: 16px; |
| /*float: left;*/ |
| border: 0; |
| margin: 2px 4px 0 0; |
| background:url('Editor/CommandSprites.gif') no-repeat; |
| } |
| .rade_ajaxspell_ignoreicon |
| { |
| background-position: -2407px -1px; |
| } |
| .rade_ajaxspell_okicon |
| { |
| background-position: -2433px -1px; |
| } |
| .rade_ajaxspell_addicon |
| { |
| background-position: -2463px -1px; |
| } |
| /* BUTTON IN the 'manual change' popup */ |
| button.rade_ajaxspell_okicon |
| { |
| /*float:none;*/ |
| width: 22px; |
| height: 22px; |
| } |
| .rade_ajaxspell_wrapper button |
| { |
| /*width: auto;*/ |
| } |
| /*============================== Editor modes ==============================================*/ |
| div.rade_editorModes |
| { |
| width: 100%; |
| position: relative; top: -1px; |
| } |
| .radeditor.DWDS .rade_editorModesCell |
| { |
| width:100px ; |
| } |
| div.rade_editorModes ul, |
| div.rade_editorModes ul li |
| { |
| /*padding: 0;*/ |
| /*margin: 0;*/ |
| /*list-style: none;*/ |
| /*float: left;*/ |
| } |
| div.rade_editorModes a |
| { |
| /*text-indent: -9999px;*/ |
| width: 27px; height: 23px; |
| margin: 1px; |
| margin-top: 0; |
| /*outline: none;*/ |
| } |
| div.rade_editorModes .rade_mode_selected |
| { |
| background-color: white; |
| border: solid 1px black; |
| border-top: 0; |
| margin: 0; |
| } |
| div.rade_editorModes a, |
| div.rade_editorModes a span |
| { |
| /*display: block;*/ |
| /*cursor: pointer;*/ |
| /*float: left;*/ |
| } |
| div.rade_editorModes a span |
| { |
| background-image: url('Editor/ModesSprites.gif'); |
| background-repeat: no-repeat; |
| background-color: transparent; |
| height: 16px; |
| width: 16px; |
| margin: 5px 0 0 6px; |
| /*display:inline; IE6 left margin fix*/ |
| } |
| div.rade_editorModes .rade_mode_design span, |
| div.rade_editorModes .rade_mode_selected.rade_mode_design span |
| { |
| background-position: 0 0; |
| } |
| div.rade_editorModes .rade_mode_html span, |
| div.rade_editorModes .rade_mode_selected.rade_mode_html span |
| { |
| background-position: -16px 0; |
| } |
| div.rade_editorModes .rade_mode_preview span, |
| div.rade_editorModes .rade_mode_selected.rade_mode_preview span |
| { |
| background-position: -32px 0; |
| } |
| /*===================== Editor css - TODO: Add skin specific prefixes!! ============================= */ |
| .DWDS.rade_dropDownBody |
| { |
| background:#fff none; |
| border: solid 1px #393838; |
| /*overflow: auto;*/ |
| /*overflow-x: hidden;*/ |
| -moz-border-radius: 0.3em; |
| border-radius: 0.3em; |
| -webkit-border-radius: 0.3; |
| scrollbar-face-color: #e9e9e9; |
| scrollbar-highlight-color: #ffffff; |
| scrollbar-shadow-color: #e9e9e9; |
| scrollbar-3dlight-color: #dbdbdb; |
| scrollbar-arrow-color: #787878; |
| scrollbar-track-color: #f5f5f5; |
| scrollbar-darkshadow-color: #aeaeae; |
| } |
| .DWDS.rade_dropDownBody, |
| .DWDS.rade_dropDownBody table /*quirks mode*/ |
| { |
| font:12px arial,verdana,sans-serif; |
| } |
| .DWDS.rade_dropDownBody .rade_toolbar, |
| .DWDS.rade_dropDownBody .rade_tlbVertical .rade_toolbar |
| { |
| /* height: auto;*/ |
| } |
| .DWDS.rade_dropDownBody a |
| { |
| background-image: none; |
| background-color: white; |
| border-bottom: solid 1px #aaaaaa; |
| margin: 0; |
| } |
| .DWDS.rade_dropDownBody a:hover |
| { |
| background-image: none; |
| background-color: #eaeaea; |
| border-bottom: solid 1px #aaaaaa; |
| } |
| .DWDS.rade_dropDownBody table |
| { |
| /*padding: 0;*/ |
| /*margin: 0;*/ |
| /*border: 0;*/ |
| } |
| .DWDS.rade_dropDownBody table td |
| { |
| padding:1px 2px; |
| border:1px solid #fff; |
| /*cursor:default;*/ |
| color:#000; |
| text-align:left; |
| } |
| .DWDS.rade_dropDownBody .rade_itemOver |
| { |
| border: solid 1px #8e8e8e; |
| background: #eaeaea; |
| color:#000; |
| } |
| /* DROPDOWNS */ |
| .DWDS.rade_ColorPicker |
| { |
| border: solid 1px #868686; |
| padding: 4px; |
| /*-moz-user-select: none;*/ |
| -moz-border-radius: 3px; |
| background: #fafafa; |
| } |
| .DWDS.rade_ColorPicker table |
| { |
| /*border-collapse: collapse;*/ |
| } |
| .DWDS.rade_ColorPicker table div |
| { |
| width: 11px; height: 11px; line-height: 11px; font-size: 1px; |
| border: solid 1px #c5c5c5; |
| } |
| .DWDS.rade_ColorPicker table td.rade_itemOver div |
| { |
| border-color:#000; |
| } |
| .DWDS.rade_ColorPicker table td |
| { |
| padding: 2px; |
| padding-bottom: 0; |
| padding-top: 0; |
| /*border:0;*/ |
| } |
| .DWDS.rade_dropDownBody.rade_ColorPicker table td.rade_itemOver |
| { |
| border: 0 !important; |
| background: transparent !important; |
| } |
| .DWDS.rade_ColorPicker .rade_ColorPickerFooter |
| { |
| margin:0 auto; |
| font: normal 11px Verdana, Arial, Sans-serif; |
| height: 22px; |
| height: 18px; |
| width: 166px; |
| padding:4px 0; |
| /*overflow:hidden; IE6*/ |
| } |
| .DWDS.rade_ColorPicker span |
| { |
| width: 82px; |
| /*display: block;*/ |
| /*text-align: center;*/ |
| /*float: left;*/ |
| height: 20px; |
| line-height: 18px; |
| /*cursor: default;*/ |
| border: solid 1px #c5c5c5; |
| } |
| .rade_ColorPicker .rade_ColorPickerFooter .rade_DarkColor |
| { |
| background: black; |
| color: white; |
| border-right:0; |
| } |
| .rade_ColorPicker .rade_ColorPickerFooter .rade_LightColor |
| { |
| background: white; |
| color: black; |
| border-left:0; |
| } |
| /* /DROPDOWNS: INSERT SYMBOL ELEMENT */ |
| .rade_InsertSymbol |
| { |
| background: #646464; |
| width: auto !important; |
| } |
| .DWDS.rade_InsertSymbol table |
| { |
| width: auto !important; |
| } |
| .DWDS.rade_InsertSymbol table td |
| { |
| /*text-align: center;*/ |
| /*vertical-align: middle;*/ |
| font: bold 11px Tahoma,"Lucida Grande",Verdana,Arial,Helvetica,sans-serif; |
| width: 18px !important; |
| height: 22px !important; |
| /*overflow: hidden;*/ |
| padding: 2px; |
| vertical-align: middle; |
| } |
| .DWDS.rade_InsertSymbol table td.rade_itemOver |
| { |
| color: #000; |
| } |
| /* /DROPDOWNS: INSERT TABLE ELEMENT */ |
| .DWDS.rade_InsertTable table |
| { |
| float: left; |
| background-color:#f9f9f9; |
| cursor:default; |
| width: 142px; |
| } |
| .DWDS.rade_InsertTable .DWDS table td |
| { |
| padding:0 !important; |
| border-color: #777; |
| } |
| .DWDS.rade_InsertTable .DWDS table td.rade_itemOver |
| { |
| border-color: #777; |
| } |
| .DWDS.rade_InsertTable td div |
| { |
| font-size:1px; |
| width:10px; |
| height: 10px; |
| margin:1px !important; |
| padding:0 !important; |
| } |
| .DWDS.rade_InsertTable .rade_tlbVertical li |
| { |
| float: left !important; |
| width: 23px; |
| margin: 0; |
| } |
| .DWDS.rade_InsertTable .rade_tlbVertical li a, |
| .DWDS.rade_InsertTable .rade_tlbVertical .DWDS.rade_toolbar a.rade_tool_disabled |
| { |
| background: none !important; |
| margin: 0 !important; |
| padding: 1px !important; |
| border: 0 !important; |
| /*outline: 0 !important;*/ |
| } |
| .DWDS.rade_InsertTable .rade_tlbVertical li a:hover |
| { |
| padding: 0 !important; |
| } |
| .DWDS.rade_InsertTable .rade_tlbVertical li a .rade_button_text |
| { |
| width: auto !important; |
| padding-left: 4px; |
| color: #ccc; |
| /*text-decoration: none;*/ |
| /*cursor: default;*/ |
| } |
| .DWDS.rade_InsertTable .rade_tlbVertical li a .rade_button_text:hover |
| { |
| color: #fff; |
| /*cursor: pointer !important;*/ |
| } |
| .DWDS.rade_InsertTable .rade_tlbVertical ul |
| { |
| /*float: left;*/ |
| /*clear: left;*/ |
| /*padding: 0;*/ |
| /*margin: 0;*/ |
| } |
| /* /DROPDOWNS: UNDO REDO ELEMENT */ |
| .rade_UndoRedo |
| { |
| border: solid 1px #8f8f8f; |
| background-color: white; |
| padding: 0; |
| } |
| .DWDS.rade_UndoRedo table |
| { |
| /*border-collapse: collapse;*/ |
| } |
| .DWDS.rade_UndoRedo table td, |
| .DWDS.rade_UndoRedo table td.rade_itemOver |
| { |
| /*border: 0 !important;*/ |
| /*margin: 0 !important;*/ |
| } |
| /* /DROPDOWNS: APPLY CLASS ELEMENT - TODO: MUST IMPLEMENT - Change the SPRITE PICTURE!!!!*/ |
| .DWDS.rade_ApplyClass table td |
| { |
| border: 1px solid #cacaca; |
| padding: 2px; |
| } |
| .rade_ApplyClass span |
| { |
| /*font-size: 1px;*/ |
| width: 12px; height: 13px; line-height: 13px; |
| /*display: block; */ |
| /*float: left;*/ |
| background-image: url('Editor/ApplyClassSprites.gif'); |
| background-repeat: no-repeat; |
| margin-right: 2px; |
| } |
| .rade_ApplyClass .rade_class_all |
| { |
| background-position: 0 -52px; |
| } |
| .rade_ApplyClass .rade_class_img |
| { |
| background-position: 0 -13px; |
| } |
| .rade_ApplyClass .rade_class_a |
| { |
| background-position: 0 -26px; |
| } |
| .rade_ApplyClass .rade_class_table |
| { |
| background-position: 0 -39px; |
| } |
| .rade_ApplyClass .rade_class_unknown |
| { |
| background-position: 0 0; |
| } |
| .rade_ApplyClass .rade_class_td |
| { |
| /*TODO*/ |
| } |
| /* DROPDOWNS: CUSTOM LINKS */ |
| ul.rade_CustomLinks, |
| ul.rade_CustomLinks ul |
| { |
| /*list-style: none;*/ |
| /*padding: 0; */ |
| /*margin: 0;*/ |
| font: normal 11px Verdana, Arial, Sans-serif; |
| color: #000; |
| /*cursor: default;*/ |
| background: none; |
| } |
| ul.rade_CustomLinks |
| { |
| margin: 0 2px; |
| } |
| .DWDS.rade_dropDownBody .rade_CustomLinks a |
| { |
| background:none transparent; |
| border: 1px solid #fff; |
| /*text-decoration: none;*/ |
| color: #000; |
| } |
| .DWDS.rade_dropDownBody .rade_CustomLinks a:hover |
| { |
| background: none #e9e9e9; |
| border:1px solid #8e8e8e; |
| color:#666; |
| /*cursor:pointer;*/ |
| } |
| ul.rade_CustomLinks ul |
| { |
| margin-left: 12px; |
| } |
| ul.rade_CustomLinks li |
| { |
| /*clear: both;*/ |
| padding: 1px 0; |
| /*text-align:left;*/ |
| } |
| ul.rade_CustomLinks span, |
| ul.rade_CustomLinks a |
| { |
| /*display: block;*/ |
| /*float: left; */ |
| padding-left:1px;padding-right:1px; |
| } |
| ul.rade_CustomLinks .rade_CustomLinksIcon |
| { |
| /*font-size: 1px;*/ |
| width: 9px; height: 9px; |
| padding: 0; |
| background-image: url('Editor/CustomLinksSprites.gif'); |
| background-repeat: no-repeat; |
| margin: 2px 4px 0 0; |
| } |
| ul.rade_CustomLinks .rade_CustomLinksIcon.rade_icon_plus |
| { |
| background-position: 0 0; |
| } |
| ul.rade_CustomLinks .rade_CustomLinksIcon.rade_icon_minus |
| { |
| background-position: -9px 0; |
| } |
| ul.rade_CustomLinks .rade_CustomLinksIcon.rade_icon_empty |
| { |
| background: none; |
| /*cursor: default;*/ |
| } |
| /* DROPDOWNS: CUSTOM LINKS */ |
| /* ================================================ Toolbar css ============================================== */ |
| .DWDS .rade_toolbar |
| { |
| height: 29px; |
| /*float: left;*/ |
| margin-right:-1px; |
| margin-bottom:2px; |
| } |
| /** html .radeditor{background-image: none !important}*/ |
| .DWDS .rade_tlbVertical |
| { |
| background-color:#646464; |
| } |
| /* orientation-specific css */ |
| .DWDS .rade_toolbar li |
| { |
| height:29px; |
| background: url('Editor/ToolBarSprites.gif') repeat-x 0 -242px; |
| } |
| /* orientation-specific css */ |
| .DWDS .rade_tlbVertical .rade_toolbar |
| { |
| /*height:auto;*/ |
| margin-bottom:0px; |
| } |
| .DWDS.rade_dropDownBody .rade_tlbVertical .rade_toolbar li |
| { |
| /*height:auto;*/ |
| background: none transparent; |
| } |
| .rade_tool |
| { |
| width: 25px; height: 23px; |
| margin: 2px 0 0 0; |
| padding: 2px 0 0 0; |
| } |
| .rade_tool:hover |
| { |
| padding: 2px 0 0 0; |
| background: url('Editor/ToolBarSprites.gif') repeat-x 0 -217px; |
| } |
| .rade_tool:active, |
| .rade_tool:focus, |
| .rade_tool_selected, |
| .rade_tool_selected:hover, |
| .rade_tool_selected:active, |
| .rade_tool_selected:focus |
| { |
| background: url('Editor/ToolBarSprites.gif') repeat-x 0 -192px; |
| } |
| .rade_tool_disabled, |
| .rade_tool_disabled:hover, |
| .rade_tool_disabled:active, |
| .rade_tool_disabled:focus |
| { |
| border: 0; |
| background: none; |
| } |
| /* vertical dropdowns with tools (e.g. insert form elements) */ |
| .rade_dropDownBody .rade_tlbVertical .DWDS.rade_toolbar .rade_tool_text |
| { |
| background: transparent url('Editor/ToolBarVerticalSprites.gif') repeat-y -118px 0; |
| border: 0; |
| padding: 3px 1px 3px 3px; |
| margin: 0 1px; |
| color:#d9d9d9; |
| /*clear: both;*/ |
| /*float: none;*/ |
| /*width: 100% !important;*/ |
| } |
| .DWDS.rade_dropDownBody .rade_tlbVertical .rade_toolbar .rade_tool_text span |
| { |
| color:#d9d9d9; |
| } |
| .DWDS.rade_dropDownBody .rade_tlbVertical .rade_toolbar .rade_tool_text:hover, |
| .DWDS.rade_dropDownBody .rade_tlbVertical .rade_toolbar .rade_tool_selected |
| { |
| border: 1px solid #cacaca; |
| padding: 2px 0 2px 2px; |
| background: #757575 url('Editor/ToolBarSprites.gif') repeat-x 0 -329px ; |
| color: #fff; |
| } |
| .DWDS.rade_dropDownBody .rade_tlbVertical .rade_toolbar .rade_tool:hover span, |
| .DWDS.rade_dropDownBody .rade_tlbVertical .rade_toolbar .rade_tool_selected span |
| { |
| color: #fff; |
| } |
| .DWDS.rade_dropDownBody .rade_tlbVertical .rade_toolbar .rade_tool_disabled, |
| .DWDS.rade_dropDownBody .rade_tlbVertical .rade_toolbar .rade_tool_disabled:hover, |
| .DWDS.rade_dropDownBody .rade_tlbVertical .rade_toolbar .rade_tool_disabled:active, |
| .DWDS.rade_dropDownBody .rade_tlbVertical .rade_toolbar .rade_tool_disabled:focus |
| { |
| background: transparent url('Editor/ToolBarVerticalSprites.gif') repeat-y -118px 0; |
| border: 0; |
| padding: 3px 1px 3px 3px; |
| margin: 0 1px; |
| color:#d9d9d9; |
| /*opacity: 1;*/ |
| /*-moz-opacity: 1;*/ |
| /*filter: alpha(opacity=100);*/ |
| } |
| .DWDS.rade_dropDownBody .rade_tlbVertical .DWDS.rade_toolbar .rade_tool_text span.rade_button_text |
| { |
| padding-left: 13px; |
| } |
| .DWDS.rade_dropDownBody .rade_tlbVertical .DWDS.rade_toolbar .rade_tool_disabled span |
| { |
| /*opacity: 0.4;*/ |
| /*-moz-opacity: 0.4;*/ |
| /*filter: alpha(opacity=40);*/ |
| /*color:#d9d9d9;*/ |
| } |
| .rade_tool span |
| { |
| background-image: url('Editor/CommandSprites.gif'); |
| background-repeat: no-repeat; |
| background-color: transparent; |
| height: 23px; /*!important;*/ |
| } |
| /* -- DROPDOWN -- */ |
| .rade_toolbar.DWDS .rade_dropdown, |
| .rade_toolbar.DWDS .rade_tool_disabled.rade_dropdown:hover |
| { |
| /*width: auto;*/ |
| /*_width: 20px;*/ |
| height: 16px; |
| border: solid 1px #8f8f8f !important; |
| margin: 5px 0 2px 0; |
| padding: 2px 14px 0 2px; |
| font: normal 11px Verdana, Arial, Sans-serif; |
| color: black; |
| background: white url('Editor/ToolBarSprites.gif') no-repeat rightright -92px; |
| -moz-border-radius: 0.3em; |
| -moz-border: 0.3em; |
| -webkit-border-radius: 0.3; |
| } |
| .rade_toolbar.DWDS .rade_dropdown:hover, |
| .rade_toolbar.DWDS .rade_dropdown:active, |
| .rade_toolbar.DWDS .rade_dropdown:focus |
| { |
| border: solid 1px #707070; |
| background-color: #eaeaea; |
| } |
| .rade_tlbVertical .rade_dropdown |
| { |
| width: 4px; |
| } |
| /* -- END OF DROPDOWN -- */ |
| /* -- GRIP HANDLES -- */ |
| /* -- horizontal grips -- */ |
| .DWDS .rade_toolbar .rade_grip |
| { |
| background-image: url('Editor/ToolBarSprites.gif'); |
| background-repeat: no-repeat; |
| width: 4px; height: 29px; |
| } |
| .DWDS .rade_toolbar .grip_first |
| { |
| background-position: 0 -271px; |
| } |
| .DWDS .rade_toolbar .grip_last |
| { |
| background-position: -37px -271px; |
| } |
| /* -- horizontal grips end -- */ |
| /* -- vertical grips -- */ |
| .DWDS .rade_tlbVertical .rade_grip |
| { |
| background-image: url('Editor/ToolBarSprites.gif'); |
| width: 23px; |
| height: 9px; line-height: 9px; |
| } |
| .DWDS .rade_tlbVertical .grip_first |
| { |
| background-position: rightright 0; |
| } |
| .DWDS .rade_tlbVertical .grip_last |
| { |
| background-position: rightright -9px; |
| } |
| /* -- vertical grips end -- */ |
| /* -- END OF GRIP HANDLES -- */ |
| /* -- SPLIT BUTTON -- */ |
| .rad_splitbutton |
| { |
| width: 32px; |
| } |
| .rad_splitbutton:hover |
| { |
| background: transparent url('Editor/ToolBarSprites.gif') no-repeat 0 -167px; |
| } |
| .rade_tool_disabled:hover |
| { |
| background: none; |
| } |
| .rad_splitbutton span |
| { |
| width: 25px; |
| } |
| .split_arrow |
| { |
| background: transparent url('Editor/ToolBarSprites.gif') no-repeat 0 -108px !important; |
| width: 5px !important; |
| height: 22px; |
| padding: 0 1px 0 1px; |
| } |
| /* -- SEPARATOR -- */ |
| /* default: horizontal toolbar separator */ |
| .DWDS .rade_toolbar li.rade_separator |
| { |
| background: transparent url('Editor/ToolBarSprites.gif') no-repeat center -300px; |
| height: 29px; width: 6px; |
| padding: 0; |
| margin: 0; |
| } |
| /* vertical toolbar separator */ |
| .DWDS .rade_tlbVertical .rade_toolbar li.rade_separator |
| { |
| height: 6px; line-height: 6px; width: 29px; margin:0; padding: 0; |
| background: transparent url('Editor/ToolbarVerticalSprites.gif') no-repeat -84px center; |
| } |
| /* -- / SEPARATOR -- */ |
| /* -- SPLIT BUTTON -- */ |
| /* -- COMMANDS BEGIN -- */ |
| .rade_toolbar.DWDS .AboutDialog |
| { |
| background-position: 4px 4px; |
| } |
| .AbsolutePosition |
| { |
| background-position: -15px -18px; |
| } |
| .AjaxSpellCheck |
| { |
| background-position: -38px 0; |
| } |
| .AlignmentSelector |
| { |
| background-position: -2627px -10px; |
| } |
| .BackColor, .borderColor, .bgColor |
| { |
| background-position: -60px -19px; |
| } |
| .Bold |
| { |
| background-position: -78px 1px; |
| } |
| .BringToFront |
| { |
| background-position: -100px 0; |
| } |
| .Cancel |
| { |
| background-position: -117px 0; |
| } |
| .Cancel |
| { |
| background-position: -117px 0; |
| } |
| .ConvertToLower |
| { |
| background-position: -138px 0; |
| } |
| .ConvertToUpper |
| { |
| background-position: -157px -21px; |
| } |
| .Copy |
| { |
| background-position: -178px 0; |
| } |
| .CreateLink |
| { |
| background-position: -199px 0; |
| } |
| .Custom |
| { |
| background-position: -219px 0; |
| } |
| .CustomLinkTool |
| { |
| background-position: -238px -19px; |
| } |
| .ViewHtml |
| { |
| background-position: -219px 0; |
| } |
| .CustomDialog |
| { |
| background-position: -239px 0; |
| } |
| .rade_toolbar.DWDS .Cut |
| { |
| background-position: -259px -20px; |
| } |
| .DecreaseSize |
| { |
| background-position: -279px 0; |
| } |
| .DeleteCell |
| { |
| background-position: -298px 0; |
| } |
| .DeleteColumn |
| { |
| background-position: -319px 0; |
| } |
| .DeleteRow |
| { |
| background-position: -338px -19px; |
| } |
| .DeleteTable |
| { |
| background-position: -359px 0; |
| } |
| .DocumentManager |
| { |
| background-position: -379px -18px; |
| } |
| .FileOpen |
| { |
| background-position: -399px 0; |
| } |
| .FileSave |
| { |
| background-position: -418px 0; |
| } |
| .FileSaveAs |
| { |
| background-position: -439px 0; |
| } |
| .FindAndReplace |
| { |
| background-position: -457px -18px; |
| } |
| .FlashManager |
| { |
| background-position: -477px -2px; |
| } |
| .ForeColor |
| { |
| background-position: -498px 0; |
| } |
| /* Dec 14, 2007 */ |
| .FormatCodeBlock |
| { |
| background-position: -517px 0; |
| } |
| .FormatStripper |
| { |
| background-position: -539px 0; |
| } |
| .Help |
| { |
| background-position: -2938px 3px; |
| } |
| .ImageManager |
| { |
| background-position: -576px -16px; |
| } |
| .ImageMapDialog |
| { |
| background-position: -599px 0; |
| } |
| .IncreaseSize |
| { |
| background-position: -617px 0; |
| } |
| .Indent |
| { |
| background-position: -637px -17px; |
| } |
| .InsertAnchor |
| { |
| background-position: -660px 0; |
| } |
| .InsertCodeSnippet |
| { |
| background-position: -681px 0; |
| } |
| .InsertColumnLeft |
| { |
| background-position: -719px -20px; |
| } |
| .InsertColumnRight |
| { |
| background-position: -699px 0; |
| } |
| .InsertDate |
| { |
| background-position: -736px 0; |
| } |
| .InsertDocument |
| { |
| background-position: -757px 0; |
| } |
| .InsertEmailLink |
| { |
| background-position: -778px 0; |
| } |
| .InsertFlash |
| { |
| background-position: -799px 0; |
| } |
| .InsertFormButton |
| { |
| background-position: -819px -21px; |
| } |
| .InsertFormCheckbox |
| { |
| background-position: -834px 1px; |
| } |
| .InsertFormElement |
| { |
| background-position: -858px 0; |
| } |
| .InsertFormForm |
| { |
| background-position: -879px 4px; |
| } |
| .InsertFormHidden |
| { |
| background-position: -897px -20px; |
| } |
| .InsertFormImageButton |
| { |
| background-position: -917px 0; |
| } |
| .InsertFormPassword |
| { |
| background-position: -937px 0; |
| } |
| .InsertFormPassword |
| { |
| background-position: -937px -20px; |
| } |
| .InsertFormRadio |
| { |
| background-position: -958px 1px; |
| } |
| .InsertFormReset |
| { |
| background-position: -977px 0; |
| } |
| .InsertFormSelect |
| { |
| background-position: -999px 0; |
| } |
| .InsertFormSubmit |
| { |
| background-position: -999px -20px; |
| } |
| .InsertFormText |
| { |
| background-position: -1037px -20px; |
| } |
| .InsertFormTextarea |
| { |
| background-position: -1057px 1px; |
| } |
| .InsertGroupbox |
| { |
| background-position: -1077px -20px; |
| } |
| .InsertHorizontalRule |
| { |
| background-position: -1097px 0; |
| } |
| .InsertImage |
| { |
| background-position: -1117px 0; |
| } |
| .InsertMedia |
| { |
| background-position: -1137px 0; |
| } |
| .InsertOrderedList |
| { |
| background-position: -1157px 0; |
| } |
| .rade_toolbar.DWDS .InsertParagraph |
| { |
| background-position: -1176px -20px; |
| } |
| .InsertRowAbove |
| { |
| background-position: -1197px 0; |
| } |
| .InsertRowBelow |
| { |
| background-position: -1217px 0; |
| } |
| .InsertSnippet |
| { |
| background-position: -1236px -17px; |
| } |
| .InsertSymbol |
| { |
| background-position: -1256px 0; |
| } |
| .InsertTable |
| { |
| background-position: -1277px 0; |
| } |
| .rade_toolbar.DWDS .InsertTime |
| { |
| background-position: -1298px -18px; |
| } |
| .InsertUnorderedList |
| { |
| background-position: -1318px 0; |
| } |
| .rade_toolbar.DWDS .Italic |
| { |
| background-position: -1338px 1px; |
| } |
| .JustifyCenter |
| { |
| background-position: -1357px -20px; |
| } |
| .rade_toolbar.DWDS .JustifyFull |
| { |
| background-position: -1375px 0; |
| } |
| .JustifyLeft |
| { |
| background-position: -1397px 0; |
| } |
| .JustifyNone |
| { |
| background-position: -1417px 0; |
| } |
| .JustifyRight |
| { |
| background-position: -1438px 0; |
| } |
| .LinkManager |
| { |
| background-position: -1456px -19px; |
| } |
| .MediaManager |
| { |
| background-position: -1138px -18px; |
| } |
| .MergeColumns |
| { |
| background-position: -1498px 0; |
| } |
| .MergeRows |
| { |
| background-position: -1518px -20px; |
| } |
| .ModuleManager |
| { |
| background-position: -1535px 0; |
| } |
| .rade_toolbar.DWDS .Outdent |
| { |
| background-position: -1558px 0; |
| } |
| .PageProperties |
| { |
| background-position: -1578px 0; |
| } |
| .PasteStrip |
| { |
| background-position: -1598px 0; |
| } |
| .Paste |
| { |
| background-position: -1598px 0; |
| } |
| .PasteAsHtml |
| { |
| background-position: -1617px 0; |
| } |
| .PasteFromWord |
| { |
| background-position: -1638px 0; |
| } |
| .PasteFromWordNoFontsNoSizes |
| { |
| background-position: -1663px 0; |
| } |
| .PasteHtml |
| { |
| background-position: -1680px 0; |
| } |
| .PastePlainText |
| { |
| background-position: -1697px 0; |
| } |
| { |
| background-position: -1717px -18px; |
| } |
| .rade_toolbar.DWDS .Redo |
| { |
| background-position: -1737px 0; |
| } |
| .RepeatLastCommand |
| { |
| background-position: -1759px 0; |
| } |
| .Save |
| { |
| background-position: -1777px 0; |
| } |
| .SaveLocal |
| { |
| background-position: -1797px 0; |
| } |
| .SelectAll |
| { |
| background-position: -1817px -16px; |
| } |
| .SendToBack |
| { |
| background-position: -1838px 0; |
| } |
| .SetCellProperties |
| { |
| background-position: -1918px -20px; |
| } |
| .SetImageProperties |
| { |
| background-position: -1878px 0; |
| } |
| .SetLinkProperties |
| { |
| background-position: -1898px 0; |
| } |
| .SetTableProperties |
| { |
| background-position: -1858px -20px; |
| } |
| .TableWizard |
| { |
| background-position: -1278px 0; |
| } |
| .ShowHideBorder |
| { |
| background-position: -1938px 0; |
| } |
| .SpellCheck |
| { |
| background-position: -1958px 0; |
| } |
| .SplitCell |
| { |
| background-position: -1977px -20px; |
| } |
| .rade_toolbar.DWDS .StrikeThrough |
| { |
| background-position: -1997px 1px; |
| } |
| .StripAll |
| { |
| background-position: -2018px -20px; |
| } |
| .StripCss |
| { |
| background-position: -2038px 0; |
| } |
| .StripFont |
| { |
| background-position: -2060px 0; |
| } |
| .StripSpan |
| { |
| background-position: -2078px -20px; |
| } |
| .StripWord |
| { |
| background-position: -2098px 0; |
| } |
| .Subscript |
| { |
| background-position: -2120px 2px; |
| } |
| .Superscript |
| { |
| background-position: -2138px -20px; |
| } |
| .Sweeper |
| { |
| background-position: -2158px 0; |
| } |
| .TemplateManager |
| { |
| background-position: -2178px -18px; |
| } |
| .ToggleBorders |
| { |
| background-position: -2198px 0; |
| } |
| .ToggleDocking |
| { |
| background-position: -2218px 0; |
| } |
| .rade_toolbar.DWDS .ToggleScreenMode |
| { |
| background-position: -2238px 0; |
| } |
| .ToggleTableBorder |
| { |
| background-position: -2258px 0; |
| } |
| .Underline |
| { |
| background-position: -2277px -20px; |
| } |
| .rade_toolbar.DWDS .Undo |
| { |
| background-position: -2296px 0; |
| } |
| .Unlink |
| { |
| background-position: -2319px 0; |
| } |
| .x |
| { |
| background-position: -2339px 0; |
| } |
| .ToggleFloatingToolbar |
| { |
| background-position: -2937px -22px; |
| } |
| /* Dec 14, 2006 */ |
| .XhtmlValidator |
| { |
| background-position: -2772px 0; |
| } |
| .TrackChangesDialog |
| { |
| background-position: -2805px 0; |
| } |
| .ImageEditor |
| { |
| background-position: -2839px 0; |
| } |
| /* -- COMMANDS END -- */ |
| .RadEXhtmlButton |
| { |
| border: solid 1px black; |
| background: #373737; |
| color: white; |
| font: normal 11px Verdana, Arial, Sans-serif; |
| } |
Please let me know if you need any additional information.
Thanks
0
Hi,
In my previous reply I asked you to open a support ticket and send a sample runnable project, because this is the only way to reproduce the error on my side.
Is it possible to send me a working project so that I can examine it and test it. Once I am able to reproduce the issue on my side, I will do my best to help.
Thank you for your cooperation in advance!
Kind regards,
Rumen
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
In my previous reply I asked you to open a support ticket and send a sample runnable project, because this is the only way to reproduce the error on my side.
Is it possible to send me a working project so that I can examine it and test it. Once I am able to reproduce the issue on my side, I will do my best to help.
Thank you for your cooperation in advance!
Kind regards,
Rumen
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
