From 8aa7ffa2d3e3357b46dfca78c96aca26c805b215 Mon Sep 17 00:00:00 2001 From: Mondi Geetha Date: Tue, 4 Jul 2017 00:56:49 +0530 Subject: [PATCH] Added Heading to Modals and styles --- hosting/static/hosting/css/commons.css | 8 ++++++-- hosting/templates/hosting/orders.html | 8 ++++---- hosting/templates/hosting/user_keys.html | 10 +++++----- hosting/templates/hosting/virtual_machine_detail.html | 4 ++-- 4 files changed, 17 insertions(+), 13 deletions(-) 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 @@