##// END OF EJS Templates
Styling to make it clearer where the editor is
Thomas Kluyver -
Show More
@@ -5,6 +5,11 b''
5 {% block stylesheet %}
5 {% block stylesheet %}
6 <link rel="stylesheet" href="{{ static_url('components/codemirror/lib/codemirror.css') }}">
6 <link rel="stylesheet" href="{{ static_url('components/codemirror/lib/codemirror.css') }}">
7 <link rel="stylesheet" href="{{ static_url('components/codemirror/addon/dialog/dialog.css') }}">
7 <link rel="stylesheet" href="{{ static_url('components/codemirror/addon/dialog/dialog.css') }}">
8 <style>
9 #texteditor-container {
10 border-bottom: 1px solid #ccc;
11 }
12 </style>
8
13
9 {{super()}}
14 {{super()}}
10 {% endblock %}
15 {% endblock %}
@@ -43,7 +48,7 b' data-file-path="{{file_path}}"'
43 </div>
48 </div>
44 </div>
49 </div>
45
50
46 <div id="texteditor-container"></div>
51 <div id="texteditor-container" class="container"></div>
47
52
48 {% endblock %}
53 {% endblock %}
49
54
General Comments 0
You need to be logged in to leave comments. Login now