I'm sure there is a simple answer here but how do you style the open-view popups on a screen by screen basis? The popups are defined in the rave.js file and given their css class definitions at that point in time. The challenge we are running into is they use the .modal class which hard codes the width to 560px. We have dialogs we want wider than that (there is also a heigh problem set by another class). My thought was I could just overwrite the .model class definition in a css file local to each gadget but the dialog is actually loaded as part of the container so it uses the container css files. I could overwrite it in a custom css file at the container level but that would make it that way globally as well (same problem different width). Is there a way to style the open-view popups at the gadget level since that is where the views are defined?
Sidebar is another great example, in the rave.js it's set to slide from the right. How would we make it slide from the left (at a gadget level)? That is more than styling though. Thanks, Chris
