Find Edit Filter Web App--Editor Popup Window Size

3039
1
06-24-2015 08:58 AM
ScottJackson1
New Contributor II

I am trying to resize the popup window size to allow for the wider edit fields. I am using the Find, Edit, Filter from ArcGIS Online-Make a Web Application

Screenshot_1.jpg

0 Kudos
1 Reply
KellyHutchins
Esri Frequent Contributor

You can modify the info using css. For example something like this might work:

.atiAttributes .dijitTextBox{ height:40px;}

You can experiment with the styles using the Inspect CSS tools available with the debugging tools provided by most browsers. Here are some details on how to do this with Chrome: Editing styles - Google Chrome

0 Kudos