diff --git a/hosting/static/hosting/css/commons.css b/hosting/static/hosting/css/commons.css index 74d154d1..568fc867 100644 --- a/hosting/static/hosting/css/commons.css +++ b/hosting/static/hosting/css/commons.css @@ -88,10 +88,14 @@ .modal-title { margin: 0; line-height: 1.42857143; - font-size: 22px; - padding: 20px 0; + font-size: 25px; + padding: 0; font-family: 'Lato', sans-serif; } +.modal-text { + padding-top: 20px; + font-size: 16px; +} .modal-footer { border-top: 0px solid #e5e5e5; width: 100%; diff --git a/hosting/templates/hosting/orders.html b/hosting/templates/hosting/orders.html index 7adc4cd3..afe8f297 100644 --- a/hosting/templates/hosting/orders.html +++ b/hosting/templates/hosting/orders.html @@ -53,16 +53,16 @@
{% trans "Do you want to delete your order?"%}
{% trans "Do You want to delete this key?"%}
diff --git a/hosting/templates/hosting/virtual_machine_detail.html b/hosting/templates/hosting/virtual_machine_detail.html index 07dbfae6..fdedac30 100644 --- a/hosting/templates/hosting/virtual_machine_detail.html +++ b/hosting/templates/hosting/virtual_machine_detail.html @@ -168,10 +168,10 @@{% trans "Are you sure do you want to cancel your Virtual Machine "%} {{virtual_machine.name}} ?