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
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
46fb3d68
authored
Mar 24, 2014
by
Kálmán Viktor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dashboard: fix node detail in smaller screens
parent
c654b9e0
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
+7
-1
circle/dashboard/static/dashboard/dashboard.css
+6
-0
circle/dashboard/templates/dashboard/node-detail.html
+1
-1
No files found.
circle/dashboard/static/dashboard/dashboard.css
View file @
46fb3d68
...
...
@@ -409,6 +409,8 @@ footer {
footer
a
,
footer
a
:hover
,
footer
a
:visited
{
color
:
white
;
text-decoration
:
underline
;
}
.template-disk-list
{
list-style
:
none
;
padding-left
:
0
;
...
...
@@ -417,3 +419,7 @@ footer a, footer a:hover, footer a:visited {
.template-disk-list
li
{
padding-bottom
:
5px
;
}
#node-info-pane
{
margin-bottom
:
20px
;
}
circle/dashboard/templates/dashboard/node-detail.html
View file @
46fb3d68
...
...
@@ -14,7 +14,7 @@
<div
id=
"node-details-h1-name"
>
{{ node.name }}
</div>
</h1>
</h1>
<small>
{{ node.get_connect_host }}
</small>
</div>
<div
class=
"row"
>
...
...
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