diff options
author | prashantsinalkar | 2019-09-12 17:20:14 +0530 |
---|---|---|
committer | prashantsinalkar | 2019-09-12 17:20:14 +0530 |
commit | 88cd9bdbc72d208baa7cad42dd6a687055a800b6 (patch) | |
tree | 80ec44e2d00eeb6d172791ffe90491e74b54c6a4 /static/website/css/fullscreen.css | |
parent | 8d645434fe4cb332fdc95b75df35aab2ee41bfcc (diff) | |
download | R_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.css | 7 |
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; -} - |