source: main/trunk/model-sites-dev/eurovision-lod/collect/eurovision/css/eurovision.css@ 34911

Last change on this file since 34911 was 34911, checked in by davidb, 3 years ago

Changes after new 'from country' doc added in

File size: 573 bytes
Line 
1
2#from-country-votes {
3 padding-bottom: 12px;
4}
5
6.voting {
7 display: inline-block;
8}
9
10.voting-label {
11 font-size: 110%;
12 font-weight: bold;
13 padding-top: 3px;
14 padding-bottom: 3px;
15 margin-top: 10px;
16 border-top: 1px solid white;
17 border-bottom: 1px solid white;
18 background-color: rgba(255,255,255,0.2);
19}
20
21.voting-points-div {
22 border-bottom: 1px solid white;
23}
24
25.voting-country {
26 width: 180px;
27}
28
29.voting-points {
30 width: 35px;
31 padding-right: 15px;
32 text-align: right;
33}
34
35#find-more-content {
36 padding-top: 12px;
37}
38
Note: See TracBrowser for help on using the repository browser.