Commit b926fff3 by Dányi Bence

webui: fix wizard progressbar

parent 6005eb05
......@@ -46,6 +46,7 @@
}
.progress{
text-align: center;
position: relative;
.bar{
height: 20px;
background-color: rgb(102, 196, 0);
......@@ -56,9 +57,11 @@
border-radius: 4px;
height: 20px;
position: absolute;
z-index: -1;
width: 500px;
}
h3 {
position: absolute;
}
}
input[type=text] {
display: block;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment