Re: Size and Font dropdown is cut off

  •  03-30-2005, 4:36 PM

    Re: Size and Font dropdown is cut off

    I'm using Custom...
     
    <%@ Page Language="C#" ContentType="text/css" %>
    <%@ OutputCache Duration="31536000" VaryByParam="None" Location="Client" %>
    <script runat="server">
       string editorid;
       protected override void OnInit(EventArgs e)
       {
          base.OnInit(e);
            editorid="#"+Request.QueryString["EditorID"];
       }
    </script>
    /*<style>*/
    <%=editorid%> {}
    <%=editorid%> IMG { border:0px;display:inline;}
    <%=editorid%> .CuteEditorSelect { margin-left:1px; margin-top:1px; height:21px; vertical-align:middle;}
    <%=editorid%> .CuteEditorDropDown {      margin-left:1px; margin-right:1px; width:80px; border:#dad6d0 1px solid!important; height:21px; vertical-align:middle;}
    <%=editorid%> .CuteEditorToolbar {}
    <%=editorid%> .CuteEditorGroupMenu { background-image: url(images/horizontal.background.gif); height:25px; background-repeat: repeat-x; vertical-align:middle;}
    <%=editorid%> .CuteEditorGroupImage { margin:0px; vertical-align:middle;}
    <%=editorid%> .CuteEditorLineBreak {}
    <%=editorid%> .CuteEditorFrame {padding:2px 0 0px 2px;}
    <%=editorid%> .CuteEditorButton { margin:1px; vertical-align:middle;}
    <%=editorid%> .CuteEditorButtonActive { margin:0px; vertical-align:middle; border:#0a246a 1px solid!important; background-color:#d4d5d8;}
    <%=editorid%> .CuteEditorButtonOver { margin:0px;vertical-align:middle;border:#0a246a 1px solid!important; background-color:#b6bdd2;}
    <%=editorid%> .CuteEditorButtonDown { border-right: buttonhighlight 1px solid!important; border-TOP: buttonshadow 1px solid!important; border-left: buttonshadow 1px solid!important; border-bottom: buttonhighlight 1px solid!important; margin:0px;vertical-align:middle; }
    <%=editorid%> .CuteEditorButtonDisabled { /* filter:gray alpha(opacity=25); margin:1px;vertical-align:middle; */ margin:1px;vertical-align:middle;}
    <%=editorid%> .ToolControl{}
    <%=editorid%> .ToolControlOver{}
    <%=editorid%> .ToolControlDown{}
    <%=editorid%> .separator {background-image: url(images/Separator.gif); height:25px; background-repeat: no-repeat; vertical-align:middle; width:2px;margin-left:2px; margin-right:2px;      }
    /*case sensive for CSS1*/
    <%=editorid%> #cmd_ToFullPage.CuteEditorButtonActive { display:none }
    <%=editorid%> #cmd_FromFullPage.CuteEditorButton { display:none }
    /*</style>*/
    <%@ Page Language="C#" ContentType="text/css" %><%@ Page Language="C#" ContentType="text/css" %><%@ Page Language="C#" ContentType="text/css" %>
View Complete Thread