• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Opinion about layout

 
Ranch Hand
Posts: 50
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Guys,

I ´d like to have your apinion about the basic layout we are doing..

The first thing, is that I have a primefaces PanelGrid with one column..
to produce the header and the footer.


(The text is on portuguese, and it says "fields are placed here. Inside the secound panel".
That is because, inside that panel with facet (header and footer), I have another panelGrid (h:panelGrid)
to store the fields.

I created some Composite to add fields (label+input).. Eg:



So, I have another panelGrid, to align the label+input...
And that added to the page, renders something like this:



What do you guys thiink about that?
I think its a little ugly... Because the labels have diferent sizes,
and so, the input texts are not very aligned...

What do you guys think?
 
Saloon Keeper
Posts: 28750
211
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think a little CSS style tweaking can do wonders for that layout.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic