src/main/webapp/lightpit.css

changeset 219
556c03f1dd4e
parent 217
a5ad7cd5d000
child 220
1f7e76a213dd
equal deleted inserted replaced
218:0e4a9b6f7a12 219:556c03f1dd4e
84 text-decoration: none; 84 text-decoration: none;
85 } 85 }
86 86
87 #body-area { 87 #body-area {
88 display: grid; 88 display: grid;
89 grid-template-columns: max-content auto; 89 grid-template-columns: min-content auto;
90 grid-template-rows: max-content 1fr; 90 grid-template-rows: max-content 1fr;
91 height: 100%; 91 height: 100%;
92 } 92 }
93 93
94 #mainMenu { 94 #mainMenu {
116 border-right-style: solid; 116 border-right-style: solid;
117 border-right-width: thin; 117 border-right-width: thin;
118 background: #f7f7ff; 118 background: #f7f7ff;
119 } 119 }
120 120
121 #sideMenuFiller {
122 grid-row: 2;
123 grid-column: 1;
124 }
125
121 #mainMenu .menuEntry { 126 #mainMenu .menuEntry {
122 padding: .25em 1em .25em 1em; 127 padding: .25em 1em .25em 1em;
123 border-right-style: solid; 128 border-right-style: solid;
124 border-right-width: thin; 129 border-right-width: thin;
125 border-right-color: #9095a1; 130 border-right-color: #9095a1;
126 } 131 }
127 132
128 #sideMenu .menuEntry { 133 #sideMenu .menuEntry {
134 white-space: nowrap;
129 padding-right: 1em; 135 padding-right: 1em;
130 padding-top: .25em; 136 padding-top: .25em;
131 padding-bottom: .25em; 137 padding-bottom: .25em;
132 border-bottom-style: solid; 138 border-bottom-style: solid;
133 border-bottom-width: thin; 139 border-bottom-width: thin;

mercurial