Commit 5685b1c7 by Dányi Bence

webui: wizard code updated

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