-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
87 lines (69 loc) · 1.08 KB
/
main.css
File metadata and controls
87 lines (69 loc) · 1.08 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
81
82
83
84
85
86
87
body {
padding-top: 70px;
background-color: #e7e7e7;
overflow: scroll;
}
#main-navbar {
padding-left: 9%;
}
#content {
margin-left: auto;
margin-right: auto;
width: 80%;
}
h1 {
font-size: 24px;
}
h2 {
font-size: 16px;
font-weight: bolder;
margin-top: 0px !important;
margin-bottom: 20px !important;
}
#list-table td {
text-align: center;
}
.page-header {
margin-top: 10px !important;
}
label.font-normal-weight {
font-weight: normal !important;
}
ul.dropdown-menu-centered li {
text-align: center;
}
ul.dropdown-menu-small {
width: 20px;
}
div.error-msg {
margin: 10 20;
}
table#list-table tr td {
vertical-align: middle;
}
div.panel-60 {
width: 60%;
margin-left: auto;
margin-right: auto;
}
table#list-table button.action {
display: block;
width: 100%;
}
div.details-box {
margin: 5px 10px 40px 10px;
}
div.details-box img {
margin-left: auto;
margin-right: auto;
display: block;
}
.angular-google-map-container {
height: 400px;
}
div.available-row {
margin: 10px 25px 20px 25px;
}
.modal-open {
overflow: scroll;
}