admin editor: fix theme selector and full screen
This commit is contained in:
+7
-11
@@ -3,7 +3,7 @@
|
||||
.CodeMirror {
|
||||
/* Set height, width, borders, and global font properties here */
|
||||
font-family: monospace;
|
||||
height: 300px;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.CodeMirror-scroll {
|
||||
@@ -12,17 +12,13 @@
|
||||
}
|
||||
|
||||
/* Fullscreen */
|
||||
|
||||
.CodeMirror-fullscreen {
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 0; left: 0;
|
||||
width: 100% ! important;;
|
||||
z-index: 9999;
|
||||
}
|
||||
|
||||
|
||||
|
||||
display: block;
|
||||
position: absolute ! important;
|
||||
top: 0; left: 0;
|
||||
width: 100% ! important;
|
||||
z-index: 9999;
|
||||
}
|
||||
|
||||
/* BREAKPOINTS */
|
||||
|
||||
|
||||
+3
-2
@@ -27,8 +27,9 @@
|
||||
/* Editor styling */
|
||||
|
||||
.cm-s-web2py {
|
||||
line-height: 1.40em;
|
||||
font-family: Monaco, Menlo,"Andale Mono","lucida console","Courier New",monospace !important;
|
||||
line-height: 1.40em;
|
||||
font-family: Monaco, Menlo,"Andale Mono","lucida console","Courier New",monospace !important;
|
||||
background: white;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user