caw/html/css/caw.css,ui.css : Simplifications and updates.
This commit is contained in:
parent
33a12d1f67
commit
00b7388875
@ -33,8 +33,12 @@
|
|||||||
.varList {
|
.varList {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.varList > div {
|
||||||
|
padding-top: 3px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.varPanel {
|
.varPanel {
|
||||||
|
@ -15,32 +15,25 @@ body {
|
|||||||
input, label, button, select {
|
input, label, button, select {
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
height: 20px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
div {
|
div {
|
||||||
/*border: 1px solid black; */
|
|
||||||
background-color: LightSteelBlue;
|
background-color: LightSteelBlue;
|
||||||
}
|
}
|
||||||
|
|
||||||
div p {
|
div p {
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
margin-top: 2px;
|
|
||||||
margin-bottom: 2px;
|
|
||||||
background-color: LightSteelBlue;
|
background-color: LightSteelBlue;
|
||||||
}
|
}
|
||||||
|
|
||||||
label {
|
label {
|
||||||
/*border: 1px solid red;*/
|
|
||||||
width: 50px;
|
width: 50px;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
margin-top: 3px;
|
height: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.uiCtlDiv {
|
.uiCtlDiv {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
@ -56,6 +49,12 @@ label {
|
|||||||
width: 50px;
|
width: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.uiCheckDiv input {
|
||||||
|
}
|
||||||
|
|
||||||
|
.uiStringDiv input {
|
||||||
|
}
|
||||||
|
|
||||||
.uiPanel {
|
.uiPanel {
|
||||||
background-color: LightBlue;
|
background-color: LightBlue;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user