Proyectos de Subversion Moodle

Rev

Rev 1180 | Rev 1182 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1180 Rev 1181
Línea 10... Línea 10...
10
    display: block;
10
    display: block;
11
}
11
}
Línea 12... Línea 12...
12
 
12
 
13
#page-report-log-index .dropdown-menu.show, #page-report-competency-index .dropdown-menu.show, 
13
#page-report-log-index .dropdown-menu.show, #page-report-competency-index .dropdown-menu.show, 
14
#page-report-outline-index .dropdown-menu.show, #page-report-participation-index .dropdown-menu.show,
14
#page-report-outline-index .dropdown-menu.show, #page-report-participation-index .dropdown-menu.show,
15
#page-report-loglive-index .dropdown-menu.show{
15
#page-report-loglive-index .dropdown-menu.show, #page-report-progress-index .dropdown-menu.show{
16
    display: flex;
16
    display: flex;
17
    max-width: 1000px;
17
    max-width: 1000px;
18
    width: auto;
18
    width: auto;
19
    border-radius: 5px;
19
    border-radius: 5px;
Línea 75... Línea 75...
75
    margin-top: 25px;
75
    margin-top: 25px;
76
    margin-bottom: 10px;
76
    margin-bottom: 10px;
77
}
77
}
Línea 78... Línea 78...
78
 
78
 
79
#page-report-loglive-index .tertiary-navigation, #page-report-outline-index .tertiary-navigation,
79
#page-report-loglive-index .tertiary-navigation, #page-report-outline-index .tertiary-navigation,
80
#page-report-participation-index .tertiary-navigation {
80
#page-report-participation-index .tertiary-navigation, #page-report-progress-index .tertiary-navigation {
81
    left: 0.1rem;
81
    left: 0.1rem;
Línea 82... Línea 82...
82
}
82
}
83
 
83
 
Línea 112... Línea 112...
112
    padding: 6px 17px !important;
112
    padding: 6px 17px !important;
113
    font-size: 1rem;
113
    font-size: 1rem;
114
    font-weight: 500;
114
    font-weight: 500;
115
    height: 47px;
115
    height: 47px;
116
    margin-bottom: 10px;
116
    margin-bottom: 10px;
-
 
117
}
-
 
118
 
-
 
119
#page-report-progress-index .tertiary-navigation.full-width-bottom-border {
-
 
120
    width: 100%;
-
 
121
    padding: 0;
-
 
122
    /* border-bottom: 1px solid #E1E1E1; */
-
 
123
    margin-top: -60px;
-
 
124
}
-
 
125
 
-
 
126
#page-report-progress-index .main-content {
-
 
127
    margin-bottom: 0;
-
 
128
    position: relative;
-
 
129
    margin-top: 50px;
117
}
130
}
118
131