CSS tweaks
This commit is contained in:
parent
c8def35af8
commit
cfd60be3e3
@ -148,6 +148,10 @@ input.new-chatroom-name {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #F62817;
|
color: #F62817;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
width: 100px;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
overflow: hidden;
|
||||||
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chat-event, .chat-date, .chat-help {
|
.chat-event, .chat-date, .chat-help {
|
||||||
@ -484,6 +488,10 @@ form#xmppchat-login {
|
|||||||
padding: 2em 0 0.3em 0.5em;
|
padding: 2em 0 0.3em 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
form#xmppchat-login input {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
form.set-xmpp-status,
|
form.set-xmpp-status,
|
||||||
form.add-chatroom {
|
form.add-chatroom {
|
||||||
padding: 0.5em 0 0.3em 0.5em;
|
padding: 0.5em 0 0.3em 0.5em;
|
||||||
|
Loading…
Reference in New Issue
Block a user