Proyectos de Subversion Moodle

Rev

Rev 652 | Rev 719 | 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;
579 ariadna 63
    background: #eee;
566 ariadna 64
}
65
 
66
#page-calendar-view .calendar-controls .next{
67
    width: auto !important;
68
    border-radius: 5px !important;
576 ariadna 69
    border: none;
566 ariadna 70
    padding: 15px !important;
579 ariadna 71
    background: #eee;
568 ariadna 72
}
73
 
74
#page-calendar-view .calendarwrapper {
75
    position: relative;
76
    height: 550px !important;
570 ariadna 77
}
78
 
79
#page-calendar-view .btn.dropdown-toggle{
80
    height: 30px;
81
    font-size: 12.5px !important;
82
}
83
 
84
#page-calendar-view .custom-select {
85
    height: 30px;
86
    font-size: 12.5px;
87
    padding-top: 2.5px;
88
    padding-bottom: 2.5px;
89
    border-radius: 5px;
90
}
91
 
92
#page-calendar-view #calendarviewdropdown{
93
    margin: 0;
571 ariadna 94
}
95
 
96
#page-calendar-view .btn-primary{
651 ariadna 97
    background: #002389;
98
    color: #fff;
571 ariadna 99
    border-radius: 5px;
651 ariadna 100
    border-color: none;
571 ariadna 101
    margin-top: 0 !important;
102
    height: 30px !important;
103
    margin-left: 5px;
104
    font-size: smaller;
105
}
106
 
575 ariadna 107
#page-calendar-view .moremenu .dropdownmoremenu .nav-link {
108
    display: none !important;
109
}
576 ariadna 110
 
111
#page-calendar-view .calendar-controls .previous:hover, #page-calendar-view .calendar-controls .next:hover {
112
    width: auto !important;
113
    border-radius: 5px !important;
114
    border: 1px solid #bbb;
115
    padding: 15px !important;
116
    background: #fff;
117
    color: #000;
118
}
580 ariadna 119
 
120
#page-calendar-view .maincalendar .calendarmonth th.header {
121
    text-align: center;
651 ariadna 122
    color: #fff;
652 ariadna 123
    background: #002389;
580 ariadna 124
}
125
 
126
#page-calendar-view .event-title{
127
    color: #000 !important;
649 ariadna 128
}
129
 
130
#page-calendar-view .rui-breadcrumbs {
131
    margin-top: -30px;
132
    margin-bottom: 20px;
651 ariadna 133
}
134
 
135
#page-calendar-view .drawer.drawer-right {
136
    display: none !important;
653 ariadna 137
}
138
 
139
#page-calendar-view .my-0 {
140
    height: 30px;
141
    border-radius: 30px;
142
    width: 30px !important;
143
}
144
 
145
#page-calendar-view .maincalendar .calendarmonth td .day-number-circle {
146
    display: inline-block;
147
    line-height: 0;
148
    width: 50px;
149
    height: 50px;
150
}
151
 
152
#page-calendar-view  .maincalendar .calendarmonth td.today .day-number-circle {
153
    border-radius: 0px;
154
    color: #fff;
155
    background-color: #002389;
580 ariadna 156
}