-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbackend.css
51 lines (49 loc) · 954 Bytes
/
backend.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
@import url('../../modules/tool_account_settings/templates/forms.css');
/* easy-tabs **********************************************************/
.obo_contentbox {
margin-bottom: 10px;
border: 1px solid #999;
background-color: #fdfdfd;
padding: 10px;
}
.etabs {
margin: 0;
padding: 0;
}
.tab {
display: inline-block;
zoom:1;
*display:inline;
background: #eee;
border: solid 1px #999;
border-bottom: none;
-moz-border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0;
}
.tab a {
font-size: 12px;
line-height: 1.5;
display: block;
padding: 4px 10px;
outline: none;
text-decoration: none;
}
.tab a:hover {
text-decoration: none;
}
.tab.active {
background: #fff;
position: relative;
top: 1px;
border-color: #666;
}
.tab a.active {
font-weight: bold;
}
.tab-container .panel-container {
background: #fff;
border: solid #666 1px;
padding: 10px;
-moz-border-radius: 0 4px 4px 4px;
-webkit-border-radius: 0 4px 4px 4px;
}