Commit 63352f18 by Dányi Bence

webui: wizard fix

parent edb951ca
...@@ -52,6 +52,7 @@ ...@@ -52,6 +52,7 @@
.bar{ .bar{
height: 20px; height: 20px;
background-color: rgb(102, 196, 0); background-color: rgb(102, 196, 0);
border-right: 1px solid rgb(70, 134, 0);
} }
.bar-container{ .bar-container{
border: 1px solid #666; border: 1px solid #666;
...@@ -79,6 +80,7 @@ ...@@ -79,6 +80,7 @@
text-align: right; text-align: right;
} }
nav{ nav{
margin-top: 15px;
a{ a{
text-decoration: underline; text-decoration: underline;
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