comparison default/static/event.css @ 21:24af9089aacd

default(event): added event_counter, which number of days left before event
author Goffi <goffi@goffi.org>
date Sun, 21 May 2017 16:11:58 +0200
parents 48b831ab4238
children
comparison
equal deleted inserted replaced
20:8fa2fd2e928e 21:24af9089aacd
14 #event_picture { 14 #event_picture {
15 max-width: 100%; 15 max-width: 100%;
16 border-radius: 2em; 16 border-radius: 2em;
17 } 17 }
18 18
19 #event_counter {
20 font-weight: bold;
21 font-size: 1.3em;
22 text-align: center;
23 width: 15em;
24 margin: 1em auto;
25 border: 2px solid #aab6c4;
26 background-color: #f3e7e7;
27 color: #2f3943;
28 }
29
19 .attendance { 30 .attendance {
20 background-color: #9ca0a8; 31 background-color: #9ca0a8;
21 padding: 0 0.3em; 32 padding: 0 0.3em;
22 max-width: 580px; 33 max-width: 580px;
23 margin: 0 auto; 34 margin: 0 auto;
24 color: #3A3A3A; 35 color: #3A3A3A;
25 } 36 }
26 37
27 .attending { 38 .attending {
28 width: 5em; 39 width: 6em;
29 margin: 0 auto; 40 margin: 0 auto;
30 } 41 }
31 42
32 .attending label { 43 .attending label {
33 /* display: inline; */ 44 /* display: inline; */