Commit e1e63c42 by Danyi Bence

template-wizard css fix

parent 735f8a37
...@@ -97,12 +97,23 @@ a:link,a:visited{ ...@@ -97,12 +97,23 @@ a:link,a:visited{
.wizard .progress{ .wizard .progress{
text-align: center; text-align: center;
} }
#modal-container .wizard input, #modal-container .wizard select, #modal-container .wizard textarea { #modal-container .wizard input, #modal-container .wizard select {
display: block; display: block;
float: right; float: right;
padding: 5px; padding: 5px;
margin: 10px 5px; margin: 10px 5px;
width: 200px; width: 200px;
text-align: right;
}
#modal-container .wizard textarea{
float: right;
padding: 5px;
margin: 10px 5px;
width: 300px;
height: 100px;
font-family:'Metrophobic',sans-serif;
font-size: 12px;
text-align: right;
} }
.wm .summary{ .wm .summary{
padding: 15px 5px; padding: 15px 5px;
......
...@@ -29,11 +29,9 @@ ...@@ -29,11 +29,9 @@
</select> </select>
<div class="clear"></div> <div class="clear"></div>
</li> </li>
<li> <li style="border: none">
<label for="new-template-description">Leírás</label> <label for="new-template-description">Leírás</label>
<textarea name="description" id="new-template-description"> <textarea name="description" id="new-template-description">A sablonhoz fűzött megjegyzések.</textarea>
A sablonhoz fűzött megjegyzések.
</textarea>
<div class="clear"></div> <div class="clear"></div>
</li> </li>
</ul> </ul>
......
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