Skip to content
Snippets Groups Projects
Select Git revision
  • 1df3acc32779938650f232472c946cd34b57ca0f
  • 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
21 results

custom.css

Blame
  • Forked from KIF / AKPlanning
    345 commits behind the upstream repository.
    Benjamin Hättasch's avatar
    Benjamin Hättasch authored
    Bump django-bootstrap to version 5
    Exchange bootstrap files (js & css)
    Adapt settings
    Migrate to new version/resolve breaking changes
    Move layout adaptions previously included in bootstrap.css into custom.css
    347a93f4
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    custom.css 811 B
    html {
        /* influence the base font size bootstrap uses for all further calculation of sizes
        to reduce the overall size a little bit */
        font-size: 13.5px;
    }
    
    a {
        text-decoration: none;
        background-color: transparent;
    }
    
    a:hover {
        text-decoration: underline;
    }
    
    a:hover.btn {
        text-decoration: none;
    }
    
    .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;
    }
    
    .deleteEvent {
        background-color: #6a6a6a !important;
    }
    
    .deleteEvent .fc-event-title {
        font-size: 5vw;
        text-align: center;
    }