I have a TabPanel and would like to restyle the TabPanel so that the
tabsextends the entire width of the TabPanel and can resize when the
TabPanel is resized. I was playing around with the margin and padding
settings on

/*.gwt-TabBar .gwt-TabBarItem {
  margin-left: 6px;
  padding: 3px 6px 3px 6px;
  cursor: pointer;
  cursor: hand;
  color: black;
  font-weight: bold;
  text-align: center;
  background: #d0e4f6;
}*/

If I manipulate padding, specifying an absolute value for pixels, I
can get it to work but that won't hold when the TabPanel is resized. I
tried playing around a little with percentages for the padding but
possibly my calculations were off ... For reference, I have a tabPanel
with 3 tabs.  In addition, I would like a small amount (3 pixels or
so) of gap between the tabs.

Thanks,
Jennifer
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to