minor hotfixes for the 0.6 release

Mon, 09 Aug 2021 17:09:54 +0200

author
Mike Becker <universe@uap-core.de>
date
Mon, 09 Aug 2021 17:09:54 +0200
changeset 219
556c03f1dd4e
parent 218
0e4a9b6f7a12
child 220
1f7e76a213dd

minor hotfixes for the 0.6 release

src/main/webapp/WEB-INF/changelogs/changelog-de.jspf file | annotate | diff | comparison | revisions
src/main/webapp/WEB-INF/changelogs/changelog.jspf file | annotate | diff | comparison | revisions
src/main/webapp/WEB-INF/jsp/site.jsp file | annotate | diff | comparison | revisions
src/main/webapp/language.css file | annotate | diff | comparison | revisions
src/main/webapp/lightpit.css file | annotate | diff | comparison | revisions
     1.1 --- a/src/main/webapp/WEB-INF/changelogs/changelog-de.jspf	Mon Aug 09 16:58:38 2021 +0200
     1.2 +++ b/src/main/webapp/WEB-INF/changelogs/changelog-de.jspf	Mon Aug 09 17:09:54 2021 +0200
     1.3 @@ -24,7 +24,7 @@
     1.4    --%>
     1.5  <%@ page contentType="text/html;charset=UTF-8" %>
     1.6  
     1.7 -<h3>Version 0.6 (Vorschau)</h3>
     1.8 +<h3>Version 0.6</h3>
     1.9  
    1.10  <ul>
    1.11      <li>Infoseite hinzugefĆ¼gt.</li>
     2.1 --- a/src/main/webapp/WEB-INF/changelogs/changelog.jspf	Mon Aug 09 16:58:38 2021 +0200
     2.2 +++ b/src/main/webapp/WEB-INF/changelogs/changelog.jspf	Mon Aug 09 17:09:54 2021 +0200
     2.3 @@ -24,7 +24,7 @@
     2.4    --%>
     2.5  <%@ page contentType="text/html;charset=UTF-8" %>
     2.6  
     2.7 -<h3>Version 0.6 (snapshot)</h3>
     2.8 +<h3>Version 0.6</h3>
     2.9  
    2.10  <ul>
    2.11      <li>Adds about page.</li>
     3.1 --- a/src/main/webapp/WEB-INF/jsp/site.jsp	Mon Aug 09 16:58:38 2021 +0200
     3.2 +++ b/src/main/webapp/WEB-INF/jsp/site.jsp	Mon Aug 09 17:09:54 2021 +0200
     3.3 @@ -118,9 +118,12 @@
     3.4              </div>
     3.5          </div>
     3.6          <c:if test="${not empty navMenu}">
     3.7 -            <div id="sideMenu">
     3.8 -                <%@include file="../jspf/navmenu.jspf" %>
     3.9 -            </div>
    3.10 +        <div id="sideMenu">
    3.11 +            <%@include file="../jspf/navmenu.jspf" %>
    3.12 +        </div>
    3.13 +        </c:if>
    3.14 +        <c:if test="${empty navMenu}">
    3.15 +        <div id="sideMenuFiller"></div>
    3.16          </c:if>
    3.17          <div id="content-area">
    3.18              <c:import url="${contentPage}"/>
     4.1 --- a/src/main/webapp/language.css	Mon Aug 09 16:58:38 2021 +0200
     4.2 +++ b/src/main/webapp/language.css	Mon Aug 09 17:09:54 2021 +0200
     4.3 @@ -28,7 +28,6 @@
     4.4   */
     4.5  
     4.6  #lang-selector {
     4.7 -    max-width: 30%;
     4.8      display: flex;
     4.9      flex-basis: content;
    4.10      flex-direction: column;
     5.1 --- a/src/main/webapp/lightpit.css	Mon Aug 09 16:58:38 2021 +0200
     5.2 +++ b/src/main/webapp/lightpit.css	Mon Aug 09 17:09:54 2021 +0200
     5.3 @@ -86,7 +86,7 @@
     5.4  
     5.5  #body-area {
     5.6      display: grid;
     5.7 -    grid-template-columns: max-content auto;
     5.8 +    grid-template-columns: min-content auto;
     5.9      grid-template-rows: max-content 1fr;
    5.10      height: 100%;
    5.11  }
    5.12 @@ -118,6 +118,11 @@
    5.13      background: #f7f7ff;
    5.14  }
    5.15  
    5.16 +#sideMenuFiller {
    5.17 +    grid-row: 2;
    5.18 +    grid-column: 1;
    5.19 +}
    5.20 +
    5.21  #mainMenu .menuEntry {
    5.22      padding: .25em 1em .25em 1em;
    5.23      border-right-style: solid;
    5.24 @@ -126,6 +131,7 @@
    5.25  }
    5.26  
    5.27  #sideMenu .menuEntry {
    5.28 +    white-space: nowrap;
    5.29      padding-right: 1em;
    5.30      padding-top: .25em;
    5.31      padding-bottom: .25em;

mercurial