Commit 5685b1c7 by Dányi Bence

webui: wizard code updated

parent 5590a3cb
......@@ -37,9 +37,9 @@
border-bottom: 1px dotted #999;
}
label{
float: left;
display: inline-block;
padding: 3px;
margin: 10px 5px 10px -5px;
margin: 10px 5px;
}
h2{
margin: 10px 0;
......@@ -94,17 +94,21 @@
}
ul.radio{
float: right;
label {
float: left;
margin: 0;
}
}
.radio{
li{
float: left;
padding: 5px;
margin: 10px 3px;
margin: 5px 3px;
border-bottom: none !important;
}
label{
float: none !important;
}
}
.size-summary {
margin: 10px;
}
}
......
......@@ -68,7 +68,7 @@
<div class="clear"></div>
</div>
<div id="new-group-wizard" style="display: none">
<form action="/group/new/" method="POST">
<form action="/group/new/" method="POST" class="wizard">
<h3>{% trans "Create new group" %}</h3>
<h4>{% trans "Group name" %}</h4>
<p>
......
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