mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-01-13 07:01:20 +08:00
40 lines
544 B
Plaintext
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;
|
|
}
|