move examples
This commit is contained in:
parent
45ff502b55
commit
c3047a1586
47 changed files with 52 additions and 39 deletions
32
examples/ui/progress/css/example.css
Normal file
32
examples/ui/progress/css/example.css
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
.OxLabel {
|
||||
position: absolute;
|
||||
left: 16px;
|
||||
}
|
||||
.OxProgressbar, #status {
|
||||
position: absolute;
|
||||
left: 224px;
|
||||
}
|
||||
|
||||
#label0, #progress0 {
|
||||
top: 16px;
|
||||
}
|
||||
#label1, #progress1 {
|
||||
top: 48px;
|
||||
}
|
||||
#label2, #status {
|
||||
top: 80px;
|
||||
}
|
||||
#label3, #progress2 {
|
||||
top: 112px;
|
||||
}
|
||||
|
||||
#status > div:first-child {
|
||||
float: left;
|
||||
width: 64px;
|
||||
font-weight: bold;
|
||||
}
|
||||
#status > div:last-child {
|
||||
float: right;
|
||||
width: 256px;
|
||||
text-align: right;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue