-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmeteor2015hack.css
More file actions
84 lines (78 loc) · 1.12 KB
/
meteor2015hack.css
File metadata and controls
84 lines (78 loc) · 1.12 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
body{
font-family: 'PT Sans', sans-serif;
}
#map {
position:fixed;
width:100%;
height: 100%;
top: 0;
left: 0;
z-index: 0;
}
.popup{
display: none;
position: fixed;
top: 2%;
left: 20%;
width: 60%;
max-height: 94%;
overflow-y: auto;
background-color: white;
box-shadow: 0 0 10px rgba(0,0,0,0.3);
z-index: 1;
padding: 30px 30px 70px 30px;
}
#main-header{
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 1;
background-color: rgba(0,0,0,0.1);
padding: 2px;
text-align: center;
}
.titleForm{
font-size: 2em;
font-weight: bolder;
text-align: center;
margin-bottom: 56px;
}
.btn-lg-w{
color: white !important;
border: none !important;
box-shadow: none !important;
}
form .btn{
position: absolute;
bottom: 0;
left: 0;
width: 100%;
border-radius: 0 !important;
}
.name{
font-size: 1.1em;
font-weight: bold;
}
.closePopups{
position: absolute;
top: 5px;
right: 5px;
}
.righty {
float: right;
}
.act{
position: relative;
padding: 5px;
margin: 5px 0;
}
.delete{
position: absolute;
right: 10px;
top: 10px;
cursor: pointer;
}
.delete:hover{
opacity: 0.5;
}