Hi Folks,
just wondering if anyone has created any css for GWT tab panels where
the tab selectors at the top are closer together if not joined and
alligned.
>From looking around I can see the below css that I could modify just
looking for a nudge in the right direction.
.gwt-TabPanel {
margin-top: 4px;
}
.gwt-TabPanelBottom {
background-color: #E8E8E8;
}
.gwt-TabBar {
padding-top: 2px;
border-bottom: 4px solid #878787;
background-color: #fff;
}
.gwt-TabBarItem {
padding: 4px;
cursor: pointer;
background-color: #e8e8e8;
border-bottom: 2px solid white;
margin-right: 2px;
}
.gwt-TabBarItem-selected {
padding: 4px;
font-weight: bold;
cursor: default;
background-color: #878787;
border-bottom: 2px solid #87ffff;
margin-right: 2px;
}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" 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/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---