Commit 878fdd71 by Dányi Bence

one: modal window height fix

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