Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Fukász Rómeó Ervin
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
7acc6a70
authored
Jan 09, 2015
by
Kálmán Viktor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dashboard: fix dashboard file
parent
1a9d84cd
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
circle/dashboard/static/dashboard/dashboard.less
+6
-3
circle/dashboard/templates/dashboard/store/index-files.html
+1
-1
No files found.
circle/dashboard/static/dashboard/dashboard.less
View file @
7acc6a70
...
@@ -752,12 +752,15 @@ textarea[name="new_members"] {
...
@@ -752,12 +752,15 @@ textarea[name="new_members"] {
margin-top: 8px;
margin-top: 8px;
}
}
#dashboard-files-toplist div.list-group-item {
#dashboard-files-toplist {
div.list-group-item {
color: #555;
color: #555;
}
height: 41px;
#dashboard-files-toplist div.list-group-item
:hover {
&
:hover {
background: #eee;
background: #eee;
}
}
}
}
.store-list-item-name {
.store-list-item-name {
...
...
circle/dashboard/templates/dashboard/store/index-files.html
View file @
7acc6a70
...
@@ -54,7 +54,7 @@
...
@@ -54,7 +54,7 @@
</div>
</div>
{% endfor %}
{% endfor %}
</div>
</div>
<div
class=
"list-group-item list-group-footer
no-hover
"
>
<div
class=
"list-group-item list-group-footer"
>
<div
class=
"text-right"
>
<div
class=
"text-right"
>
<form
class=
"pull-left"
method=
"POST"
action=
"{% url "
dashboard
.
views
.
store-refresh-toplist
"
%}"
>
<form
class=
"pull-left"
method=
"POST"
action=
"{% url "
dashboard
.
views
.
store-refresh-toplist
"
%}"
>
{% csrf_token %}
{% csrf_token %}
...
...
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