mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-04-24 03:35:59 +08:00
change to AGPL
This commit is contained in:
39
plugin/linux/static/style/monitor.less
Normal file
39
plugin/linux/static/style/monitor.less
Normal file
@@ -0,0 +1,39 @@
|
||||
.progress-bar {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.multi-progress span {
|
||||
position: inherit;
|
||||
display: inherit;
|
||||
width: 100%;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
body #content .row {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.process-list {
|
||||
overflow-x: scroll;
|
||||
}
|
||||
|
||||
.col-md-4 {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.col-md-8 {
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.process-list td {
|
||||
font-size: 14px;
|
||||
font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.progress-bar.blank {
|
||||
background-color: #f5f5f5;
|
||||
color: black;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
Reference in New Issue
Block a user