Commit b926fff3 by Dányi Bence

webui: fix wizard progressbar

parent 6005eb05
...@@ -46,6 +46,7 @@ ...@@ -46,6 +46,7 @@
} }
.progress{ .progress{
text-align: center; text-align: center;
position: relative;
.bar{ .bar{
height: 20px; height: 20px;
background-color: rgb(102, 196, 0); background-color: rgb(102, 196, 0);
...@@ -56,9 +57,11 @@ ...@@ -56,9 +57,11 @@
border-radius: 4px; border-radius: 4px;
height: 20px; height: 20px;
position: absolute; position: absolute;
z-index: -1;
width: 500px; width: 500px;
} }
h3 {
position: absolute;
}
} }
input[type=text] { input[type=text] {
display: block; 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