From 88cd9bdbc72d208baa7cad42dd6a687055a800b6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Thu, 12 Sep 2019 17:20:14 +0530 Subject: fixed code and changed modals --- static/website/css/fullscreen.css | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 static/website/css/fullscreen.css (limited to 'static/website/css/fullscreen.css') 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; -} - -- cgit From 760c6ef028bd4866a81a9e8f00d6c73f828a276c Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Wed, 17 Jul 2019 14:56:54 +0530 Subject: added file select validation and varible for upload file api url --- static/website/css/fullscreen.css | 1 + 1 file changed, 1 insertion(+) create mode 120000 static/website/css/fullscreen.css (limited to 'static/website/css/fullscreen.css') diff --git a/static/website/css/fullscreen.css b/static/website/css/fullscreen.css new file mode 120000 index 0000000..8339003 --- /dev/null +++ b/static/website/css/fullscreen.css @@ -0,0 +1 @@ +/home/prashant/www/html/python/python_3.x/django_2.x/fossee/R/R_on_Cloud_Web_Interface/website/static/website/css/fullscreen.css \ No newline at end of file -- cgit From e87d9feb957b25afefc4eee982e76b4a7a045177 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Fri, 13 Sep 2019 15:01:11 +0530 Subject: fixed conflict --- static/website/css/fullscreen.css | 1 - 1 file changed, 1 deletion(-) delete mode 120000 static/website/css/fullscreen.css (limited to 'static/website/css/fullscreen.css') diff --git a/static/website/css/fullscreen.css b/static/website/css/fullscreen.css deleted file mode 120000 index 8339003..0000000 --- a/static/website/css/fullscreen.css +++ /dev/null @@ -1 +0,0 @@ -/home/prashant/www/html/python/python_3.x/django_2.x/fossee/R/R_on_Cloud_Web_Interface/website/static/website/css/fullscreen.css \ No newline at end of file -- cgit From 489f16974da5742c4dfe6436ce11783bed985151 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Fri, 13 Sep 2019 16:41:12 +0530 Subject: updated the default config file --- static/website/css/fullscreen.css | 1 + 1 file changed, 1 insertion(+) create mode 120000 static/website/css/fullscreen.css (limited to 'static/website/css/fullscreen.css') diff --git a/static/website/css/fullscreen.css b/static/website/css/fullscreen.css new file mode 120000 index 0000000..8339003 --- /dev/null +++ b/static/website/css/fullscreen.css @@ -0,0 +1 @@ +/home/prashant/www/html/python/python_3.x/django_2.x/fossee/R/R_on_Cloud_Web_Interface/website/static/website/css/fullscreen.css \ No newline at end of file -- cgit