Modify style
This commit is contained in:
parent
ba7ff9e409
commit
a330dee9a1
2 changed files with 7 additions and 2 deletions
|
@ -186,3 +186,8 @@ footer .dcl-link-separator::before {
|
||||||
background: transparent !important;
|
background: transparent !important;
|
||||||
resize: none;
|
resize: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.existing-keys-title {
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
|
|
@ -151,9 +151,9 @@
|
||||||
<div class="dashboard-container-head">
|
<div class="dashboard-container-head">
|
||||||
<h2 class="dashboard-title-thin"><i class="fa fa-key" aria-hidden="true"></i> {% trans "Add your public SSH key" %}</h2>
|
<h2 class="dashboard-title-thin"><i class="fa fa-key" aria-hidden="true"></i> {% trans "Add your public SSH key" %}</h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="previous-keys">
|
<div class="existing-keys">
|
||||||
{% if keys|length > 0 %}
|
{% if keys|length > 0 %}
|
||||||
<div class="previous-keys-title">Previous keys</div>
|
<div class="existing-keys-title">Existing keys</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% for key in keys %}
|
{% for key in keys %}
|
||||||
<textarea class="form-control input-no-border" style="width: 100%" readonly rows="6">
|
<textarea class="form-control input-no-border" style="width: 100%" readonly rows="6">
|
||||||
|
|
Loading…
Reference in a new issue