Post

2 followers Follow
0
Avatar

Further Customization of Custom Action Forms

I have a custom action configured, and the form is really narrow, making it painful to enter any sizeable amount of text. Can I control that? How? 

Brunswick Lowe Answered

Please sign in to leave a comment.

1 comment

0
Avatar

Hi,

 

You can control on the form design with Custom CSS - http://usermanual.clarizen.com/custom-css

 

This is an example for the code the will control it:

/* CUSTOM ACTIONS POPUP */
div.pop-container[data-id="confirmbox"] {
width:700px !important;
left:50% !important;
margin-left:-350px;
}

 

 

Good luck!

Tamir

Tamir Avital 0 votes
Comment actions Permalink