Skip to content
Snippets Groups Projects
Select Git revision
  • f2bad4a91be1c40d6790eebbdc05453b7f08cd81
  • master default
  • renovate/django-split-settings-1.x
  • renovate/djangorestframework-3.x
  • main
  • 520-improve-trackmanager
  • 520-fix-scheduling
  • 520-akowner
  • 520-status
  • 520-message-resolved
  • 520-improve-scheduling-2
  • renovate/django-bootstrap5-24.x
  • 520-improve-submission
  • 520-improve-scheduling
  • 520-improve-wall
  • 520-fix-event-wizard-datepicker
  • 520-upgrades
  • renovate/tzdata-2023.x
  • renovate/django-5.x
  • renovate/fontawesomefree-6.x
  • renovate/sphinx-rtd-theme-2.x
  • renovate/sphinxcontrib-apidoc-0.x
22 results

apps.py

Blame
  • Forked from KIF / AKPlanning
    Source project has a limited visibility.
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    custom.css 347 B
    .form-group.required {
        font-weight: bold;
    }
    
    .form-text.text-muted {
        font-size: 12px;
    }
    
    #id_description {
        height: 100px;
    }
    
    #id_notes {
        height: 150px;
    }
    
    #id_durations {
        height: 75px;
    }
    
    #id_category {
        width: 150px;
    }
    
    #id_present {
        width: 150px;
    }
    
    .breakWord {
        word-break: normal;
        overflow-wrap: anywhere;
    }