I think this is worth adding to the core style sheet. Thanks for making this observation. Of course, I just included the last two parameters, because the other settings are all passed down from the .messages class.
I also added 10 pixel padding to the right edge of the side zone so it is more properly centered in the sidebar. Appreciate the tip. That was a new css parameter for me! :) Cheers, Dan On Sat, Sep 12, 2009 at 10:28 AM, Kevin <[email protected]> wrote: > > > > On Sep 2, 12:44 am, The Editor <[email protected]> wrote: >> On Tue, Sep 1, 2009 at 4:50 PM, Kevin<[email protected]> wrote: >> > BTW... how do you get the form update results to show in the side zone >> > instead of the body zone. I've looked around but can't see how you >> > did that. Not sure if it was a plugin or some coding you did. >> >> If you are talking aboutmessagesfrom the form processor, just put >> [messages] wherever you want the output to go. In the default setup >> this is specified in the skin (code.skin). But you can also put it in >> regular zone markup as well. Or even wrap it in conditionals like >> this: >> >> [if admin][messages][if] > > As a possible tip... I found that if I create CSS for #side .messages > and add > > word-wrap: break-word; > > It keeps the message from spilling over. > > Currently, I have. > > #side .message { > background-color: #f7f7f7; > padding: 7px; > margin: 15px 0px 7px 0px; > border: 1px solid #999; > color: green; > font-size: 80%; > word-wrap: break-word; > } > > Smaller font size, smaller box than the default was. > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "BoltWire" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/boltwire?hl=en -~----------~----~----~----~------~----~------~--~---
