summaryrefslogtreecommitdiff
path: root/static/website/css/fullscreen.css
diff options
context:
space:
mode:
authorJayaram Pai2013-12-19 23:14:19 +0530
committerJayaram Pai2013-12-19 23:14:19 +0530
commit80068542d8d510bf0751ef3c4309b35408f9039d (patch)
treedc0facdf37f59225ff53247a198a4ba35845d903 /static/website/css/fullscreen.css
parent4a929add0e1c1dce95e6829f6d39f37ae5960afb (diff)
downloadscilab-on-cloud-80068542d8d510bf0751ef3c4309b35408f9039d.tar.gz
scilab-on-cloud-80068542d8d510bf0751ef3c4309b35408f9039d.tar.bz2
scilab-on-cloud-80068542d8d510bf0751ef3c4309b35408f9039d.zip
basic frontend completed
Diffstat (limited to 'static/website/css/fullscreen.css')
-rw-r--r--static/website/css/fullscreen.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/static/website/css/fullscreen.css b/static/website/css/fullscreen.css
new file mode 100644
index 0000000..437acd8
--- /dev/null
+++ b/static/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;
+}