diff --git a/hosting/static/hosting/css/commons.css b/hosting/static/hosting/css/commons.css index 0da317ba..3503f723 100644 --- a/hosting/static/hosting/css/commons.css +++ b/hosting/static/hosting/css/commons.css @@ -73,7 +73,7 @@ } .modal-header { - min-height: 25px; + min-height: 30px; } .modal-header .close { @@ -82,8 +82,12 @@ margin-top: 0; position: absolute; top: 0; - right: 15px; + right: 11px; z-index: 10; + line-height: 60px; +} +.modal-header .close span { + display: block; } .modal-header .close:focus { @@ -98,8 +102,8 @@ .modal-body { text-align: center; width: 100%; - float: left; - padding: 0px 30px 15px 30px; + float: left; + padding: 0px 40px 15px 30px; } .modal-body .modal-icon i { font-size: 80px; @@ -145,7 +149,7 @@ @media (max-width: 767px) { .modal-dialog { /* top: 30%; */ - width: 90%; + width: 95%; margin: 0 auto !important; } } diff --git a/hosting/static/hosting/css/user_keys.css b/hosting/static/hosting/css/user_keys.css index 6526640a..5e693384 100644 --- a/hosting/static/hosting/css/user_keys.css +++ b/hosting/static/hosting/css/user_keys.css @@ -71,6 +71,10 @@ } } +@media (max-width: 420px) { + .ssh-keys-table {table-layout: fixed;} +} + .ssh-keys-table thead tr th, .ssh-keys-table tbody tr td{ color: #717274; diff --git a/hosting/templates/hosting/user_keys.html b/hosting/templates/hosting/user_keys.html index 7d9dd6e0..321512d5 100644 --- a/hosting/templates/hosting/user_keys.html +++ b/hosting/templates/hosting/user_keys.html @@ -53,10 +53,6 @@
{% csrf_token %} @@ -78,10 +74,10 @@ aria-label="Confirm"> -