Flat file database editor and browser with web interface
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
rocket-inv/templates/static/style.css

27 lines
348 B

*, *::before, *::after {
box-sizing: border-box;
}
form .Row {
display: flex;
padding: .25rem;
}
form .Row label {
flex-shrink: 0;
width: 10rem;
text-align: right;
display: inline-block;
padding-right: .5rem;
}
form .Row input,
form .Row select {
height: 2.1rem;
}
form .Row textarea {
flex-shrink: 1;
width: 30rem;
height: 6rem;
}