Commit 97ba8677 by Dányi Bence

webui: fix wizard progressbar (round 2)

parent b926fff3
......@@ -47,6 +47,8 @@
.progress{
text-align: center;
position: relative;
width: 100%;
height: 15px;
.bar{
height: 20px;
background-color: rgb(102, 196, 0);
......@@ -60,6 +62,7 @@
width: 500px;
}
h3 {
width: 100%;
position: absolute;
}
}
......
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