caw/html/css/caw.css,ui.css : Simplifications and updates.
This commit is contained in:
parent
33a12d1f67
commit
00b7388875
@ -34,6 +34,10 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
.varList > div {
|
||||
padding-top: 3px;
|
||||
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user