caw/html/css/caw.css,ui.css : Simplifications and updates.

This commit is contained in:
kevin 2025-03-08 12:31:56 -05:00
parent 33a12d1f67
commit 00b7388875
2 changed files with 13 additions and 10 deletions

View File

@ -33,8 +33,12 @@
.varList {
display: flex;
flex-direction: column;
overflow-y: hidden;
overflow-y: hidden;
}
.varList > div {
padding-top: 3px;
}
.varPanel {

View File

@ -15,32 +15,25 @@ body {
input, label, button, select {
font-family: sans-serif;
font-size: 10px;
height: 20px;
}
div {
/*border: 1px solid black; */
background-color: LightSteelBlue;
}
div p {
font-family: sans-serif;
font-size: 12px;
margin-top: 2px;
margin-bottom: 2px;
background-color: LightSteelBlue;
}
label {
/*border: 1px solid red;*/
width: 50px;
padding-left: 10px;
margin-top: 3px;
height: 20px;
}
.uiCtlDiv {
display: flex;
flex-direction: row;
@ -56,6 +49,12 @@ label {
width: 50px;
}
.uiCheckDiv input {
}
.uiStringDiv input {
}
.uiPanel {
background-color: LightBlue;
}