source: extensions/GrumPluginClasses/css/gpcTabs.css @ 12215

Last change on this file since 12215 was 12215, checked in by grum, 13 years ago

fix bugs
bug:2160 - CategorySelector : extended description are not managed
+add some functions to GPCCore

File size: 396 bytes
Line 
1
2div#iGpcTabs ul {
3  padding:0;
4}
5div#iGpcTabs ul li {
6  list-style:none;
7  float:left;
8  margin-right: 10px;
9  padding-right: 10px;
10}
11div#iGpcTabs ul li.gpcSeparator {
12  border-right:1px solid;
13}
14div#iGpcTabs ul li a {
15  font-weight:bold;
16  cursor:pointer;
17}
18div#iGpcTabs ul li a.gpcTabSelected {
19}
20
21div#iGpcTabsContent {
22  position:relative;
23  top:40px;
24  clear:both;
25  padding-bottom: 30px;
26}
Note: See TracBrowser for help on using the repository browser.