change to AGPL

This commit is contained in:
jysperm
2014-09-07 16:00:26 +08:00
parent 3b3e04f79e
commit 7c0057ce75
6 changed files with 142 additions and 113 deletions

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