Commit 9795bd83 by Kálmán Viktor

dashboard: move inline css

parent f4cf294b
...@@ -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;
}
}
...@@ -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>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment