-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
52 lines (52 loc) · 745 Bytes
/
style.css
File metadata and controls
52 lines (52 loc) · 745 Bytes
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
.container{
padding: 5px;
}
.textbox{
border: 1px solid;
border-radius:5px;
height: 30px;
}
.dropdown{
border: 1px solid;
border-radius:5px;
height: 30px;
}
#control-buttons{
margin: 10px;
text-align:center;
}
#table-buttons{
margin: 10px;
text-align:center;
}
#preview-rawtext{
text-align:left;
overflow-y:scroll;
height: 100px;
}
#preview-pane{
text-align:center;
}
#pubsid{
margin:10px;
}
.form-group{
margin-top:10px;
}
.table-borderless tbody tr td, .table-borderless tbody tr th, .table-borderless thead tr th {
border: none;
}
td{
text-align:center;
vertical-align: middle;
}
tr td{
margin: 0;
}
.checkbox-label{
display:block;
}
.table{
border-collapse: collapse;
border-spacing: 0;
}