-
Notifications
You must be signed in to change notification settings - Fork 0
/
application.css
89 lines (74 loc) · 1.19 KB
/
application.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
html{
height:100%;
width:100%;
margin:5px;
}
body {
height: 100%;
width:100%;
padding: 0;
}
.center-title{
display: flex;
flex-direction: column;
justify-content: center;
}
#toast-container {
top: auto !important;
right: auto !important;
bottom: 50%;
left:30%;
}
.header-cont {
width:100%;
position:fixed;
top:0px;
z-index:100;
}
#index-banner{
background-image: url("images/calm.png");
}
/*.scrollit {
overflow:scroll;
height:30px;
}*/
.aligMid{
text-align: center;
}
.alignRight{
float: right;
}
thead, tbody { display: block; }
.scrollit{
height: 300px; /* Just for the demo */
overflow:scroll;
/*overflow-y: auto; /* Trigger vertical scroll */*/
/*overflow-x: hidden; /* Hide the horizontal scroll */*/
}
table {
width: 100%; /* Optional */
}
td, th {
width: 15%; /* Optional */
}
.tablewid {
width:80%;
margin-left: 10px;
margin-right: 10px;
align-content: center;
}
.input-icon {
float: left;
}
.input-text{
float:left;
margin-top: 25px;
}
#map-canvas {
width: 100%;
height: 900px;
margin: 15px;
border: 2px solid;
/*border-radius: 25px;*/
background-color: grey;
}