Proyectos de Subversion Moodle

Rev

Rev 653 | Rev 862 | 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 .main-content  {
12
        height: auto !important;
13
        margin-top: -3%;
14
    }
15
 
16
    #page-calendar-view .drawer.drawer-right {
17
        display: flex;
18
        width: max-content;
19
        margin-top: 3%;
20
        background: #23292f;
21
        height: 100%;
22
    }
23
 
24
    #page-calendar-view .card-body {
25
        padding: 10px;
26
        margin-top: 70%;
27
        margin-left: 15%;
28
    }
29
 
30
    #page-calendar-view .eventname {
31
        color: #fff !important;
32
    }
33
}
34
 
35
#page-calendar-view .calendar-controls a{
566 ariadna 36
    margin-right: 0px;
476 ariadna 37
}
564 ariadna 38
 
39
#page-calendar-view .region-main-course-wrapper {
40
    margin-top: 3%;
41
}
42
 
43
#page-calendar-view .flex-wrap {
44
    padding-top: 2px;
45
    margin-top: 15px;
565 ariadna 46
}
47
 
571 ariadna 48
#page-calendar-view .d-none {
569 ariadna 49
    display: inline !important;
571 ariadna 50
    font-size: 12.5px;
578 ariadna 51
    color: #000;
565 ariadna 52
}
53
 
54
#page-calendar-view .calendar-controls .previous {
55
    width: auto !important;
56
    border-radius: 5px !important;
576 ariadna 57
    border: none;
565 ariadna 58
    padding: 15px !important;
579 ariadna 59
    background: #eee;
566 ariadna 60
}
61
 
62
#page-calendar-view .calendar-controls .next{
63
    width: auto !important;
64
    border-radius: 5px !important;
576 ariadna 65
    border: none;
566 ariadna 66
    padding: 15px !important;
579 ariadna 67
    background: #eee;
568 ariadna 68
}
69
 
70
#page-calendar-view .calendarwrapper {
71
    position: relative;
72
    height: 550px !important;
570 ariadna 73
}
74
 
75
#page-calendar-view .btn.dropdown-toggle{
76
    height: 30px;
77
    font-size: 12.5px !important;
78
}
79
 
80
#page-calendar-view .custom-select {
81
    height: 30px;
82
    font-size: 12.5px;
83
    padding-top: 2.5px;
84
    padding-bottom: 2.5px;
85
    border-radius: 5px;
86
}
87
 
88
#page-calendar-view #calendarviewdropdown{
89
    margin: 0;
571 ariadna 90
}
91
 
92
#page-calendar-view .btn-primary{
651 ariadna 93
    background: #002389;
94
    color: #fff;
571 ariadna 95
    border-radius: 5px;
651 ariadna 96
    border-color: none;
571 ariadna 97
    margin-top: 0 !important;
98
    height: 30px !important;
99
    margin-left: 5px;
100
    font-size: smaller;
101
}
102
 
575 ariadna 103
#page-calendar-view .moremenu .dropdownmoremenu .nav-link {
104
    display: none !important;
105
}
576 ariadna 106
 
107
#page-calendar-view .calendar-controls .previous:hover, #page-calendar-view .calendar-controls .next:hover {
108
    width: auto !important;
109
    border-radius: 5px !important;
110
    border: 1px solid #bbb;
111
    padding: 15px !important;
112
    background: #fff;
113
    color: #000;
114
}
580 ariadna 115
 
116
#page-calendar-view .maincalendar .calendarmonth th.header {
117
    text-align: center;
651 ariadna 118
    color: #fff;
652 ariadna 119
    background: #002389;
580 ariadna 120
}
121
 
122
#page-calendar-view .event-title{
123
    color: #000 !important;
649 ariadna 124
}
125
 
126
#page-calendar-view .rui-breadcrumbs {
127
    margin-top: -30px;
128
    margin-bottom: 20px;
651 ariadna 129
}
130
 
131
#page-calendar-view .drawer.drawer-right {
132
    display: none !important;
653 ariadna 133
}
134
 
135
#page-calendar-view .my-0 {
136
    height: 30px;
137
    border-radius: 30px;
138
    width: 30px !important;
139
}
140
 
141
#page-calendar-view .maincalendar .calendarmonth td .day-number-circle {
142
    display: inline-block;
143
    line-height: 0;
144
    width: 50px;
145
    height: 50px;
146
}
147
 
148
#page-calendar-view  .maincalendar .calendarmonth td.today .day-number-circle {
149
    border-radius: 0px;
150
    color: #fff;
151
    background-color: #002389;
580 ariadna 152
}