[mw-devel] MW3 r1237 - in trunk/webclient: . templates

dez at sucs.org dez at sucs.org
Sun Nov 14 11:51:20 GMT 2010


Author: dez
Date: 2010-11-14 11:51:20 +0000 (Sun, 14 Nov 2010)
New Revision: 1237

Modified:
   trunk/webclient/mw.css
   trunk/webclient/templates/front.html
Log:
Fixes layout of Escape/Logout buttons


Modified: trunk/webclient/mw.css
===================================================================
--- trunk/webclient/mw.css	2010-11-13 23:56:04 UTC (rev 1236)
+++ trunk/webclient/mw.css	2010-11-14 11:51:20 UTC (rev 1237)
@@ -52,6 +52,10 @@
 	color: #d6d6d6;
 }
 
+#sayouter {
+	clear: both;
+}
+
 #wholist {
 	background-color: #000000;
 	width: 10em;

Modified: trunk/webclient/templates/front.html
===================================================================
--- trunk/webclient/templates/front.html	2010-11-13 23:56:04 UTC (rev 1236)
+++ trunk/webclient/templates/front.html	2010-11-14 11:51:20 UTC (rev 1237)
@@ -5,16 +5,17 @@
 
 <div id="textouter"><div id="textlist"><p class="welcome">Milliways III - Web Edition</p></div></div>
 
+<div id="sayouter">
 <form action="" id="sayform">
 	<textarea name="sayit" id="sayit" onKeyDown="return submitenter(this,event)"></textarea>
 </form>
 
-
 <form action="{$self}" method="post" id="logoutform">
 	<input type="hidden" name="action" value="logout">
 	<input type="button" name="escape" value="Escape" onclick="insertEscape(true);"><br />
 	<input type="submit" name="submit" value="Logout" onclick="sendCmd('quit');">
 </form>
+</div>
 
 <pre id="debug" style="clear: both;">
 </pre>




More information about the mw-devel mailing list