Page properties

Permalink
How can the text boxes in Page properties custom fields be enlarged

At present they have a width of only 20 and would like them at least 50

Thanks

edbeeny
 
kino replied on at Permalink Best Answer Reply
kino
add /concrete/css/ccm.forms.css

div.ccm-field-meta input{
 width:360px;
}
edbeeny replied on at Permalink Reply
edbeeny
Thank you for that.
dancer replied on at Permalink Reply
dancer
Hi there
I would like to do exactly the same thing, I searched and found this thread... perfect.

But I am at a loss as to the instruction.

Do I create a file called:
ccm.forms.css

Save it in "concrete > css" and ONLY have in there the code stated:

<?php
div.ccm.....
....
?>

Also, in my field area there is no scroll bar. How would I add one?

Thanks in advance