Modify style

This commit is contained in:
PCoder 2019-06-24 18:58:44 +02:00
parent ba7ff9e409
commit a330dee9a1
2 changed files with 7 additions and 2 deletions

View File

@ -186,3 +186,8 @@ footer .dcl-link-separator::before {
background: transparent !important;
resize: none;
}
.existing-keys-title {
font-weight: bold;
font-size: 14px;
}

View File

@ -151,9 +151,9 @@
<div class="dashboard-container-head">
<h2 class="dashboard-title-thin"><i class="fa fa-key" aria-hidden="true"></i>&nbsp;{% trans "Add your public SSH key" %}</h2>
</div>
<div class="previous-keys">
<div class="existing-keys">
{% if keys|length > 0 %}
<div class="previous-keys-title">Previous keys</div>
<div class="existing-keys-title">Existing keys</div>
{% endif %}
{% for key in keys %}
<textarea class="form-control input-no-border" style="width: 100%" readonly rows="6">