-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathseltab.css
59 lines (55 loc) · 1.1 KB
/
seltab.css
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
.tabheader {
border-collapse: collapse; /* for IE */
border-spacing: 0; /* for N6 */
}
.tabheader div {
display: inline;
margin:0;
padding:0;
}
.tabheader .close {
border-style: solid;
border-width: 1px;
border-color: #000;
background-color: #ccc;
margin:0;
padding: 0.5em;
white-space: nowrap;
}
.tabheader .open {
border-style: solid;
border-width: 1px;
border-color: #000 #000 transparent #000;
background-color: transparent;
margin:0;
padding: 0.5em;
white-space: nowrap;
}
.tabheader .space {
border-style: solid;
border-width: 1px 0 1px 0;
border-color: transparent transparent #000 transparent;
margin:0;
padding: 0.5em;
white-space: nowrap;
}
.tabheader div.restspace {
border-style: solid;
border-width: 1px 0 1px 0;
border-color: transparent transparent #000 transparent;
margin:0;
padding: 0.5em;
white-space: nowrap;
width: 100%;
}
.tabheader a { text-decoration: none; }
.tabbody {
border-color: black;
border-style: solid;
border-width: 0px 0px 4px 1px;
border-style: double;
padding: 1em;
}
.tabbody textarea {
width: 100%;
}