forked from NOAA-CEFI-Portal/cefi-portal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathforecast.css
53 lines (45 loc) · 847 Bytes
/
forecast.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
#momCobaltBtnFcast {
margin-top: 20px
}
#momCobaltMapFcast {
position: relative;
width: 100%;
/* text-align: center; */
margin: auto;
}
#momCobaltIFrameFcast {
/* position: relative; */
/* margin: auto; */
width: 100%;
height: 400px;
border: 5px solid #d5d7d7;
border-radius: 1%;
}
img#modalCbarFigFcast {
width: 100%;
}
#timeRangeFcast {
padding-right: 50px;
padding-left: 50px;
}
.ticksFcast {
display: flex;
justify-content: space-between;
width: 100%;
margin-top: 20px;
}
.ticksFcast span {
flex: 1;
text-align: center;
padding: 1px;
display: inline-block;
transform: rotate(-20deg); /* You can adjust the degree of rotation */
}
/* style of the div under the minitab */
div.viewFcast {
padding: 20px;
border: 2px solid #ddd;
border-radius: 0 0 10px 10px;
width: 100%;
height: 550px;
}