From 3e4e5931b2dd48739278186ca23a5b508e9cfcce Mon Sep 17 00:00:00 2001
From: Prashant Ravindra Jadhav <55036442+prjadhav14@users.noreply.github.com>
Date: Fri, 5 Jun 2020 11:17:55 -0700
Subject: [PATCH 01/47] [VSPC-78] Module layout changes for bigger and smaller
screens
---
.../src/main/webapp/WEB-INF/views/exhibition/module.jsp | 9 +++++++++
vspace/src/main/webapp/resources/extra/Module_1.css | 9 ++++++++-
.../webapp/resources/extra/Module_1___slideshow___1.css | 7 +++++++
3 files changed, 24 insertions(+), 1 deletion(-)
diff --git a/vspace/src/main/webapp/WEB-INF/views/exhibition/module.jsp b/vspace/src/main/webapp/WEB-INF/views/exhibition/module.jsp
index 109526491..df2ab78a4 100644
--- a/vspace/src/main/webapp/WEB-INF/views/exhibition/module.jsp
+++ b/vspace/src/main/webapp/WEB-INF/views/exhibition/module.jsp
@@ -28,6 +28,15 @@ body {
function closeLangNav() {
document.getElementById("myLangSidenav").style.width = "0";
}
+ $( document ).ready(function() {
+ if($.browser.chrome) {
+ alert(1);
+ } else if ($.browser.mozilla) {
+ alert(2);
+ } else if ($.browser.msie) {
+ alert(3);
+ }
+ });
diff --git a/vspace/src/main/webapp/resources/extra/Module_1.css b/vspace/src/main/webapp/resources/extra/Module_1.css
index 13fd1417b..4635fc38c 100644
--- a/vspace/src/main/webapp/resources/extra/Module_1.css
+++ b/vspace/src/main/webapp/resources/extra/Module_1.css
@@ -5,8 +5,8 @@
}
.Group_8_Class {
- /* text-align: center; */
text-align: -webkit-center;
+ text-align: -moz-center;
}
.Module_header_Class {
@@ -200,4 +200,11 @@ a, a:hover, a:focus {
.emptyPlace{
/* min-height: 100%; */
height: 700px;
+}
+
+@media only screen and (max-width: 800px) {
+ /* For mobile phones: */
+ [class*="exit_to_space_Class"] {
+ top: 45%;
+ }
}
\ No newline at end of file
diff --git a/vspace/src/main/webapp/resources/extra/Module_1___slideshow___1.css b/vspace/src/main/webapp/resources/extra/Module_1___slideshow___1.css
index 22267aee2..0c77de951 100644
--- a/vspace/src/main/webapp/resources/extra/Module_1___slideshow___1.css
+++ b/vspace/src/main/webapp/resources/extra/Module_1___slideshow___1.css
@@ -210,4 +210,11 @@ a, a:hover, a:focus {
.language-picker {
display: inline-block;
position: relative;
+}
+
+@media only screen and (max-width: 800px) {
+ /* For mobile phones: */
+ [class*="Group_7_Class"] {
+ width: 98%;
+ }
}
\ No newline at end of file
From c870b57dcdfc96a0f93f6a4e13f31261cad17939 Mon Sep 17 00:00:00 2001
From: Prashant Ravindra Jadhav <55036442+prjadhav14@users.noreply.github.com>
Date: Mon, 8 Jun 2020 09:07:46 -0700
Subject: [PATCH 02/47] [VSPC-78] Deleting debug code added in jsp file.
---
.../src/main/webapp/WEB-INF/views/exhibition/module.jsp | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/vspace/src/main/webapp/WEB-INF/views/exhibition/module.jsp b/vspace/src/main/webapp/WEB-INF/views/exhibition/module.jsp
index df2ab78a4..109526491 100644
--- a/vspace/src/main/webapp/WEB-INF/views/exhibition/module.jsp
+++ b/vspace/src/main/webapp/WEB-INF/views/exhibition/module.jsp
@@ -28,15 +28,6 @@ body {
function closeLangNav() {
document.getElementById("myLangSidenav").style.width = "0";
}
- $( document ).ready(function() {
- if($.browser.chrome) {
- alert(1);
- } else if ($.browser.mozilla) {
- alert(2);
- } else if ($.browser.msie) {
- alert(3);
- }
- });
From f1078db8acd45d81436cf7b76a41dabe878e6260 Mon Sep 17 00:00:00 2001
From: Prashant Ravindra Jadhav <55036442+prjadhav14@users.noreply.github.com>
Date: Tue, 9 Jun 2020 16:08:24 -0700
Subject: [PATCH 03/47] Story/vspc 77 (#124)
* [VSPC-77] Changes using media query for mobile screen size.
* [VSPC-77] Saving updates to the code for minimum height
* [VSPC-77] Changes for links positioning
* [VSPC-77] Link positioning for space layout for smaller screen size.
* [VSPC-77] removing wrongly printed value from console.
* [VSPC-77] Links positioning for mobile screens
* [VSPC-77] Space description position fix.
* [VSPC-77] Links positioning changes for mobile screens
* [VSPC-77] Changes with respect to image width as per screen resolution.
* [VSPC-77] Width fix for changing window sizes
* [VSPC-77] Fix for intermittent issue of links repositioning
* [VSPC-77] Adding back the debugging line of code for sourceURL.
---
.../webapp/WEB-INF/views/exhibition/space.jsp | 132 ++++++++++++------
.../src/main/webapp/resources/extra/Home.css | 30 ++--
2 files changed, 111 insertions(+), 51 deletions(-)
diff --git a/vspace/src/main/webapp/WEB-INF/views/exhibition/space.jsp b/vspace/src/main/webapp/WEB-INF/views/exhibition/space.jsp
index 10e81c797..e8bea27a8 100644
--- a/vspace/src/main/webapp/WEB-INF/views/exhibition/space.jsp
+++ b/vspace/src/main/webapp/WEB-INF/views/exhibition/space.jsp
@@ -8,16 +8,29 @@
+">
+
+
+
+
+
+
"
+ rel="stylesheet">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${message}
+
+
+
+
+
+
+
+
+
+
+
+
+