src/main/webapp/lightpit.css

changeset 98
5c406eef0e5c
parent 97
602f75801644
child 101
c34c81b87674
     1.1 --- a/src/main/webapp/lightpit.css	Sat Aug 22 18:17:06 2020 +0200
     1.2 +++ b/src/main/webapp/lightpit.css	Sat Aug 22 18:34:36 2020 +0200
     1.3 @@ -48,6 +48,8 @@
     1.4  }
     1.5  
     1.6  #mainMenu {
     1.7 +    position: fixed;
     1.8 +    z-index: 2;
     1.9      width: 100%;
    1.10      display: flex;
    1.11      flex-flow: row wrap;
    1.12 @@ -56,12 +58,15 @@
    1.13      border-bottom-style: solid;
    1.14      border-bottom-width: 1pt;
    1.15  }
    1.16 +
    1.17  #sideMenu {
    1.18      display: flex;
    1.19 +    z-index: 1;
    1.20      flex-flow: column;
    1.21      position: fixed;
    1.22      height: 100%;
    1.23      width: 30ch;
    1.24 +    padding-top: 2.25rem;
    1.25      border-image-source: linear-gradient(to bottom, #606060, rgba(60, 60, 60, .25));
    1.26      border-image-slice: 1;
    1.27      border-right-style: solid;
    1.28 @@ -73,7 +78,7 @@
    1.29  }
    1.30  
    1.31  #mainMenu {
    1.32 -    font-size: large;
    1.33 +    font-size: 1.2rem;
    1.34      background: #e0e0e5;
    1.35  }
    1.36  
    1.37 @@ -118,7 +123,7 @@
    1.38  }
    1.39  
    1.40  #content-area {
    1.41 -    padding: 1em;
    1.42 +    padding: 2.75rem 1em 1em;
    1.43  }
    1.44  
    1.45  button, a.button {

mercurial