src/main/webapp/lightpit.css

changeset 124
ed2e7aef2a3e
parent 109
2e0669e814ff
child 146
b0e83cab0bde
equal deleted inserted replaced
123:c27eee1259bd 124:ed2e7aef2a3e
63 display: flex; 63 display: flex;
64 z-index: 1; 64 z-index: 1;
65 flex-flow: column; 65 flex-flow: column;
66 position: fixed; 66 position: fixed;
67 height: 100%; 67 height: 100%;
68 width: 30ch; 68 width: 40ch; /* adjust with sidebar-spacing.margin-left */
69 padding-top: 2.25rem; 69 padding-top: 2.25rem;
70 color: #3060f8; 70 color: #3060f8;
71 border-image-source: linear-gradient(to bottom, #606060, rgba(60, 60, 60, .25)); 71 border-image-source: linear-gradient(to bottom, #606060, rgba(60, 60, 60, .25));
72 border-image-slice: 1; 72 border-image-slice: 1;
73 border-right-style: solid; 73 border-right-style: solid;
74 border-right-width: 1pt; 74 border-right-width: 1pt;
75 } 75 }
76 76
77 #content-area.sidebar-spacing { 77 #content-area.sidebar-spacing {
78 margin-left: 30ch; 78 margin-left: 40ch; /* adjust with sideMenu.width */
79 } 79 }
80 80
81 #mainMenu { 81 #mainMenu {
82 font-size: 1.2rem; 82 font-size: 1.2rem;
83 background: #e0e0e5; 83 background: #e0e0e5;
195 white-space: nowrap; 195 white-space: nowrap;
196 } 196 }
197 197
198 table.formtable tbody td > * { 198 table.formtable tbody td > * {
199 width: 100%; 199 width: 100%;
200 box-sizing: border-box;
200 } 201 }
201 202
202 table.formtable input[type=date] { 203 table.formtable input[type=date] {
203 width: auto; 204 width: auto;
204 } 205 }

mercurial