Whoops, forgot to commit these.
This commit is contained in:
parent
45c338ed31
commit
2a598ce18b
4 changed files with 108 additions and 0 deletions
20
www/extras/Fork/ProgressBar.css
Normal file
20
www/extras/Fork/ProgressBar.css
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
.webgui-fork-pb {
|
||||
border: thin solid black;
|
||||
position: relative;
|
||||
line-height: 20pt;
|
||||
height: 20pt;
|
||||
}
|
||||
|
||||
.webgui-fork-pb .webgui-fork-pb-bar {
|
||||
background-color: lime;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.webgui-fork-pb .webgui-fork-pb-caption {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
font-size: 18pt;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue