Commit 9075b023 by Kálmán Viktor

dashboard: fix click new vm text position

parent cfa1e837
......@@ -1251,9 +1251,13 @@ textarea[name="new_members"] {
#empty-vm-help {
position: absolute;
bottom: 70px;
right: 45px;
z-index: 99999;
right: 30px;
color: #101010;
text-align: right;
i {
padding-right: 10px;
}
}
#vm-detail-successfull-boot {
......
......@@ -50,7 +50,7 @@
{% trans "You have no virtual machines." %}
</div>
<div id="empty-vm-help">
{% trans "Use the <strong>new</strong> button to start a new VM" %}
{% trans "Use the <strong>new</strong> button to start a new VM" %}<br />
<i class="fa fa-arrow-down"></i>
</div>
{% endfor %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment