Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 8292 Rev 14177
Línea 3141... Línea 3141...
3141
 
3141
 
3142
@media(min-width: 721px) {
3142
@media(min-width: 721px) {
3143
    .group-view-tab {
3143
    .group-view-tab {
3144
        margin-left: 3.5rem;
3144
        margin-left: 3.5rem;
-
 
3145
    }
3145
    }
3146
 
3146
    .group-view-tab span {
3147
    .group-view-tab span {
3147
        text-overflow: ellipsis;
3148
        text-overflow: ellipsis;
3148
        white-space: nowrap;
3149
        white-space: nowrap;
3149
        overflow: hidden;
3150
        overflow: hidden;
Línea 4616... Línea 4617...
4616
    right: 0;
4617
    right: 0;
4617
}
4618
}
Línea 4618... Línea 4619...
4618
 
4619
 
4619
.chatbox {
4620
.chatbox {
4620
    display: inline-block;
-
 
4621
    margin-right: 13px;
4621
    display: inline-block;
4622
    position: relative;
4622
    position: relative;
Línea 4623... Línea 4623...
4623
}
4623
}
4624
 
4624
 
Línea 6341... Línea 6341...
6341
    -webkit-animation-delay: -0.16s;
6341
    -webkit-animation-delay: -0.16s;
6342
    animation-delay: -0.16s;
6342
    animation-delay: -0.16s;
6343
}
6343
}
Línea 6344... Línea 6344...
6344
 
6344
 
-
 
6345
@-webkit-keyframes sk-bouncedelay {
6345
@-webkit-keyframes sk-bouncedelay {
6346
 
6346
    0%,
6347
    0%,
6347
    80%,
6348
    80%,
6348
    100% {
6349
    100% {
6349
        -webkit-transform: scale(0);
6350
        -webkit-transform: scale(0);
-
 
6351
    }
6350
    }
6352
 
6351
    40% {
6353
    40% {
6352
        -webkit-transform: scale(1);
6354
        -webkit-transform: scale(1);
6353
    }
6355
    }
Línea 6354... Línea 6356...
6354
}
6356
}
-
 
6357
 
6355
 
6358
@keyframes sk-bouncedelay {
6356
@keyframes sk-bouncedelay {
6359
 
6357
    0%,
6360
    0%,
6358
    80%,
6361
    80%,
6359
    100% {
6362
    100% {
6360
        -webkit-transform: scale(0);
6363
        -webkit-transform: scale(0);
-
 
6364
        transform: scale(0);
6361
        transform: scale(0);
6365
    }
6362
    }
6366
 
6363
    40% {
6367
    40% {
6364
        -webkit-transform: scale(1);
6368
        -webkit-transform: scale(1);
6365
        transform: scale(1);
6369
        transform: scale(1);