1
0
Fork 0
forked from 0x2620/oxjs

add Ox.Progressbar

This commit is contained in:
rlx 2011-09-01 09:35:45 +00:00
commit 2a9053a588
4 changed files with 50 additions and 1 deletions

View file

@ -69,6 +69,16 @@ Bars
white-space: nowrap;
}
.OxProgressbar {
height: 16px;
border-radius: 8px;
}
.OxProgressbar > div {
width: 16px;
height: 16px;
border-radius: 8px;
}
.OxResizebar {
z-index: 2;
}