Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Gelencsér Szabolcs
/
circlestack
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
9075b023
authored
Mar 03, 2015
by
Kálmán Viktor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dashboard: fix click new vm text position
parent
cfa1e837
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
circle/dashboard/static/dashboard/dashboard.less
+6
-2
circle/dashboard/templates/dashboard/index-vm.html
+1
-1
No files found.
circle/dashboard/static/dashboard/dashboard.less
View file @
9075b023
...
...
@@ -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 {
...
...
circle/dashboard/templates/dashboard/index-vm.html
View file @
9075b023
...
...
@@ -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 %}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment