This repository was archived by the owner on Jan 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrestClient.css
More file actions
80 lines (70 loc) · 1.52 KB
/
restClient.css
File metadata and controls
80 lines (70 loc) · 1.52 KB
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
/*
Created by Terry Brady, Georgetown University Library
This code is an optional add-on for DSpace.
https://github.com/DSpace-Labs/DSpace-REST-Reports
*/
table {border-collapse: collapse;border-right:solid thin black;}
table td, table th {border: thin solid black; padding: 4px;}
tr.header {background-color: #EEEEEE;}
tr:hover td, tr:hover th {background-color: #DDDDDD;}
tr.even td {border-bottom: thin dotted black;}
tr.odd td {border-top: thin dotted black;}
td.even {background-color: #EEFFEE;}
td.head {background-color: #EEEEFF;}
td.num {text-align: right;}
td.link {text-decoration: underline; color: blue;}
td, th {width: 100px;}
td.error {color: red;background-color: yellow;}
td.title, th.title {width: 400px;}
td.mod, th.mod {width: 200px;}
#itemtable {width: 100%;}
#itemdiv {display: none;}
td.ititle, th.ititle {width: 600px;}
button:disabled {
display:none;
}
input:read-only {
background-color: gray;
}
div.metadata {
padding: 2px;
width: 880px;
}
#metadatadiv select, #metadatadiv input {
padding: 2px;
margin: 4px;
}
#metadatadiv fieldset {
margin: 6px 15px;
width: 850px;
}
#metadatadiv label {
font-weight: bold;
}
#itemtable td div:not(:first-child) {
border-top: thin solid gray;
}
body {
min-height: 700px;
min-width: 700px;
}
tr.header th {
vertical-align: bottom;
}
a.partial::after {
content:" ?";
}
fieldset.catdiv {
border: thin solid black;
margin-bottom: 8px;
}
fieldset.catdiv div {
width: 380px;
float: left;
}
#collSel {
width: 90%;
}
#filterdiv label {
font-weight: normal;
}