Reduce container in ssh_key and tetextarea

This commit is contained in:
Henry Bravo 2017-06-11 20:04:06 -05:00
parent 38970e9353
commit be82a63b7a
2 changed files with 7 additions and 1 deletions

View file

@ -57,6 +57,9 @@
.virtual-machine-container .box-setting .label-success{
padding-top: 4px;
}
.virtual-machine-container .form-ssh textarea{
height: 150px !important
}
/*Create VM Styles*/
.parent-container{
@ -195,6 +198,9 @@
.step-title{
text-align: center;
}
.dashboard-title{
text-align: center;
}
.container-os .os-circle{
width: 105px;
height: 105px;

View file

@ -6,7 +6,7 @@
<div class="row">
<div class="container-table col-md-9 col-md-offset-2">
<div class="col-sm-12">
<form method="POST" action="" novalidate>
<form method="POST" action="" novalidate class="form-ssh">
{% csrf_token %}
<h3><i class="fa fa-key fa-separate" aria-hidden="true"></i>{% trans "Access Key"%} </h3>
{% if messages %}