Commit 9075b023 by Kálmán Viktor

dashboard: fix click new vm text position

parent cfa1e837
...@@ -1251,9 +1251,13 @@ textarea[name="new_members"] { ...@@ -1251,9 +1251,13 @@ textarea[name="new_members"] {
#empty-vm-help { #empty-vm-help {
position: absolute; position: absolute;
bottom: 70px; bottom: 70px;
right: 45px; right: 30px;
z-index: 99999;
color: #101010; color: #101010;
text-align: right;
i {
padding-right: 10px;
}
} }
#vm-detail-successfull-boot { #vm-detail-successfull-boot {
......
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
{% trans "You have no virtual machines." %} {% trans "You have no virtual machines." %}
</div> </div>
<div id="empty-vm-help"> <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> <i class="fa fa-arrow-down"></i>
</div> </div>
{% endfor %} {% 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