New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
tab-view.css in branches/UKMO/r5518_INGV1_WAVE-coupling/NEMOGCM/TRUST/web/html – NEMO

source: branches/UKMO/r5518_INGV1_WAVE-coupling/NEMOGCM/TRUST/web/html/tab-view.css @ 7152

Last change on this file since 7152 was 7152, checked in by jcastill, 7 years ago

Initial implementation of wave coupling branch - INGV wave branch + UKMO wave coupling branch

File size: 1.4 KB
Line 
1   .dhtmlgoodies_tabPane{
2      height:21px;   /* Height of tabs */
3      border-bottom:1px solid #919b9c;
4   }
5   .dhtmlgoodies_aTab{
6      border-left:1px solid #919b9c;
7      border-right:1px solid #919b9c;
8      border-bottom:1px solid #919b9c;
9      font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
10      padding:5px;     
11     
12   }
13   .dhtmlgoodies_tabPane DIV{
14      float:left;
15      height:100%;   /* Height of tabs */
16      padding-left:3px;
17      vertical-align:middle;
18      background-repeat:no-repeat;
19      background-position:bottom left;
20      cursor:pointer;
21      position:relative;
22      bottom:-1px;
23      margin-left:0px;
24      margin-right:0px;
25   }
26   .dhtmlgoodies_tabPane .tabActive{
27      background-image:url('../images/tab_left_active.gif');
28      margin-left:0px;
29      margin-right:0px; 
30      z-index:10; 
31   }
32   .dhtmlgoodies_tabPane .tabInactive{
33      background-image:url('../images/tab_left_inactive.gif');
34      margin-left:0px;
35      margin-right:0px;
36      z-index:1;
37   }
38
39   .dhtmlgoodies_tabPane .inactiveTabOver{
40      background-image:url('../images/tab_left_over.gif');
41      margin-left:0px;
42      margin-right:0px;
43   }
44   .dhtmlgoodies_tabPane span{
45      font-family:arial;
46      vertical-align:top;
47      font-size:11px;
48      padding-left:3px;
49      padding-right:3px;     
50      line-height:21px;
51      float:left;
52   }
53   .dhtmlgoodies_tabPane .tabActive span{
54      padding-bottom:1px;
55      line-height:20px;
56   }
57   
58   .dhtmlgoodies_tabPane img{
59      float:left;
60   }
Note: See TracBrowser for help on using the repository browser.