Skip to content
Snippets Groups Projects
Select Git revision
  • f469c2b28c4aedbf5d0e2278231cec4da119bea1
  • main default protected
  • port-availabilites-fullcalendar
3 results

bootstrap-4.3.1.min.js

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 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;
    }