nicer curriculum errors
[edumed.git] / curriculum / static / curriculum / curriculum.css
1 .curriculum-form {
2   border: 1px solid #ddd;
3   padding: 1em;
4   border-radius: 0.688em;
5   background: #ADAEAF;
6   color: white; }
7   .curriculum-form a {
8     cursor: pointer; }
9   .curriculum-form a:hover {
10     text-decoration: underline; }
11   .curriculum-form .error {
12     padding-left: 1em;
13     border-radius: .5em;
14     background: #ed7831;
15     color: white;
16     font-weight: bold; }
17   .curriculum-form h2 {
18     margin: 0; }
19     .curriculum-form h2 a {
20       display: block;
21       color: white; }
22       .curriculum-form h2 a span {
23         display: none; }
24   .curriculum-form strong {
25     display: inline-block;
26     vertical-align: top;
27     width: 12em; }
28   .curriculum-form .curriculum-levels {
29     display: inline-block;
30     list-style: none;
31     padding: 0;
32     margin: 0;
33     width: 40em;
34     vertical-align: top; }
35     .curriculum-form .curriculum-levels li {
36       display: inline-block;
37       width: 13em; }
38   .curriculum-form .curriculum-section-toggler {
39     display: none;
40     color: white; }