-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfs-match.css
83 lines (65 loc) · 964 Bytes
/
fs-match.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
77
78
79
80
81
82
83
#auth {
margin-top: 30px;
}
#auth h2 {
margin-top: 0;
}
#auth .alert {
margin-bottom: 0;
}
#wtWatchlistReady,
#wtSignedIn,
#fsSignedIn {
display: none;
}
#loader {
margin: 32px 0;
text-align: center;
}
.watchlist-entry h4,
.watchlist-entry h3 {
margin-top: 0;
}
.watchlist-entry .panel-title {
font-size: 20px;
}
.watchlist-entry .panel-title a {
color: #337ab7;
}
.no-existing-matches-message,
.no-fs-matches-message {
display: none;
}
.match {
padding: 10px;
}
.match:not(:first-child){
border-top: 1px solid #ccc;
}
.match:nth-child(odd){
background-color: #f5f5f5;
}
.certainty {
margin-bottom: 10px;
}
.fs-attach {
display: none;
}
.wt-pagination {
text-align: center;
}
.wt-pagination .input-group {
margin: 0 15px;
}
.wt-pagination .page-input {
width: 50px !important;
text-align: center;
}
#footer {
margin: 20px 0;
overflow: auto;
text-align: center;
}
#footer .certified {
height: 50px;
}