Skip to content
Snippets Groups Projects
Select Git revision
  • ffe4d6f7056d424982df10629ccbbe023e59f6de
  • master default protected
  • renovate/configure
3 results

README.md

  • Forked from Uni-Film-Club / Programm-Info-Bot
    Source project has a limited visibility.
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    custom.css 485 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;
    }
    
    .deleteEvent {
        background-color: #6a6a6a !important;
    }
    
    .deleteEvent .fc-event-title {
        font-size: 5vw;
        text-align: center;
    }