summaryrefslogtreecommitdiff
path: root/static/website/css/fullscreen.css
diff options
context:
space:
mode:
authorprashantsinalkar2019-09-12 17:20:14 +0530
committerprashantsinalkar2019-09-12 17:20:14 +0530
commit88cd9bdbc72d208baa7cad42dd6a687055a800b6 (patch)
tree80ec44e2d00eeb6d172791ffe90491e74b54c6a4 /static/website/css/fullscreen.css
parent8d645434fe4cb332fdc95b75df35aab2ee41bfcc (diff)
downloadR_on_Cloud_Web_Interface-88cd9bdbc72d208baa7cad42dd6a687055a800b6.tar.gz
R_on_Cloud_Web_Interface-88cd9bdbc72d208baa7cad42dd6a687055a800b6.tar.bz2
R_on_Cloud_Web_Interface-88cd9bdbc72d208baa7cad42dd6a687055a800b6.zip
fixed code and changed modals
Diffstat (limited to 'static/website/css/fullscreen.css')
-rw-r--r--static/website/css/fullscreen.css7
1 files changed, 0 insertions, 7 deletions
diff --git a/static/website/css/fullscreen.css b/static/website/css/fullscreen.css
deleted file mode 100644
index 2cb47e7..0000000
--- a/static/website/css/fullscreen.css
+++ /dev/null
@@ -1,7 +0,0 @@
-.CodeMirror-fullscreen {
- position: fixed;
- top: 0; left: 0; right: 0; bottom: 0;
- height: auto;
- z-index: 9;
-}
-