-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
108 lines (100 loc) · 1.88 KB
/
style.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
#table>.container-fluid{
/* border: 2px solid rgb(115, 174, 210); */
height:100vh;
margin-top: 1%;
}
#table>.container-fluid>.row>.col-1{
border: 2px solid rgb(0, 0, 0);
height:95vh;
margin-right: 3px;
margin-left: 4%;
}
#table>.container-fluid>.row>.col-10{
border: 2px solid rgb(0, 0, 0);
height:95vh;
}
.col-1>.row{
margin-top: 4%;
border: 2px solid black;
}
.col-1>.row>.col-10{
border-right: 2px solid black;
font-size:75%;
font-weight: bold;
text-align: left;
padding-left: 0;
}
.col-1>.row>.col-2{
font-size: 10px;
padding: 0%;
text-align: center;
}
.col-10>.admin>.col-12{
border-bottom: 2px solid black;
/* border-top: 2px solid black; */
font-size:75%;
font-weight: bold;
}
.col-10>.row>.nestable{
border: 2px solid black;
}
.nestable{
position: relative;
height: 300px;
overflow-y: scroll;
}
.nestable>.table-wrapper-scroll-y {
display: block;
}
.table-height{
height:300px;
overflow-y: scroll;
}
.modal-dialog{
overflow-y: scroll;
max-height:75%;
margin-top: 50px;
margin-bottom:50px;
}
/* .align-items-end{
height: 20px;
}*/
.align-items-end>.col-12{
margin-top: 12%;
border-top: 2px solid black;
/*border-bottom: 2px solid black;
height: 20px;
font-size: 75%; */
}
.col-1>.neol{
border: none;
padding-top: 81vh;
}
.navbar-text{
margin-left:1%;
padding: 1%;
}
#form{
font-family: 'Times New Roman', Times, serif;}
fieldset{
border: 1.5px solid rgb(0, 0, 0) ;
margin-bottom: 2%;
}
fieldset>legend{
font-size: 15px;
}
fieldset>h3{
border-bottom: 2px solid rgb(149, 147, 147);
}
fieldset>.row{
margin-bottom: 10px;
}
textarea::placeholder{
transform: translateY(70px);
}
/*transform to put placeholder at the bottom*/
.file-upload-wrapper{
border: 2px dashed black;
border-radius: 20px;
height: 110px;
}