Reduce container in ssh_key and tetextarea
This commit is contained in:
parent
38970e9353
commit
be82a63b7a
2 changed files with 7 additions and 1 deletions
|
@ -57,6 +57,9 @@
|
||||||
.virtual-machine-container .box-setting .label-success{
|
.virtual-machine-container .box-setting .label-success{
|
||||||
padding-top: 4px;
|
padding-top: 4px;
|
||||||
}
|
}
|
||||||
|
.virtual-machine-container .form-ssh textarea{
|
||||||
|
height: 150px !important
|
||||||
|
}
|
||||||
|
|
||||||
/*Create VM Styles*/
|
/*Create VM Styles*/
|
||||||
.parent-container{
|
.parent-container{
|
||||||
|
@ -195,6 +198,9 @@
|
||||||
.step-title{
|
.step-title{
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
.dashboard-title{
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
.container-os .os-circle{
|
.container-os .os-circle{
|
||||||
width: 105px;
|
width: 105px;
|
||||||
height: 105px;
|
height: 105px;
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="container-table col-md-9 col-md-offset-2">
|
<div class="container-table col-md-9 col-md-offset-2">
|
||||||
<div class="col-sm-12">
|
<div class="col-sm-12">
|
||||||
<form method="POST" action="" novalidate>
|
<form method="POST" action="" novalidate class="form-ssh">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
<h3><i class="fa fa-key fa-separate" aria-hidden="true"></i>{% trans "Access Key"%} </h3>
|
<h3><i class="fa fa-key fa-separate" aria-hidden="true"></i>{% trans "Access Key"%} </h3>
|
||||||
{% if messages %}
|
{% if messages %}
|
||||||
|
|
Loading…
Reference in a new issue