view mod_http_presence/resources/style.css @ 6562:5da6fb562df9 default tip

mod_unified_push: Fix push error handling (fixes #2000) Use the error object that send_iq() passes as an argument to it's reject callback instead of attempting and failing to do the parsing in the callback itself.
author kmq
date Mon, 06 Jul 2026 14:23:57 +0200
parents 27e061d455b9
children
line wrap: on
line source

html { height: 100%; }
body {
	background: linear-gradient(#FCFCFC, #EEEEEE);
	background-repeat: no-repeat;
}
#msg-cell { white-space: pre-wrap; word-wrap: break-word; }
#jid-cell *:link, #jid-cell *:visited, #muc-users { color: #666666; }