summaryrefslogtreecommitdiff
path: root/website/css/fullscreen.css
diff options
context:
space:
mode:
authorJayaram R Pai2014-09-15 14:39:01 +0530
committerJayaram R Pai2014-09-15 14:39:01 +0530
commit5f2e6accc9a0b790cccf1eba972123817ec7552a (patch)
treeb01ead8397b358d437dcdd3e1ef3b84163335a69 /website/css/fullscreen.css
parent674e4c3dc687d9ae4c2db742e9bc9f1a9887b082 (diff)
downloadscilab-on-cloud-5f2e6accc9a0b790cccf1eba972123817ec7552a.tar.gz
scilab-on-cloud-5f2e6accc9a0b790cccf1eba972123817ec7552a.tar.bz2
scilab-on-cloud-5f2e6accc9a0b790cccf1eba972123817ec7552a.zip
added tornado server config file
Diffstat (limited to 'website/css/fullscreen.css')
-rw-r--r--website/css/fullscreen.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/website/css/fullscreen.css b/website/css/fullscreen.css
new file mode 100644
index 0000000..437acd8
--- /dev/null
+++ b/website/css/fullscreen.css
@@ -0,0 +1,6 @@
+.CodeMirror-fullscreen {
+ position: fixed;
+ top: 0; left: 0; right: 0; bottom: 0;
+ height: auto;
+ z-index: 9;
+}