Files
RootPanel/plugin/linux/static/style/monitor.less
2014-09-07 16:00:26 +08:00

40 lines
544 B
Plaintext

.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;
}