chore: re-initialize git repository for deployment

This commit is contained in:
yi
2026-06-10 14:01:56 +08:00
commit 7783e965fd
131 changed files with 14355 additions and 0 deletions
+38
View File
@@ -0,0 +1,38 @@
table#workflow-history{
width:100%
}
table#workflow-history tbody th,table#workflow-history tbody td.col {
width: 16em;
}
.submitlink {
padding-left: 12px;
background: url(../img/icon-yes.gif) 0 .25em no-repeat;
}
a.submitlink:link, a.submitlink:visited {
color: #CC3434;
}
a.submitlink:hover {
color: #993333;
}
label.control{
width:4em;
}
p.next-node{
font-weight:bold;
}
ul.node-users{
list-style:none;
}
p.tooltip{
color:#999;
}
li.done-link{
padding-left: 12px;
background: url(../img/icon_yes.gif) 0 .2em no-repeat;
}