From be82a63b7a43f9094e50b1bb9775ae4bf7e83128 Mon Sep 17 00:00:00 2001 From: Henry Bravo Date: Sun, 11 Jun 2017 20:04:06 -0500 Subject: [PATCH] Reduce container in ssh_key and tetextarea --- hosting/static/hosting/css/virtual-machine.css | 6 ++++++ hosting/templates/hosting/user_key.html | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/hosting/static/hosting/css/virtual-machine.css b/hosting/static/hosting/css/virtual-machine.css index 1d74affb..e043879d 100644 --- a/hosting/static/hosting/css/virtual-machine.css +++ b/hosting/static/hosting/css/virtual-machine.css @@ -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; diff --git a/hosting/templates/hosting/user_key.html b/hosting/templates/hosting/user_key.html index 3386732d..061e759e 100644 --- a/hosting/templates/hosting/user_key.html +++ b/hosting/templates/hosting/user_key.html @@ -6,7 +6,7 @@
-
+ {% csrf_token %}

{% trans "Access Key"%}

{% if messages %}