diff options
author | Jayaram R Pai | 2014-09-15 14:39:01 +0530 |
---|---|---|
committer | Jayaram R Pai | 2014-09-15 14:39:01 +0530 |
commit | 5f2e6accc9a0b790cccf1eba972123817ec7552a (patch) | |
tree | b01ead8397b358d437dcdd3e1ef3b84163335a69 /website/css/fullscreen.css | |
parent | 674e4c3dc687d9ae4c2db742e9bc9f1a9887b082 (diff) | |
download | scilab-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.css | 6 |
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; +} |