-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstyles.css
60 lines (47 loc) · 832 Bytes
/
styles.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
.container {
/* border: 3px solid rgb(163, 163, 163); */
border-right: 0;
width: 100%;
padding: 20px;
}
thead {
background-color: #fff;
}
div.dtsp-panesContainer {
background-color: #fff;
}
.container:last-of-type {
/* border-right: 3px solid rgb(163, 163, 163); */
}
h2 {
margin-bottom: 15px;
}
body {
padding: 20px;
/* background-color: #f9f9f9; */
}
#addLaptimeForm {
text-align: center;
padding: 20px;
/* border: 3px solid rgb(163, 163, 163); */
margin: 10px;
margin-left: 0;
margin-right: 0;
}
.container form input {
display: block;
margin: 5px;
}
.container-wrapper {
display: flex;
width: 100%;
}
select {
width: 300px;
}
/* table.dataTable {
padding-top: 50px;
} */
/* div.dtsp-panesContainer {
margin-top: 150px;
} */