Add WebCms

This commit is contained in:
2016-11-07 12:56:17 -05:00
parent dfe92218f4
commit 15911f33c0
2750 changed files with 365672 additions and 133 deletions
@@ -0,0 +1,27 @@
.progressIndicator {
background: url(images/indicator.gif) repeat-x;
height: 8px;
}
.progressContainerLeft {
background: url(images/container_left.gif) repeat-x;
padding: 3px 0px 2px 5px;
float: left;
margin: 0px;
height: 13px;
}
.progressContainerRight {
background: url(images/container_right.gif) no-repeat;
padding: 0px;
width: 4px;
margin: 0px;
float: left;
height: 13px;
}
.progressBar {
margin: 0px;
padding: 0px;
display: block;
}