codemirror 3.18 with enabled the fullscreen addon

This commit is contained in:
Paolo
2013-09-26 21:52:53 +02:00
parent 633acffd28
commit ddf1998d49
166 changed files with 3820 additions and 2321 deletions
+1 -1
View File
@@ -352,7 +352,7 @@ EDIT PAGE SLIDING FILES MENU
position: fixed;
top: 0px;
left: 0px;
z-index: 1029;
z-index: 1031;
border-right: 3px solid #000;
/* animation (it doesn't work in IE<10) */
-moz-transition: all 0.4s;
@@ -1,10 +1,6 @@
/* Fullscreen */
.CodeMirror-fullscreen {
display: block;
position: absolute ! important;
top: 0; left: 0;
width: 100% ! important;
z-index: 1028;
z-index: 1030;
}
/* BREAKPOINTS */