view style-rlg.css @ 49:423ef87ddc9b

RLG-Web: delay removing TermSessions until the client is informed. Add a TermSession.sendq flag that indicates whether a type q message has been sent to the client. Don't immediately destroy the TermSession on child exit if the message hasn't been sent. This is an ugly hack until the TermSession class is separated into an EventEmitter to handle the PTY and a listening object that handles communication with the client. That will also allow other clients to watch the game.
author John "Elwin" Edwards <elwin@sdf.org>
date Mon, 11 Jun 2012 09:15:33 -0700
parents 33bdb3d466e3
children bef5629f50d8
line wrap: on
line source

html {
	background-color: #C0FFC0;
	color: #101040;
}

h1 {
	text-align: center;
}

div.modal {
	clear: both;
}

div.rfloat {
	float: right;
	clear: right;
	text-align: center;
	margin: 0.2em;
	font-size: 1.2em;
	padding: 0.4em;
}

div#opttable {
	display: table;
	margin: 1em auto;
	border: 2px solid #101040;
}

div#opttable > div {
	display: table-row;
}

div#opttable > div > div {
	display: table-cell;
	padding: 0.4em 2em;
}

div#opttable > div > div:first-child {
	font-weight: bold;
	text-align: center;
}

span.ibutton {
	background-color: #D0D0D0;
	border: 2px solid #101040;
	border-radius: 0.3em;
	padding: 0.2em 0.5em;
}