aboutsummaryrefslogtreecommitdiff
path: root/modules/Internals/Styles/Tabs.css
blob: 538c7d67c4fb1b588e91dffe9167b8159ba5a44c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
.tabset {
    float:left;
}
a.tab {
    border: 1px solid #AAA;
    float: left;
    margin: 0 5px -1px 0px;
    padding:5px 10px 5px;
    position: relative;
    font-size:16px;
    background-color: #EEE;
    text-decoration: none;
    color: Black;
}
a.disabled:hover
{
    color: Black;
    background: #C6DEFF;
}
a.active:hover
{
    color: Black;
    background: White;
}
a.active {
    border-bottom-color: White;
    background-color: White;
}
div.tab {
    border:1px solid #AAA;
    padding:0 7px 0 12px;
    width:97%;
    clear: both;
}