diff --git a/applications/admin/static/codemirror/theme/web2py.css b/applications/admin/static/codemirror/theme/web2py.css
index f3272aec..a8aa7143 100644
--- a/applications/admin/static/codemirror/theme/web2py.css
+++ b/applications/admin/static/codemirror/theme/web2py.css
@@ -18,7 +18,9 @@
.cm-s-web2py span.cm-tag {color: #170;}
.cm-s-web2py span.cm-attribute {color: #00c;}
.cm-s-web2py span.cm-link {color: #219;}
-
+.cm-s-web2py {
+ background: white;
+}
.cm-s-web2py .CodeMirror-matchingbracket {
border:1px solid grey;
color:black !important;;
@@ -31,15 +33,4 @@
font-family: Monaco, Menlo,"Andale Mono","lucida console","Courier New",monospace !important;
}
-/* Fullscreen mode and active line highlight */
-
-.cm-s-web2py .CodeMirror-fullscreen {
- display: block;
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- z-index: 9999;
-}
-
-.cm-s-web2py .activeline {background: #e8f2ff !important;}
\ No newline at end of file
+.cm-s-web2py .activeline {background: #e8f2ff !important;}
diff --git a/applications/admin/views/default/edit.html b/applications/admin/views/default/edit.html
index 882284ec..fa26027b 100644
--- a/applications/admin/views/default/edit.html
+++ b/applications/admin/views/default/edit.html
@@ -32,8 +32,18 @@
+