From de0bada84a56df3ec640bfed0e63aff3eadc8f9f Mon Sep 17 00:00:00 2001 From: Siarhei Puhach Date: Tue, 4 Jul 2017 15:00:08 +0300 Subject: [PATCH 01/36] SSH key change design init --- hosting/static/hosting/css/user_keys.css | 5 + hosting/templates/hosting/base_short.html | 7 +- hosting/templates/hosting/user_keys.html | 121 ++++++++++++---------- 3 files changed, 75 insertions(+), 58 deletions(-) create mode 100644 hosting/static/hosting/css/user_keys.css diff --git a/hosting/static/hosting/css/user_keys.css b/hosting/static/hosting/css/user_keys.css new file mode 100644 index 00000000..3b3c9c63 --- /dev/null +++ b/hosting/static/hosting/css/user_keys.css @@ -0,0 +1,5 @@ +.ssh-key-header { + line-height: 35px; +} +.ssh-container{ +} diff --git a/hosting/templates/hosting/base_short.html b/hosting/templates/hosting/base_short.html index e1a6a027..96c313a4 100644 --- a/hosting/templates/hosting/base_short.html +++ b/hosting/templates/hosting/base_short.html @@ -18,6 +18,7 @@ + @@ -46,7 +47,7 @@ - +