src/main/webapp/lightpit.css

changeset 209
c9c6abf167c7
parent 207
479dd7993ef9
child 211
8066895cc57e
equal deleted inserted replaced
208:785820da6485 209:c9c6abf167c7
196 white-space: nowrap; 196 white-space: nowrap;
197 } 197 }
198 198
199 table.formtable tbody td > * { 199 table.formtable tbody td > * {
200 width: 100%; 200 width: 100%;
201 margin: 0;
201 box-sizing: border-box; 202 box-sizing: border-box;
202 } 203 }
203 204
204 table.formtable input[type=date] { 205 table.formtable input[type=date] {
205 width: auto; 206 width: auto;
236 .medskip { 237 .medskip {
237 margin-top: .5em; 238 margin-top: .5em;
238 } 239 }
239 240
240 .info-box, .error-box, .warn-box { 241 .info-box, .error-box, .warn-box {
241 margin: 2em; 242 margin: 1.5em;
242 border-style: dashed; 243 border-style: dashed;
243 border-width: thin; 244 border-width: thin;
244 border-color: deepskyblue; 245 border-color: deepskyblue;
245 padding: 1em; 246 padding: 1em;
246 } 247 }
247 248
248 .error-box { 249 .error-box {
250 border-style: outset;
249 border-color: red; 251 border-color: red;
252 background: lightcoral;
250 } 253 }
251 254
252 .warn-box { 255 .warn-box {
256 border-style: outset;
253 border-color: gold; 257 border-color: gold;
258 background: lightgoldenrodyellow;
254 } 259 }
255 260
256 .table { 261 .table {
257 display: table; 262 display: table;
258 border-spacing: .5em; 263 border-spacing: .5em;

mercurial