move to librarian 1.5 IOFile, add some curriculum links
[edumed.git] / curriculum / static / curriculum / curriculum.scss
1 $px: 0.0625em;
2
3 .curriculum-form {
4     border: 1px solid #ddd;
5     padding: 1em;
6     border-radius: 11*$px;
7     background: #ADAEAF;
8     color: white;
9     
10     h2 {
11         margin: 0;
12         a {
13             display: block;
14             color: white;
15             span {display: none;}
16         }
17     }
18
19     strong {
20         display: inline-block;
21         vertical-align: top;
22         width: 12em;
23     }
24
25     .curriculum-levels {
26         display: inline-block;
27         list-style: none;
28         padding: 0;
29         margin: 0;
30         width: 40em;
31         vertical-align: top;
32
33         li {
34             display: inline-block;
35             width: 13em;
36         }
37     }
38
39     .curriculum-section-toggler {
40         display: none;
41     }
42
43     .categories {
44         
45     }
46
47 }