Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 2545 Rev 2546
Línea 35... Línea 35...
35
.conversejs .chatbox .bottom-panel .sendXMPPMessage .chat-textarea {
35
.conversejs .chatbox .bottom-panel .sendXMPPMessage .chat-textarea {
36
    padding: .5rem;
36
    padding: .5rem;
37
    min-height: auto;
37
    min-height: auto;
38
}
38
}
Línea -... Línea 39...
-
 
39
 
-
 
40
.conversejs converse-message-history {
-
 
41
    padding: 0 .3rem;
-
 
42
}
39
 
43
 
40
.conversejs .chatbox .send-button {
44
.conversejs .chatbox .send-button {
41
    background-color: var(--button-bg);
45
    background-color: var(--button-bg) !important;
42
    color: var(--button-text-color);
46
    color: var(--button-text-color) !important;
Línea 43... Línea 47...
43
}
47
}
44
 
48
 
-
 
49
.conversejs .chat-toolbar .toolbar-buttons * {
-
 
50
    margin-top: 0;
-
 
51
}
-
 
52
 
-
 
53
.conversejs .message.chat-msg .chat-msg__author a {
-
 
54
    max-width: 12ch;
45
.conversejs .chat-toolbar .toolbar-buttons * {
55
    text-overflow: ellipsis;
46
    margin-top: 0;
56
    overflow: hidden;