Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/app/templates
diff options
context:
space:
mode:
authorSebastian Silva <sebastian@sugarlabs.org>2011-11-16 08:28:44 (GMT)
committer Sebastian Silva <sebastian@sugarlabs.org>2011-11-16 08:28:44 (GMT)
commit60abf6eb8f5173f17be88d24bc2fc889820133f6 (patch)
tree43e0d9e820d15958a57831cd2f596da3208df881 /app/templates
parent82511a6fe2d29d50c1cdca4b2abb23ff681a1943 (diff)
Layout fix for XO screen.
Diffstat (limited to 'app/templates')
-rw-r--r--app/templates/editor.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/templates/editor.html b/app/templates/editor.html
index 217eefe..419d6e8 100644
--- a/app/templates/editor.html
+++ b/app/templates/editor.html
@@ -25,7 +25,7 @@
${absdir}/<br/>
<strong>${basename}</strong><br/>
</div>
-<div id="result"></div>
+<div id="result" style="color:red"></div>
<hr />
<form id="saveform" action="/save" method="post">
<input type="hidden" name="filename" id="filename" value="$filename" />
@@ -67,7 +67,7 @@
document.ready = function() {
var aceEditor = ace.edit("editor");
aceEditor.setTheme("ace/theme/twilight");
- document.getElementById('editor').style.fontSize='14px';
+ document.getElementById('editor').style.fontSize='14pt';
aceEditor.getSession().setUseSoftTabs(true);
// we can assume we're on unix
aceEditor.getSession().setNewLineMode("unix");