add CIS_REDIRECT_TO_CIS4 to cis config, add viewport meta tag and alter tw.css and mobile.css to improve layout of index.html and rendering of logos on mobile devices, add logic to redirect users to cis4 after login

This commit is contained in:
Harald Bamberger
2025-05-14 15:16:18 +02:00
parent 3c08bc12cd
commit 53f2776efe
5 changed files with 62 additions and 4 deletions
+32 -1
View File
@@ -935,4 +935,35 @@ table.hoverbox
border-style:solid;
border-color:grey;
}
*/
*/
div.header_logo
{
position: absolute;
left: 16px;
top: 3%;
z-index: 5000;
background-image:url(styles/tw/logo_250x130.png);
background-repeat: no-repeat;
width:170px;
height:51px;
background-size: contain;
}
td.headerbar
{
background-image: url(styles/tw/header.png);
background-position: top;
background-repeat: repeat-x;
}
div.cis_logo
{
background-image:url(styles/tw/cis_logo_text_400x78.png);
background-repeat: no-repeat;
max-width: 400px;
height: 78px;
background-size: 100%;
width: 90%;
background-position: center;
}
+5 -2
View File
@@ -1185,13 +1185,16 @@ td.headerbar
{
background-image: url(styles/tw/header.png);
background-position: top;
background-repeat: repeat-x;"
background-repeat: repeat-x;
}
div.cis_logo
{
background-image:url(styles/tw/cis_logo_text_400x78.png);
background-repeat: no-repeat;
width: 400px;
max-width: 400px;
height: 78px;
background-size: 100%;
width: 90%;
background-position: center;
}