You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

projectdoc Toolbox

Information on how to apply styles to your space using the OKRs doctype add-on.

Shows an example for applying styles to a space using the Doctypes for Objectives and Key Results add-on for the projectdoc Toolbox to create a condensed style.

CSS

The following style sheet renders the create buttons for compact sections in a compact form.

.projectdoc-compact-buttons h1 {  
  display: inline;  
}  
  
.projectdoc-compact-buttons a.create-from-template-button {  
    margin-left: 5px;  
    vertical-align: super;  
}  
  • No labels