forked from SWI-Prolog/swish
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsourcelist.css
57 lines (49 loc) · 880 Bytes
/
sourcelist.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
div.sourcelist
{ margin: auto;
width: 90%;
}
div.sourcelist span.dropdown-icon
{ margin-left: 5px;
}
div.search-footer > button > label
{ margin-left: 5px;
margin-right: 5px;
}
div.search-footer
{ text-align: center;
}
div.sourcelist div.search-results {
margin-top: 1em;
position: relative;
min-height: 150px;
}
div.search-no-results {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
}
div.loading {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
opacity: 0.5;
background-image: url("../icons/loading.gif");
background-size: 64px;
background-repeat: no-repeat;
background-position: 50% 100px;
}
span.no-search-results-warning {
background: #fee;
color: #b44;
}
td.tags span.tag {
padding: 0px 2px;
border-radius: 3px;
margin-right: 5px;
background: #d7fbff;
}