3 Replies Latest reply on Sep 3, 2010 2:43 PM by ngonidan

    seam-gen panel width

      Newbie question: I created a project using seam-gen. The panels that were created are not the full width of the screen. The menu.xhtml toolbargroup goes the full screen width, but anything inserted within the body of the screen is not. Anyway of forcing the body to be full width?

        • 1. Re: seam-gen panel width
          niox.nikospara.yahoo.com

          CSS! Firefox with Firebug will come in handy.


          SEAM-gen'd forms use a single column layout. You can easily add more columns by wrapping them in <div> elements and applying proper styles. Search about CSS layouts, form CSS layouts, there are plenty of resources.

          • 2. Re: seam-gen panel width

            Hie guys


            How do i increase the width of the labels generated by seam-gen, i have tried changing values in theme.css like the classes name, value etc but it didn't work. I tried looking for the div class prop but could not locate it in the css. My labels need longer text


            Thanks

            • 3. Re: seam-gen panel width

              Got it,


              changing values in theme.css like the classes name, value etc  is Correct !!!, only that the server just needs a restart for the changes to take effect. Simply increase the class name to increase width of labels, and class values for the the value controls on the right side of the labels e.g. textboxes etc.


              The problem is just restarting the server, having to go offline etc, it should be a chching problem i think, hope it helps