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
9795bd83
authored
Oct 28, 2014
by
Kálmán Viktor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dashboard: move inline css
parent
f4cf294b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
25 deletions
+25
-25
circle/dashboard/static/dashboard/dashboard.less
+25
-0
circle/dashboard/templates/dashboard/node-list/column-monitor.html
+0
-25
No files found.
circle/dashboard/static/dashboard/dashboard.less
View file @
9795bd83
...
@@ -1118,3 +1118,28 @@ textarea[name="new_members"] {
...
@@ -1118,3 +1118,28 @@ textarea[name="new_members"] {
-o-box-sizing: content-box;
-o-box-sizing: content-box;
box-sizing: content-box;
box-sizing: content-box;
}
}
.node-list-table .monitor {
.progress {
position: relative;
width: 150px;
height: 16px;
margin-bottom: 4px;
margin-top: 0px;
background-image: linear-gradient(to bottom, #BBEBEB 0px, #F5F5F5 100%);
}
.progress-bar-text {
position: absolute;
top: -1px;
display: block;
width: 100%;
color: white;
/* outline */
text-shadow:
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000;
font-size: 13px;
}
}
circle/dashboard/templates/dashboard/node-list/column-monitor.html
View file @
9795bd83
...
@@ -32,28 +32,3 @@
...
@@ -32,28 +32,3 @@
</span>
</span>
</div>
</div>
</div>
</div>
<style>
.progress
{
position
:
relative
;
width
:
150px
;
height
:
16px
;
margin-bottom
:
4px
;
margin-top
:
0px
;
background-image
:
linear-gradient
(
to
bottom
,
#BBEBEB
0px
,
#F5F5F5
100%
);
}
.progress-bar-text
{
position
:
absolute
;
display
:
block
;
width
:
100%
;
color
:
white
;
/* outline */
text-shadow
:
-1px
-1px
0
#000
,
1px
-1px
0
#000
,
-1px
1px
0
#000
,
1px
1px
0
#000
;
font-size
:
13px
;
}
</style>
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