Line | |
---|
1 | #file-box { |
---|
2 | width: 100%; |
---|
3 | float: left; |
---|
4 | margin-right: -15em; /* was -180px; */ |
---|
5 | } |
---|
6 | |
---|
7 | #file-editor { |
---|
8 | margin-right: 15em; /* was 180px; */ |
---|
9 | } |
---|
10 | |
---|
11 | #file-chooser { |
---|
12 | float: right; |
---|
13 | width: 14em; /* was 170px; */ |
---|
14 | } |
---|
15 | #file-chooser ul { |
---|
16 | padding-left: 0; |
---|
17 | } |
---|
18 | #file-chooser li { |
---|
19 | list-style: square inside; |
---|
20 | } |
---|
21 | #file-chooser li.default-file { |
---|
22 | color: #f90; |
---|
23 | font-weight: bold; |
---|
24 | } |
---|
25 | #file-chooser li.parent-file { |
---|
26 | color:#c00; |
---|
27 | } |
---|
28 | #file-chooser li.group-file { |
---|
29 | list-style: none; |
---|
30 | margin-bottom: 1em; |
---|
31 | } |
---|
32 | #file-chooser li.group-file ul { |
---|
33 | margin-top: .5em; |
---|
34 | } |
---|
35 | textarea { |
---|
36 | font: 1em Monaco,"Courier New",Courier,monospace; |
---|
37 | } |
---|
38 | .CodeMirror { |
---|
39 | height: 30em; |
---|
40 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.