Proyectos de Subversion Moodle

Rev

Rev 628 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 628 Rev 634
Línea 11... Línea 11...
11
    margin-left: 0;
11
    margin-left: 0;
12
    width: 100%;
12
    width: 100%;
13
    border-radius: 5px;
13
    border-radius: 5px;
14
    background: #002389;
14
    background: #002389;
15
    color: #fff;
15
    color: #fff;
-
 
16
}
-
 
17
 
-
 
18
@media (max-width: 480px) {
-
 
19
    .comment-ctrl {
-
 
20
        font-size: 12px;
-
 
21
        display: none;
-
 
22
        margin: 0;
-
 
23
        padding: 0;
-
 
24
        width: 100% !important;
-
 
25
        margin: -15px 0px !important;
-
 
26
    }
16
}
27
}
17
28