-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpopup.css
76 lines (61 loc) · 947 Bytes
/
popup.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
72
73
74
75
76
body {
min-width:350px;
min-height: 180px;
overflow-x:hidden;
font-family: Arial;
font-size: 11px;
}
* {
font-family: Arial;
font-size: 11px;
}
#packageList{
margin-top: 10px;
overflow-y:auto;
max-height: 300px;
}
fieldset{
border: 1px solid #DDDDDD;
margin: 0px;
}
.package {
margin-bottom: 8px;
}
.status{
font-weight: bold;
}
.packageName{
font-style:italic;
}
.packageCode{
color: #008800;
}
.noPackages{
text-align:center;
}
.detailStatuses {
border-collapse: collapse;
margin-top: 10px;
}
.detailStatuses, .detailStatuses td, .detailStatuses th{
border: 1px solid #DDDDDD;
}
.dateColumn {
text-align:center;
white-space:nowrap;
padding-left: 4px;
padding-right: 4px;
}
.statusColumn{
text-align:center;
}
.packageDetailTitle{
font-weight: bold;
}
.comandos {
float:left;
margin: 5px;
}
.backLink{
float:right
}