preset_select/css/preset_sel.css : Initial commit.
This commit is contained in:
parent
7f1a7a3c3b
commit
a2f6991fb0
31
html/preset_sel/css/preset_sel.css
Normal file
31
html/preset_sel/css/preset_sel.css
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
|
||||||
|
|
||||||
|
.fragList {
|
||||||
|
border: 1px solid LightSteelBlue;
|
||||||
|
width: 900px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fragList label {
|
||||||
|
width: 50px;
|
||||||
|
background-color: LightBlue;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fragList .uiNumbDisp {
|
||||||
|
width: 25px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fragPanel {
|
||||||
|
border: 1px solid LightSteelBlue;
|
||||||
|
padding-bottom: 5px;
|
||||||
|
padding-top: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fragPresetCtl {
|
||||||
|
width: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fragPresetCtl .uiNumber {
|
||||||
|
border: 1px solid LightSteelBlue;
|
||||||
|
width: 80%;
|
||||||
|
}
|
||||||
|
|
@ -5,6 +5,7 @@
|
|||||||
<title>Preset Selection App</title>
|
<title>Preset Selection App</title>
|
||||||
<script type="text/javascript" src="js/ui.js"></script>
|
<script type="text/javascript" src="js/ui.js"></script>
|
||||||
<link href="css/ui.css" rel="stylesheet">
|
<link href="css/ui.css" rel="stylesheet">
|
||||||
|
<link href="css/preset_sel.css" rel="stylesheet">
|
||||||
|
|
||||||
<script text="text/javascript">
|
<script text="text/javascript">
|
||||||
window.addEventListener("load",main, false )
|
window.addEventListener("load",main, false )
|
||||||
|
Loading…
Reference in New Issue
Block a user