Proyectos de Subversion Moodle

Rev

Rev 577 | Rev 579 | Ir a la última revisión | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
476 ariadna 1
@media (min-width: 768px) {
2
    #page-calendar-view #page-wrapper {
3
        display: flex;
4
        flex-direction: row;
5
    }
6
 
7
    #page-calendar-view #page  {
8
        flex: 1;
9
    }
10
 
11
    #page-calendar-view #page #page-header  {
12
        display: none;
13
    }
14
 
15
    #page-calendar-view #page .main-content  {
16
        height: auto !important;
17
        margin-top: -3%;
18
    }
19
 
20
    #page-calendar-view .drawer.drawer-right {
21
        display: flex;
22
        width: max-content;
23
        margin-top: 3%;
24
        background: #23292f;
25
        height: 100%;
26
    }
27
 
28
    #page-calendar-view .card-body {
29
        padding: 10px;
30
        margin-top: 70%;
31
        margin-left: 15%;
32
    }
33
 
34
    #page-calendar-view .eventname {
35
        color: #fff !important;
36
    }
37
}
38
 
39
#page-calendar-view .calendar-controls a{
566 ariadna 40
    margin-right: 0px;
476 ariadna 41
}
564 ariadna 42
 
43
#page-calendar-view .region-main-course-wrapper {
44
    margin-top: 3%;
45
}
46
 
47
#page-calendar-view .flex-wrap {
48
    padding-top: 2px;
49
    margin-top: 15px;
565 ariadna 50
}
51
 
571 ariadna 52
#page-calendar-view .d-none {
569 ariadna 53
    display: inline !important;
571 ariadna 54
    font-size: 12.5px;
578 ariadna 55
    color: #000;
565 ariadna 56
}
57
 
58
#page-calendar-view .calendar-controls .previous {
59
    width: auto !important;
60
    border-radius: 5px !important;
576 ariadna 61
    border: none;
565 ariadna 62
    padding: 15px !important;
576 ariadna 63
    background: #002389;
578 ariadna 64
    color: #fff !important;
566 ariadna 65
}
66
 
67
#page-calendar-view .calendar-controls .next{
68
    width: auto !important;
69
    border-radius: 5px !important;
576 ariadna 70
    border: none;
566 ariadna 71
    padding: 15px !important;
576 ariadna 72
    background: #002389;
578 ariadna 73
    color: #fff !important;
568 ariadna 74
}
75
 
76
#page-calendar-view .calendarwrapper {
77
    position: relative;
78
    height: 550px !important;
570 ariadna 79
}
80
 
81
#page-calendar-view .btn.dropdown-toggle{
82
    height: 30px;
83
    font-size: 12.5px !important;
84
}
85
 
86
#page-calendar-view .custom-select {
87
    height: 30px;
88
    font-size: 12.5px;
89
    padding-top: 2.5px;
90
    padding-bottom: 2.5px;
91
    border-radius: 5px;
92
}
93
 
94
#page-calendar-view #calendarviewdropdown{
95
    margin: 0;
571 ariadna 96
}
97
 
98
#page-calendar-view .btn-primary{
99
    background: transparent;
100
    color: #000;
101
    border-radius: 5px;
102
    border-color: #ddd;
103
    margin-top: 0 !important;
104
    height: 30px !important;
105
    margin-left: 5px;
106
    font-size: smaller;
107
}
108
 
575 ariadna 109
#page-calendar-view .moremenu .dropdownmoremenu .nav-link {
110
    display: none !important;
111
}
576 ariadna 112
 
113
#page-calendar-view .calendar-controls .previous:hover, #page-calendar-view .calendar-controls .next:hover {
114
    width: auto !important;
115
    border-radius: 5px !important;
116
    border: 1px solid #bbb;
117
    padding: 15px !important;
118
    background: #fff;
119
    color: #000;
120
}