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/bootstrap-css/custom.css | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 static/website/bootstrap-css/custom.css (limited to 'static/website/bootstrap-css') diff --git a/static/website/bootstrap-css/custom.css b/static/website/bootstrap-css/custom.css deleted file mode 100644 index 61177ba..0000000 --- a/static/website/bootstrap-css/custom.css +++ /dev/null @@ -1,11 +0,0 @@ -div.form-inline label.col-md-4{justify-content:flex-end;} -#diff-area{white-space:pre;} -ins{text-decoration:none;background-color:#28a745!important} -del{text-decoration:none;background-color:#dc3545!important} -#diff_wrapper .modal-dialog{max-width:100%;width:auto !important;display:inline-block;} -.modal.in{text-align:center;} -.bg-dark{background-color:#0f2342 !important;} -.ajax-loader{position:relative;display:inline-block;top:1px;left:5px;width:16px;height:11px;background:url("../images/ajax-loader.gif");background-size:cover;} -#success, #fail{display:none;} -.nav-link{margin-top:0.5rem;!important} -.CodeMirror{min-height:58vh;!important} -- 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/bootstrap-css/custom.css | 1 + 1 file changed, 1 insertion(+) create mode 120000 static/website/bootstrap-css/custom.css (limited to 'static/website/bootstrap-css') diff --git a/static/website/bootstrap-css/custom.css b/static/website/bootstrap-css/custom.css new file mode 120000 index 0000000..11f92d1 --- /dev/null +++ b/static/website/bootstrap-css/custom.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/bootstrap-css/custom.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/bootstrap-css/custom.css | 1 - 1 file changed, 1 deletion(-) delete mode 120000 static/website/bootstrap-css/custom.css (limited to 'static/website/bootstrap-css') diff --git a/static/website/bootstrap-css/custom.css b/static/website/bootstrap-css/custom.css deleted file mode 120000 index 11f92d1..0000000 --- a/static/website/bootstrap-css/custom.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/bootstrap-css/custom.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/bootstrap-css/custom.css | 1 + 1 file changed, 1 insertion(+) create mode 120000 static/website/bootstrap-css/custom.css (limited to 'static/website/bootstrap-css') diff --git a/static/website/bootstrap-css/custom.css b/static/website/bootstrap-css/custom.css new file mode 120000 index 0000000..11f92d1 --- /dev/null +++ b/static/website/bootstrap-css/custom.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/bootstrap-css/custom.css \ No newline at end of file -- cgit