static/style.css

changeset 72
62d0b5b9d797
parent 64
1c0884f5506e
equal deleted inserted replaced
71:4e24867a0110 72:62d0b5b9d797
26 .problems-list li.problem-hold 26 .problems-list li.problem-hold
27 { 27 {
28 background-color: #b44; 28 background-color: #b44;
29 border-color: red; 29 border-color: red;
30 color: white; 30 color: white;
31 background-image: url(../static/hold.svg);
32 background-repeat: no-repeat;
33 background-position: left;
34 background-size: 32px;
35 }
36
37 .problem-content
38 {
39 display: inline-block;
40 padding-left: 40px;
31 } 41 }
32 42
33 .problems-list li.problem-warning 43 .problems-list li.problem-warning
34 { 44 {
35 background-color: #def; 45 background-color: #def;
36 border-color: #024; 46 border-color: #024;
37 color: black; 47 color: black;
48 background-image: url(../static/warning.svg);
49 background-repeat: no-repeat;
50 background-position: left;
51 background-size: 32px;
38 } 52 }
39 53
40 .problem-icon 54 .problem-icon
41 { 55 {
42 float: left; 56 float: left;
70 min-height: 10vh; 84 min-height: 10vh;
71 padding-left: 5%; 85 padding-left: 5%;
72 padding-right: 5%; 86 padding-right: 5%;
73 padding-top: 2vh; 87 padding-top: 2vh;
74 } 88 }
89
90 .problem-description
91 {
92 display: inline-block;
93 }

mercurial