Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • nelsenlim 70 posts 71 karma points
    Sep 10, 2010 @ 06:18
    nelsenlim
    0

    Editing TextBox Multiple Height

    umbraco 4.5.2
    edit css in /umbraco_client/ui/default.css

    .umbEditorTextFieldMultiple {

    width: 400px;

    height: 110px;

    font-family: Trebuchet MS, Lucida Grande, verdana, arial;

    font-size: 12px;

    }

    Has no effect, it's looking to DependancyHandler.axd for the style which supposedly get refreshed?
    I clear my browser cache and restart the IIS still it uses height: 150px.
    Any idea guys?

  • Dirk De Grave 4541 posts 6021 karma points MVP 3x admin c-trib
    Sep 10, 2010 @ 09:50
    Dirk De Grave
    0

    Can you also clear the ~/App_Data/ClientDependency folder and see if that makes a difference?

     

    Hope this helps.

    Regards,

    /Dirk

  • nelsenlim 70 posts 71 karma points
    Sep 17, 2010 @ 08:20
    nelsenlim
    0

    Hi thank you for reply-ing unfortunately, there is nothing in the ClientDependency folder.
    Still am not able to set the height of the textBox to my desire.
    Thank anyway, it's nothing urgent.

    Best regards,
    Nelsen

  • Allan Joey Laluan 24 posts 105 karma points
    Nov 07, 2010 @ 05:00
    Allan Joey Laluan
    0

    Hi,

    Not sure if this is the best solution to do it but it works on my side.

    I changed the <clientDependency version="2"> to <clientDependency version="3"> in ClientDependency.config file under config folder

    Regards,

    aj

Please Sign in or register to post replies

Write your reply to:

Draft