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
d3fb12c8
authored
Sep 22, 2014
by
Kálmán Viktor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dashboard: move inline css
parent
c85691f6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
19 deletions
+18
-19
circle/dashboard/static/dashboard/dashboard.css
+18
-0
circle/dashboard/templates/dashboard/node-list.html
+0
-19
No files found.
circle/dashboard/static/dashboard/dashboard.css
View file @
d3fb12c8
...
@@ -973,3 +973,21 @@ textarea[name="new_members"] {
...
@@ -973,3 +973,21 @@ textarea[name="new_members"] {
.hilight
.autocomplete-hl
{
.hilight
.autocomplete-hl
{
color
:
orange
;
color
:
orange
;
}
}
.node-list-table
tbody
>
tr
>
td
,
.node-list-table
thead
>
tr
>
th
{
vertical-align
:
middle
;
}
.node-list-table
thead
>
tr
>
th
,
.node-list-table
.enabled
,
.node-list-table
.priority
,
.node-list-table
.overcommit
,
.node-list-table
.number_of_VMs
{
text-align
:
center
;
}
.node-list-table-thin
{
width
:
10px
;
}
.node-list-table-monitor
{
width
:
250px
;
}
circle/dashboard/templates/dashboard/node-list.html
View file @
d3fb12c8
...
@@ -43,25 +43,6 @@
...
@@ -43,25 +43,6 @@
</div>
<!-- -col-md-12 -->
</div>
<!-- -col-md-12 -->
</div>
<!-- .row -->
</div>
<!-- .row -->
<style>
.node-list-table
tbody
>
tr
>
td
,
.node-list-table
thead
>
tr
>
th
{
vertical-align
:
middle
;
}
.node-list-table
thead
>
tr
>
th
,
.node-list-table
.enabled
,
.node-list-table
.priority
,
.node-list-table
.overcommit
,
.node-list-table
.number_of_VMs
{
text-align
:
center
;
}
.node-list-table-thin
{
width
:
10px
;
}
.node-list-table-monitor
{
width
:
250px
;
}
</style>
{% endblock %}
{% endblock %}
{% block extra_js %}
{% block extra_js %}
...
...
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