Logo white

Peter M. Groen / knowledgetree

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • knowledgetree
  • resources
  • css
  • workflow-admin.css
  • - massively improve the workflow editing / management system ...
    4ccac372
    - fix html-error in listFieldsets
    - make the titlebar slightly less verbose to accommodate smaller screens better.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4699 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-01-26 16:22:18 +0000  
    Browse Code ยป
workflow-admin.css 324 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
#workflow-states-list {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

#workflow-states-list ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 1em;
    border-top: 1px solid #dedede;
    margin-top: 0.5em;
    margin-bottom: 1.5em;
}

.workflow_element { 
    font-weight: bold;
}