Proyectos de Subversion Moodle

Rev

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

Rev 1092 Rev 1099
Línea 881... Línea 881...
881
    border-bottom: 0;
881
    border-bottom: 0;
882
}
882
}
Línea 883... Línea 883...
883
 
883
 
884
#page-admin-search header.page-header-content {
884
#page-admin-search header.page-header-content {
-
 
885
    display: flex;
-
 
886
}
-
 
887
 
-
 
888
header.page-header-content {
-
 
889
    display: flex;
-
 
890
}
-
 
891
 
-
 
892
.rui-unreadcount:not(.hidden) {
-
 
893
    position: absolute;
-
 
894
    padding: 4px;
-
 
895
    top: auto;
-
 
896
    right: 0;
-
 
897
    min-width: 16px;
-
 
898
    height: 16px;
-
 
899
    display: inline-flex;
-
 
900
    align-items: center;
-
 
901
    justify-content: center;
-
 
902
    background-color: var(--main-theme-color);
-
 
903
    color: var(--primary-color-200);
-
 
904
    border-radius: 5px;
-
 
905
    font-size: 10px;
-
 
906
    font-weight: 500;
-
 
907
    margin-top: 30px;
885
    display: flex;
908
    height: 30px;
886
}
909
}