-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPortal.css
71 lines (71 loc) · 870 Bytes
/
Portal.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
60
61
62
63
64
65
66
67
68
69
70
71
*
{
font-size: 12px;
}
body
{
font-family: helvetica,tahoma,verdana,sans-serif;
padding: 20px;
font-size: 13px;
margin: 0;
}
h2
{
font-size: 18px;
color: #333;
font-weight: bold;
margin: 0;
margin-bottom: 15px;
}
.ftitle
{
font-size: 12px;
padding: 5px 0;
margin-top: 10px;
margin-bottom: 5px;
border-bottom: 1px solid #ccc;
}
.fitem
{
margin-bottom: 5px;
}
.fitem label
{
display: inline-block;
padding-left: 15px;
width: 80px;
}
.portal
{
padding: 0;
margin: 0;
border: 1px solid #99BBE8;
overflow: auto;
}
.portal-noborder
{
border: 0;
}
.portal-panel
{
margin-bottom: 10px;
}
.portal-column-td
{
vertical-align: top;
}
.portal-column
{
padding: 10px 0 10px 10px;
overflow: hidden;
}
.portal-proxy
{
opacity: 0.6;
filter: alpha(opacity=60);
}
.portal-spacer
{
border: 3px dashed #eee;
margin-bottom: 10px;
}