Rev | Line | |
---|
[0] | 1 | #file-box { |
---|
| 2 | width: 100%; |
---|
| 3 | float: left; |
---|
[3365] | 4 | margin-right: -15em; /* was -180px; */ |
---|
[0] | 5 | } |
---|
| 6 | |
---|
| 7 | #file-editor { |
---|
[3365] | 8 | margin-right: 15em; /* was 180px; */ |
---|
[0] | 9 | } |
---|
| 10 | |
---|
| 11 | #file-chooser { |
---|
| 12 | float: right; |
---|
[3365] | 13 | width: 14em; /* was 170px; */ |
---|
[0] | 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; |
---|
[2647] | 23 | font-weight: bold; |
---|
[0] | 24 | } |
---|
| 25 | #file-chooser li.parent-file { |
---|
| 26 | color:#c00; |
---|
| 27 | } |
---|
[2647] | 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 | } |
---|
[0] | 35 | textarea { |
---|
| 36 | font: 1em Monaco,"Courier New",Courier,monospace; |
---|
[2566] | 37 | } |
---|
[3252] | 38 | .CodeMirror { |
---|
[3253] | 39 | height: 30em; |
---|
[3252] | 40 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.