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?
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.
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?
Can you also clear the ~/App_Data/ClientDependency folder and see if that makes a difference?
Hope this helps.
Regards,
/Dirk
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
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
is working on a reply...