Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
94
Merge Requests
10
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
687fccd6
authored
Sep 30, 2014
by
Kálmán Viktor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dashboard: add a little margin to disk resize button
parent
ed8ce9ce
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
circle/dashboard/static/dashboard/dashboard.css
+4
-0
circle/dashboard/templates/dashboard/_disk-list-element.html
+2
-1
No files found.
circle/dashboard/static/dashboard/dashboard.css
View file @
687fccd6
...
@@ -1007,3 +1007,7 @@ textarea[name="new_members"] {
...
@@ -1007,3 +1007,7 @@ textarea[name="new_members"] {
#vm-list-table
td
{
#vm-list-table
td
{
vertical-align
:
middle
;
vertical-align
:
middle
;
}
}
.disk-resize-btn
{
margin-right
:
5px
;
}
circle/dashboard/templates/dashboard/_disk-list-element.html
View file @
687fccd6
...
@@ -18,7 +18,8 @@
...
@@ -18,7 +18,8 @@
</a>
</a>
{% if op.resize_disk %}
{% if op.resize_disk %}
<span
class=
"operation-wrapper"
>
<span
class=
"operation-wrapper"
>
<a
href=
"{{ op.resize_disk.get_url }}?disk={{d.pk}}"
class=
"btn btn-xs btn-warning pull-right operation"
>
<a
href=
"{{ op.resize_disk.get_url }}?disk={{d.pk}}"
class=
"btn btn-xs btn-warning pull-right operation disk-resize-btn"
>
<i
class=
"fa fa-arrows-alt"
></i>
{% trans "Resize" %}
<i
class=
"fa fa-arrows-alt"
></i>
{% trans "Resize" %}
</a>
</a>
</span>
</span>
...
...
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