forked from 0x2620/oxjs
merging changes
This commit is contained in:
parent
e2f6492638
commit
9842418f0d
111 changed files with 5275 additions and 930 deletions
17
demos/form2/css/form.css
Normal file
17
demos/form2/css/form.css
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
body {
|
||||
overflow: hidden;
|
||||
}
|
||||
#panel {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
padding: 4px;
|
||||
background: rgb(240, 240, 240);
|
||||
overflow: auto;
|
||||
}
|
||||
.margin {
|
||||
float: left;
|
||||
margin: 4px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue