Fix the wrong font size of weveral calendar elements.

This commit is contained in:
Daru13 2018-11-24 03:19:57 +01:00
parent eb8f82f6c4
commit 5e9423c858

View file

@ -10,6 +10,8 @@
min-height: 80vh;
display: block;
position: relative;
line-height: 100%;
}
#cal-container,
@ -61,7 +63,7 @@
background-color: #F9F9F9;/* #3D3D3D; */
border-bottom: 1px solid #AAA;
color: #333;
font-size: 0.9rem;
font-size: 1.4rem;
line-height: 30px;
vertical-align: middle;
}
@ -232,7 +234,7 @@
background: transparent;
border: none;
border-radius: 50%;
font-size: 1.2rem;
font-size: 1.6rem;
color: #BBB;
transition: 100ms ease-out;
}
@ -253,6 +255,7 @@
padding: 10px;
border-radius: 4px;
color: #FFF;
font-size: 2.5rem;
text-transform: uppercase;
text-align: center;
}
@ -280,7 +283,7 @@
width: auto;
height: 15px;
padding: 5px 0 0 0;
font-size: 0.6rem;
font-size: 1.2rem;
background-image: none;
color: #DDD;
}
@ -291,6 +294,7 @@
#cal-container .cal-event-details table {
width: 100%;
font-size: 1.8rem;
}
#cal-container .cal-event-details td.cal-detail-label {
@ -320,7 +324,7 @@
#cal-container .cal-event-details .cal-detail-perm-area .cal-detail-perm-count {
margin: 0 10px 0 0;
font-size: 1.7rem;
font-size: 2.5rem;
vertical-align: middle;
}
@ -336,7 +340,7 @@
#cal-container .cal-event-details .cal-detail-perm-area .cal-detail-perm-subscription-switch {
margin: 0 0 0 10px;
padding: 10px;
font-size: 1.35rem;
font-size: 1.8rem;
vertical-align: middle;
}
@ -346,15 +350,17 @@
background-color: #FFF;
border-radius: 4px;
text-align: center;
font-size: 1.1rem;
font-size: 1.5rem;
color: #E44;
font-weight: bold;
}
#cal-container .cal-event-details .cal-detail-description {
color: #DDD;
font-size: 1.8rem;
font-style: italic;
text-align: justify;
line-height: 120%;
}
#cal-container .cal-event-details .cal-detail-tag {