Commit 878fdd71 by Dányi Bence

one: modal window height fix

parent 2a57b731
......@@ -12,13 +12,13 @@
background-color: rgba(0,0,0,0.6);
}
#modal-container{
width: 500px;
min-width: 500px;
position: fixed;
left:50%;
top:50%;
margin-left: -270px;
margin-top: -200px;
min-height: 200px;
min-height: 50px;
background-color: #fff;
border-radius: 4px;
padding: 20px;
......@@ -31,6 +31,10 @@
ul{
list-style: none;
}
input {
margin: 5px 10px;
padding: 3px;
}
}
.wizard{
li{
......
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